summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-02-17 01:18:16 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:24 +0200
commit0a3dbb1c550b1ed48a51f8bf452093c3a677dbb5 (patch)
tree5c5571f1fa3374628f540fdd7ce36033d5e455b2
parent1319aeb0aa827175c23fb054f52adf8ac4500096 (diff)
downloadinetutils-0a3dbb1c550b1ed48a51f8bf452093c3a677dbb5.tar.gz
Do not pass the --force option to autoreconf
And thus stop unneedingly removing INSTALL and build-aux.
-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