From 0a3dbb1c550b1ed48a51f8bf452093c3a677dbb5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 17 Feb 2009 01:18:16 +0000 Subject: Do not pass the --force option to autoreconf And thus stop unneedingly removing INSTALL and build-aux. --- debian/changelog | 2 ++ debian/rules | 5 ++--- 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 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 -- cgit v1.2.3