Revision 23926,
323 bytes
checked in by broder, 15 years ago
(diff) |
In finger, actually drop the krb4 configure flag in debian/rules.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | DEB_AUTO_UPDATE_AUTOCONF = 2.50 |
---|
4 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
5 | include /usr/share/cdbs/1/class/autotools.mk |
---|
6 | |
---|
7 | DEB_CONFIGURE_EXTRA_FLAGS += --with-hesiod --with-zephyr |
---|
8 | |
---|
9 | common-install-impl:: |
---|
10 | mv $(DEB_DESTDIR)/usr/bin/finger $(DEB_DESTDIR)/usr/bin/finger.debathena |
---|
11 | |
---|
12 | clean:: |
---|
13 | rm -f configure |
---|
Note: See
TracBrowser
for help on using the repository browser.