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

Petter Reinholdtsen pere at alioth.debian.org
Tue Jul 14 19:34:25 UTC 2009


Author: pere
Date: 2009-07-14 19:34:20 +0000 (Tue, 14 Jul 2009)
New Revision: 1460

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
   sysvinit/trunk/debian/rules
Log:
Move bootlogd to the sysvinit-utils package, as it is useful also
without the sysvinit init program.  Make sysvinit-utils replace
sysvinit (<= 2.86.ds1-65) to handle this.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-12 22:28:14 UTC (rev 1459)
+++ sysvinit/trunk/debian/changelog	2009-07-14 19:34:20 UTC (rev 1460)
@@ -3,6 +3,9 @@
   * Replace Ó with \['O] and Á with \['A] in spanish
     update-rc.d(8) after looking up the correct string in
     groff_man(7), to avoid lintian warning.
+  * Move bootlogd to the sysvinit-utils package, as it is useful also
+    without the sysvinit init program.  Make sysvinit-utils replace
+    sysvinit (<= 2.86.ds1-65) to handle this.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 13 Jul 2009 00:19:43 +0200
 

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-07-12 22:28:14 UTC (rev 1459)
+++ sysvinit/trunk/debian/control	2009-07-14 19:34:20 UTC (rev 1460)
@@ -27,7 +27,7 @@
 Essential: yes
 Architecture: any
 Conflicts: last, sysvconfig, chkconfig
-Replaces: last, sysvinit (<= 2.86.ds1-61)
+Replaces: last, sysvinit (<= 2.86.ds1-65)
 Depends: ${shlibs:Depends}
 Suggests: sash
 Description: System-V-like utilities

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-07-12 22:28:14 UTC (rev 1459)
+++ sysvinit/trunk/debian/rules	2009-07-14 19:34:20 UTC (rev 1460)
@@ -106,6 +106,7 @@
 	rm -f $(tmp)/usr/share/man/man8/killall5.8
 	rm -f $(tmp)/usr/share/man/man8/sulogin.8
 	rm -f $(tmp)/usr/share/man/man8/fstab-decode.8
+	rm -f $(tmp)/usr/share/man/man8/bootlogd.8
 	rm -f $(tmp)/usr/share/man/man1/last.1
 	rm -f $(tmp)/usr/share/man/man1/lastb.1
 	rm -f $(tmp)/usr/share/man/man1/mesg.1
@@ -115,6 +116,7 @@
 	rm -f $(tmp)/sbin/killall5
 	rm -f $(tmp)/sbin/sulogin
 	rm -f $(tmp)/sbin/fstab-decode
+	rm -f $(tmp)/sbin/bootlogd
 	rm -f $(tmp)/usr/bin/last
 	rm -f $(tmp)/usr/bin/lastb
 	rm -f $(tmp)/usr/bin/mesg
@@ -158,6 +160,7 @@
 	install -o root -g root -m 755 src/killall5 $(tmp)/sbin
 	install -o root -g root -m 755 src/sulogin $(tmp)/sbin
 	install -o root -g root -m 755 src/fstab-decode $(tmp)/sbin
+	install -o root -g root -m 755 src/bootlogd $(tmp)/sbin
 	install -o root -g root -m 755 src/last $(tmp)/usr/bin
 	install -o root -g root -m 755 src/mesg $(tmp)/usr/bin
 	$(MAKE) $(CROSS) -C debian/startpar DESTDIR=$(tmp) install
@@ -171,6 +174,7 @@
 	ln -sf last $(tmp)/usr/bin/lastb
 	install -o root -g root -m 644 man/killall5.8 $(tmp)/usr/share/man/man8
 	install -o root -g root -m 644 man/sulogin.8 $(tmp)/usr/share/man/man8
+	install -o root -g root -m 644 man/bootlogd.8 $(tmp)/usr/share/man/man8
 	install -o root -g root -m 644 man/last.1 $(tmp)/usr/share/man/man1
 	install -o root -g root -m 644 man/lastb.1 $(tmp)/usr/share/man/man1
 	install -o root -g root -m 644 man/mesg.1 $(tmp)/usr/share/man/man1




More information about the Pkg-sysvinit-commits mailing list