[Pkg-sysvinit-commits] r1848 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at alioth.debian.org
Sun Mar 21 20:21:47 UTC 2010
Author: pere
Date: 2010-03-21 20:21:44 +0000 (Sun, 21 Mar 2010)
New Revision: 1848
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/control
Log:
Change lsb-base depend for sysv-rc and initscripts from (>= 3.0-6)
to (>= 3.2-14) for the status_of_proc() function.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2010-03-21 19:04:05 UTC (rev 1847)
+++ sysvinit/trunk/debian/changelog 2010-03-21 20:21:44 UTC (rev 1848)
@@ -12,6 +12,8 @@
(Closes: 556080). Patch from Matt Kraai.
* Only create /dev/initctl and send SIGUSR to init in
init.d/mountall.sh when sysvinit is installed (Closes: #569032).
+ * Change lsb-base depend for sysv-rc and initscripts from (>= 3.0-6)
+ to (>= 3.2-14) for the status_of_proc() function.
[ Kel Modderman ]
* Exit with value rather than echo the value for the status action in
Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control 2010-03-21 19:04:05 UTC (rev 1847)
+++ sysvinit/trunk/debian/control 2010-03-21 20:21:44 UTC (rev 1848)
@@ -38,7 +38,7 @@
Package: sysv-rc
Architecture: all
-Recommends: lsb-base (>= 3.0-6)
+Recommends: lsb-base (>= 3.2-14)
Conflicts: file-rc
Replaces: file-rc
Suggests: sysv-rc-conf, bum
@@ -51,7 +51,7 @@
Package: initscripts
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${mount:Depends}, debianutils (>= 2.13.1), lsb-base (>= 3.0-6), sysvinit-utils (>= 2.86.ds1-64), sysv-rc | file-rc, coreutils (>= 5.93)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${mount:Depends}, debianutils (>= 2.13.1), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.86.ds1-64), sysv-rc | file-rc, coreutils (>= 5.93)
Recommends: psmisc, e2fsprogs
Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
Replaces: libc6, libc6.1, libc0.1, libc0.3
More information about the Pkg-sysvinit-commits
mailing list