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

Petter Reinholdtsen pere at alioth.debian.org
Sun Oct 29 18:38:40 CET 2006


Author: pere
Date: 2006-10-29 18:38:39 +0100 (Sun, 29 Oct 2006)
New Revision: 1031

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Document the removal of debian/sysv-rc/postinst, and update debian/rules to not try to install it.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-10-29 17:34:36 UTC (rev 1030)
+++ sysvinit/trunk/debian/changelog	2006-10-29 17:38:39 UTC (rev 1031)
@@ -6,6 +6,7 @@
     make sure it is mounted when the package is installed.  Flag this
     need using /usr/share/update-notifier/notify-reboot-required if it
     exist.  (Closes: #393465, #391605, #390126)
+  * Remove debian/sysv-rc/postinst as well as it is unused now.
   * Replace SElinux patches 40_selinux and 41_selinux_console with updated
     40_selinux from Manoj Srivastava. (Closes: #394304)
   * Print message when refusing to mount nfs directories because the

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2006-10-29 17:34:36 UTC (rev 1030)
+++ sysvinit/trunk/debian/rules	2006-10-29 17:38:39 UTC (rev 1031)
@@ -285,7 +285,6 @@
 		$(tmp)/usr/share/linda/overrides/sysv-rc
 	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/postinst $(tmp)/DEBIAN/postinst
 	install -o root -g root -m 755 debian/sysv-rc/postrm $(tmp)/DEBIAN/postrm
 	dpkg-gencontrol -psysv-rc -P$(tmp) -isp
 	dpkg --build $(tmp) ..




More information about the Pkg-sysvinit-commits mailing list