Revision 23390,
595 bytes
checked in by tabbott, 16 years ago
(diff) |
In nmh:
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
* Change "Debian-Athena Project" to "Debathena Project".
* Remove debian/control from version control.
* Clean up debian/copyright.
* Remove comment #DEB_AUTO_UPDATE_AUTOCONF = 2.13 from rules file.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
4 | include /usr/share/cdbs/1/class/autotools.mk |
---|
5 | include /usr/share/cdbs/1/rules/patchsys-quilt.mk |
---|
6 | |
---|
7 | DEB_OPT_FLAG = -O0 # Work around a segfault at uip/mhlsbr.c:904. |
---|
8 | |
---|
9 | CPPFLAGS += -DLINUX_STDIO |
---|
10 | CFLAGS += -DLINUX_STDIO # Sarge cdbs doesn't support CPPFLAGS. |
---|
11 | DEB_CONFIGURE_EXTRA_FLAGS += --enable-nmh-pop --enable-nmh-debug --with-krb4=$(shell krb5-config --prefix krb4) --with-hesiod --with-mts=sendmail --with-editor=emacs --with-editor=/usr/bin/sensible-editor --with-pager=/usr/bin/sensible-pager |
---|
12 | DEB_MAKE_INVOKE += etcdir=/etc/nmh |
---|
Note: See
TracBrowser
for help on using the repository browser.