chiark / gitweb /
better clean
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 15:24:19 +0000 (16:24 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 15:24:19 +0000 (16:24 +0100)
debian/changelog
debian/rules

index 1c0c605a0ae8e0a1fe7b7c1fa224d22fe57aecdc..b55a26b9eef79f54c0fcc6590b2219e38bb62d84 100644 (file)
@@ -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 <ijackson@chiark.greenend.org.uk>  Sat, 02 Jun 2012 15:44:16 +0100
 
index d604fb43436905f2d2555d8b6f96d03e5e97e339..eef6216bfb4c5112b903fdfa423fefb59c0345c9 100755 (executable)
@@ -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)