summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules5
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 4db4d83..ae69661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ inetutils (2:1.6-1) UNRELEASED; urgency=low
* 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.
+ * Switch the unpatch make call inside the clean target to its dependency.
-- Guillem Jover <guillem@debian.org> Mon, 09 Feb 2009 22:01:00 +0200
diff --git a/debian/rules b/debian/rules
index fd9213b..7606fb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ else
> debian/control
endif
-clean:
+clean: unpatch
dh_testdir
dh_testroot
@@ -94,9 +94,6 @@ clean:
find -name Makefile.in | xargs rm -f
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
-
dh_clean
install: build