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

Petter Reinholdtsen pere at alioth.debian.org
Wed Sep 9 21:19:51 UTC 2009


Author: pere
Date: 2009-09-09 21:19:51 +0000 (Wed, 09 Sep 2009)
New Revision: 1746

Added:
   sysvinit/trunk/debian/sysvinit.NEWS
Removed:
   sysvinit/trunk/debian/NEWS
Modified:
   sysvinit/trunk/debian/rules
Log:
Instead of installing NEWS.Debian for all packages and removing it
later, rename NEWS to sysvinit.NEWS.  Patch from Michael Biebl.


Deleted: sysvinit/trunk/debian/NEWS
===================================================================
--- sysvinit/trunk/debian/NEWS	2009-09-09 18:44:47 UTC (rev 1745)
+++ sysvinit/trunk/debian/NEWS	2009-09-09 21:19:51 UTC (rev 1746)
@@ -1,12 +0,0 @@
-sysvinit (2.86.ds1-10) unstable; urgency=low
-
-  In version 2.86.ds1-10 of the initscripts package the shell function
-  library /etc/init.d/bootclean.sh has been replaced by a new script
-  /etc/init.d/bootclean.  If you made changes to the former in order
-  to customize the way files are cleaned at boot time then you will
-  have to port your changes to the new script.  /etc/init.d/bootclean
-  continues to respect the TMPTIME variable and, in particular, does
-  not do any cleaning if TMPTIME is set to "infinite".  See rcS(5).
-
- -- Thomas Hood <jdthood at yahoo.co.uk>  Sun, 15 Jan 2006 13:38:42 +0100
-

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-09-09 18:44:47 UTC (rev 1745)
+++ sysvinit/trunk/debian/rules	2009-09-09 21:19:51 UTC (rev 1746)
@@ -115,8 +115,6 @@
 		$(utiltmp)$(doc)/sysvinit-utils/copyright
 	cat COPYRIGHT >> $(utiltmp)$(doc)/sysvinit-utils/copyright
 	dh_installchangelogs -psysvinit-utils doc/Changelog
-	# Only want the NEWS file in the sysvinit package
-	$(RM) $(utiltmp)$(doc)/sysvinit-utils/NEWS.Debian
 	dh_shlibdeps -psysvinit-utils $(utiltmp)/sbin//init debian/$(utiltmp)/sbin/startpar
 	#
 	# initscripts package
@@ -130,8 +128,6 @@
 	dh_installchangelogs -pinitscripts
 	sed -i -ne '/sysvinit (2.84-3)/q' -e p \
 		$(inittmp)$(doc)/initscripts/changelog.Debian
-	# Only want the NEWS file in the sysvinit package
-	$(RM) $(inittmp)$(doc)/initscripts/NEWS.Debian
 	dh_installdeb -pinitscripts
 	# Override autogenerated conffiles
 	$(INSTALL_DATA) debian/initscripts.conffiles \
@@ -160,8 +156,6 @@
 	dh_installchangelogs -i
 	sed -i -ne '/sysvinit (2.84-3)/q' -e p \
 		$(rctmp)$(doc)/sysv-rc/changelog.Debian
-	# Only want the NEWS file in the sysvinit package
-	$(RM) $(rctmp)$(doc)/sysv-rc/NEWS.Debian
 	dh_installdebconf -i
 	dh_installdeb -i
 	# Neither rc, rcS nor README are conffiles

Copied: sysvinit/trunk/debian/sysvinit.NEWS (from rev 1717, sysvinit/trunk/debian/NEWS)
===================================================================
--- sysvinit/trunk/debian/sysvinit.NEWS	                        (rev 0)
+++ sysvinit/trunk/debian/sysvinit.NEWS	2009-09-09 21:19:51 UTC (rev 1746)
@@ -0,0 +1,12 @@
+sysvinit (2.86.ds1-10) unstable; urgency=low
+
+  In version 2.86.ds1-10 of the initscripts package the shell function
+  library /etc/init.d/bootclean.sh has been replaced by a new script
+  /etc/init.d/bootclean.  If you made changes to the former in order
+  to customize the way files are cleaned at boot time then you will
+  have to port your changes to the new script.  /etc/init.d/bootclean
+  continues to respect the TMPTIME variable and, in particular, does
+  not do any cleaning if TMPTIME is set to "infinite".  See rcS(5).
+
+ -- Thomas Hood <jdthood at yahoo.co.uk>  Sun, 15 Jan 2006 13:38:42 +0100
+




More information about the Pkg-sysvinit-commits mailing list