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

Petter Reinholdtsen pere at alioth.debian.org
Sun Jul 26 11:18:06 UTC 2009


Author: pere
Date: 2009-07-26 11:18:05 +0000 (Sun, 26 Jul 2009)
New Revision: 1553

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Add the sysv-rc saveconfig script to /usr/share/doc/sysv-rc/
to provide an example.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-26 11:12:55 UTC (rev 1552)
+++ sysvinit/trunk/debian/changelog	2009-07-26 11:18:05 UTC (rev 1553)
@@ -10,6 +10,8 @@
   * Move copyright, preinst, postinst and postrm files for initscripts
     and sysv-rc to debian/ to make the build system closer to other
     source packages.
+  * Add the sysv-rc saveconfig script to /usr/share/doc/sysv-rc/
+    to provide an example.
 
   [ Kel Modderman ]
   * Allow forcefsck on kernel cmdline to have same effect as touching

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-07-26 11:12:55 UTC (rev 1552)
+++ sysvinit/trunk/debian/rules	2009-07-26 11:18:05 UTC (rev 1553)
@@ -312,6 +312,8 @@
 	install -o root -g root -m 644 debian/sysv-rc.copyright \
 	  $(tmp)$(doc)/sysv-rc/copyright
 	install -o root -g root -m 755 debian/sysv-rc.postrm $(tmp)/DEBIAN/postrm
+	install -o root -g root -m 755 debian/sysv-rc/saveconfig \
+		$(tmp)/usr/share/doc/sysv-rc/saveconfig
 	dpkg-gencontrol -psysv-rc -P$(tmp) -isp
 	dh_md5sums
 	dpkg --build $(tmp) ..




More information about the Pkg-sysvinit-commits mailing list