[Pkg-sysvinit-commits] r1538 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at alioth.debian.org
Sat Jul 25 14:44:44 UTC 2009
Author: pere
Date: 2009-07-25 14:44:42 +0000 (Sat, 25 Jul 2009)
New Revision: 1538
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/rules
Log:
Rewrite rules to unpatch after the 'make clean' to get rid of binaries
depending on debian patches.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-07-25 14:41:27 UTC (rev 1537)
+++ sysvinit/trunk/debian/changelog 2009-07-25 14:44:42 UTC (rev 1538)
@@ -53,6 +53,8 @@
search /dev/ for the correct terminal device (Closes: #376406).
* New patches 60_init_selinux_ifdef and 70_compiler_warnings to get
rid of compiler warnings.
+ * Rewrite rules to unpatch after the 'make clean' to get rid of binaries
+ depending on debian patches.
-- Petter Reinholdtsen <pere at debian.org> Fri, 24 Jul 2009 11:26:26 +0200
Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules 2009-07-25 14:41:27 UTC (rev 1537)
+++ sysvinit/trunk/debian/rules 2009-07-25 14:44:42 UTC (rev 1538)
@@ -310,9 +310,10 @@
dpkg --build $(tmp) ..
rm -rf $(tmp)
-clean: checkroot unpatch
+clean: checkroot
$(MAKE) -C src clobber
$(MAKE) -C debian/startpar clean
+ $(MAKE) -f debian/rules unpatch
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