[Pkg-sysvinit-commits] r1381 - sysvinit/trunk/debian/patches

Petter Reinholdtsen pere at alioth.debian.org
Tue Jul 7 19:19:04 UTC 2009


Author: pere
Date: 2009-07-07 19:19:00 +0000 (Tue, 07 Jul 2009)
New Revision: 1381

Removed:
   sysvinit/trunk/debian/patches/01_enable_startpar.dpatch
Log:
Remove obsolete patch debian/patches/01_enable_startpar.dpatch.

Deleted: sysvinit/trunk/debian/patches/01_enable_startpar.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/01_enable_startpar.dpatch	2009-07-07 19:14:04 UTC (rev 1380)
+++ sysvinit/trunk/debian/patches/01_enable_startpar.dpatch	2009-07-07 19:19:00 UTC (rev 1381)
@@ -1,41 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_enable_startpar.dpatch by Petter Reinholdtsen
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Document the changes needed to build and include startpar in
-## DP: the sysvinit package.
-
- at DPATCH@
-Index: sysvinit/debian/rules
-===================================================================
---- sysvinit/debian/rules	(revisjon 83)
-+++ sysvinit/debian/rules	(arbeidskopi)
-@@ -34,7 +34,7 @@
- else
- 	(cd src; make DISTRO=Debian)
- endif
--#	make -C debian/startpar
-+	make -C debian/startpar
- 	cc -W -Wall -s -o debian/readlink debian/readlink.c
- 	touch build
- 
-@@ -92,8 +92,8 @@
- 	  $(tmp)$(doc)/sysvinit/copyright
- 	cat COPYRIGHT >> $(tmp)$(doc)/sysvinit/copyright
- 	install -g root -m 755 debian/postinst $(tmp)/DEBIAN/postinst
--#	make -C debian/startpar DESTDIR=$(tmp) install
--	dpkg-shlibdeps src/init # debian/startpar/startpar
-+	make -C debian/startpar DESTDIR=$(tmp) install
-+	dpkg-shlibdeps src/init debian/startpar/startpar
- 	dpkg-gencontrol -psysvinit -P$(tmp) -isp
- 	dpkg --build $(tmp) ..
- 	rm -rf $(tmp)
-@@ -198,7 +198,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