source: trunk/third/nmh/debian/rules @ 23390

Revision 23390, 595 bytes checked in by tabbott, 15 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
3include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/class/autotools.mk
5include /usr/share/cdbs/1/rules/patchsys-quilt.mk
6
7DEB_OPT_FLAG = -O0  # Work around a segfault at uip/mhlsbr.c:904.
8
9CPPFLAGS += -DLINUX_STDIO
10CFLAGS += -DLINUX_STDIO  # Sarge cdbs doesn't support CPPFLAGS.
11DEB_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
12DEB_MAKE_INVOKE += etcdir=/etc/nmh
Note: See TracBrowser for help on using the repository browser.