summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules5
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 583438e..4db4d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ inetutils (2:1.6-1) UNRELEASED; urgency=low
* Use dh_prep instead of “dh_clean -k”.
* Remove RCS keywords from packaging files.
* Add misc:Depends substvar to all binary package Depends fields.
+ * Do not pass the --force option to autoreconf, and thus stop unneedingly
+ removing INSTALL and build-aux.
-- Guillem Jover <guillem@debian.org> Mon, 09 Feb 2009 22:01:00 +0200
diff --git a/debian/rules b/debian/rules
index 7c92f0f..fd9213b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ include /usr/share/quilt/quilt.make
configure: configure.ac
dh_testdir
- autoreconf -f -i
+ autoreconf -i
config.status: configure
dh_testdir
@@ -92,8 +92,7 @@ clean:
# Cleanup the mess after having run autoreconf ...
find -name Makefile.in | xargs rm -f
- rm -f INSTALL aclocal.m4 config.hin configure
- rm -rf build-aux
+ rm -f aclocal.m4 config.hin configure
# This is here so that we don't try to go under doc/
$(MAKE) -f debian/rules unpatch