From 5df3f68d0d1f7d3e82a4421ca5252b2be7c540f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 Jun 2012 16:24:19 +0100 Subject: [PATCH] better clean --- debian/changelog | 3 ++- debian/rules | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c0c605..b55a26b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,11 +11,12 @@ userv (1.1.0~~iwj) unstable; urgency=low * Update my email address. Debian packaging improvements and bugfixes: - * Use `command -v' instead of `type' in maintainer scripts. * Remove /var/run/userv from the .deb. (Along with the change in 1.0.6, Closes: #630528.) * The new version will ensure a rebuild and therefore completely deal with the debiandoc-sgml missing documentation bug. (Closes: #413873.) + * Use `command -v' instead of `type' in maintainer scripts. + * Do not ignore errors from commands in rules clean target. -- Ian Jackson Sat, 02 Jun 2012 15:44:16 +0100 diff --git a/debian/rules b/debian/rules index d604fb4..eef6216 100755 --- a/debian/rules +++ b/debian/rules @@ -19,10 +19,10 @@ build: clean: $(checkdir) - -rm -f build - -$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean - -rm -rf *~ $t debian/*~ debian/files* debian/substvars* - -rm -rf spec.html + rm -f build + $(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean + rm -rf *~ $t debian/*~ debian/files* debian/substvars* + rm -rf spec.html binary-indep: checkroot build $(checkdir) -- 2.30.2