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

Petter Reinholdtsen pere at alioth.debian.org
Wed Sep 9 22:40:52 UTC 2009


Author: pere
Date: 2009-09-09 22:40:52 +0000 (Wed, 09 Sep 2009)
New Revision: 1758

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Change cut-off point for the trimmed changelog entries in
sysvinit-utils, initscripts and sysv-rc from version 2.84-3 to
version 2.86.ds1-47, to reduce the package sizes.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-09 22:33:45 UTC (rev 1757)
+++ sysvinit/trunk/debian/changelog	2009-09-09 22:40:52 UTC (rev 1758)
@@ -18,6 +18,9 @@
   * Remove /etc/init.d/.depend.* in prerm, not postrm, to avoid
     surprises.
   * Remove /var/lib/update-rc.d/* when the package is purged.
+  * Change cut-off point for the trimmed changelog entries in
+    sysvinit-utils, initscripts and sysv-rc from version 2.84-3 to
+    version 2.86.ds1-47, to reduce the package sizes.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 06 Sep 2009 17:13:33 +0200
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-09-09 22:33:45 UTC (rev 1757)
+++ sysvinit/trunk/debian/rules	2009-09-09 22:40:52 UTC (rev 1758)
@@ -116,6 +116,8 @@
 	#
 	$(MAKE) $(CROSS) -C debian/startpar DESTDIR=$(utiltmp) install
 	dh_installchangelogs -psysvinit-utils doc/Changelog
+	sed -i -ne '/sysvinit (2.86.ds1-47)/q' -e p \
+		$(inittmp)$(doc)/initscripts/changelog.Debian
 	dh_fixperms -psysvinit-utils
 	#
 	# initscripts package
@@ -125,7 +127,7 @@
 	$(INSTALL) -d $(inittmp)/sys
 endif
 	dh_installchangelogs -pinitscripts
-	sed -i -ne '/sysvinit (2.84-3)/q' -e p \
+	sed -i -ne '/sysvinit (2.86.ds1-47)/q' -e p \
 		$(inittmp)$(doc)/initscripts/changelog.Debian
 	dh_installdeb -pinitscripts
 	# Override autogenerated conffiles
@@ -156,7 +158,7 @@
 	dh_prep
 	$(MAKE) -C debian/src/sysv-rc install DESTDIR=$(rctmp)
 	dh_installchangelogs
-	sed -i -ne '/sysvinit (2.84-3)/q' -e p \
+	sed -i -ne '/sysvinit (2.86.ds1-47)/q' -e p \
 		$(rctmp)$(doc)/sysv-rc/changelog.Debian
 	dh_installdeb
 	# Neither rc, rcS nor README are conffiles




More information about the Pkg-sysvinit-commits mailing list