[Pkg-sysvinit-commits] r1216 - sysvinit/trunk/debian

pere at alioth.debian.org pere at alioth.debian.org
Sun Jan 13 09:35:25 UTC 2008


Author: pere
Date: 2008-01-13 09:35:25 +0000 (Sun, 13 Jan 2008)
New Revision: 1216

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
  * Do not allow "make -C debian/startpar clean" to fail, it should
    work every time.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-01-13 09:32:43 UTC (rev 1215)
+++ sysvinit/trunk/debian/changelog	2008-01-13 09:35:25 UTC (rev 1216)
@@ -2,6 +2,8 @@
 
   * Rewrite conffile removal code in initscripts.preinst to use dpkg-
     query instead of reading /var/lib/dpkg/status directly.
+  * Do not allow "make -C debian/startpar clean" to fail, it should
+    work every time.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 13 Jan 2008 10:27:05 +0100
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2008-01-13 09:32:43 UTC (rev 1215)
+++ sysvinit/trunk/debian/rules	2008-01-13 09:35:25 UTC (rev 1216)
@@ -293,7 +293,7 @@
 
 clean:	checkroot unpatch
 	(cd src; make clobber )
-	-make -C debian/startpar clean
+	make -C debian/startpar clean
 	rm -f build debian/files debian/substvars debian/readlink
 	rm -rf $(tmp)
 	find . -name '*.bak' -o -name '*~' | xargs -r rm -f --




More information about the Pkg-sysvinit-commits mailing list