diff options
author | Guillem Jover <guillem@debian.org> | 2004-09-29 18:02:24 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:16 +0200 |
commit | d67fea7c0c1c06d828b56b8ee6a09a188cd1dce9 (patch) | |
tree | 0ebf51df1584d6356c5c9e8b5a389413b3168b23 | |
parent | 06866c89530d4e56444c3a9c37c243075875023a (diff) | |
download | inetutils-d67fea7c0c1c06d828b56b8ee6a09a188cd1dce9.tar.gz |
Declare DEB_AUTO_UPDATE_ACLOCAL
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8c47b27..3d8f0ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ inetutils (2:1.4.2+20040207-@unreleased@) unstable; urgency=low * Exclude /bin/ping6 from dh_fixperms so it remains suid root. * Only use one sed(1) per invokation. * Make references to Debian, system neutral. + * Declare DEB_AUTO_UPDATE_ACLOCAL. -- Robert Millan <rmh@debian.org> Fri, 13 Aug 2004 16:30:28 +0200 diff --git a/debian/rules b/debian/rules index 682ccd2..3e92108 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,9 @@ DEB_BUILDDIR = $(DEB_SRCDIR)/build # ping is setuid DEB_FIXPERMS_EXCLUDE = bin/ping bin/ping6 -DEB_AUTO_UPDATE_AUTOMAKE=1.8 -DEB_AUTO_UPDATE_AUTOCONF=2.50 +DEB_AUTO_UPDATE_AUTOMAKE = 1.8 +DEB_AUTO_UPDATE_ACLOCAL = $(DEB_AUTO_UPDATE_AUTOMAKE) +DEB_AUTO_UPDATE_AUTOCONF = 2.50 DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/sbin" |