[Pkg-sysvinit-commits] r505 - in sysvinit/trunk/debian: . sysv-rc
Thomas Hood
jdthood-guest at costa.debian.org
Tue Jan 3 15:47:23 UTC 2006
Author: jdthood-guest
Date: 2006-01-03 15:47:22 +0000 (Tue, 03 Jan 2006)
New Revision: 505
Modified:
sysvinit/trunk/debian/NOTES
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/control
sysvinit/trunk/debian/sysv-rc/postinst
sysvinit/trunk/debian/sysv-rc/postrm
Log:
Remove libc0.1 Conflict now that I understand the dependency better; explain dependency changes better in changelog; add dependency NOTEs
Modified: sysvinit/trunk/debian/NOTES
===================================================================
--- sysvinit/trunk/debian/NOTES 2006-01-02 22:41:57 UTC (rev 504)
+++ sysvinit/trunk/debian/NOTES 2006-01-03 15:47:22 UTC (rev 505)
@@ -52,11 +52,15 @@
this dependency around until after etch releases. But then it should
definitely go away.
+initscripts Replaces various libc packages for reasons described here:
+http://lists.debian.org/debian-hurd/2004/06/msg00048.html.
+
initscripts has strange Dependencies ${glibc:Depends}, ${mount:Depends}
which resolve to the null string. I'd like to remove these.
These packages have ceased to exist and we continue to Replace and Conflict
-with them in order to force them off systems: last, mdutils, libc0.1.
+with them in order to force them off systems: mdutils (last seen in potato)
+and last (last seen in __??__).
sysv-rc (current) Conflicts with and Replaces file-rc. file-rc (0.8.7)
Replaces: sysv-rc but does not Conflict with it. I am not sure that
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2006-01-02 22:41:57 UTC (rev 504)
+++ sysvinit/trunk/debian/changelog 2006-01-03 15:47:22 UTC (rev 505)
@@ -20,10 +20,13 @@
* /etc/default/rcS: Correct description of UTC variable
* Remove obsolete docs
* Remove obsolete dependencies on bsdutils, dpkg, util-linux, coreutils,
- and kbd. The versions in question are older than oldstable, so any
- system that has upgraded to sarge (or even woody) satisfies the
- constraints.
- * sysvinit: Depend on libc6 rather than Pre-Depending on it
+ and kbd: the versions in question are older than oldstable, so any
+ newly installed system and any system that has upgraded to sarge
+ (or even woody) satisfies the constraints.
+ * Add Conflicts to Replaces dependencies for obsolete packages last and
+ mdutils which no longer exist even in oldstable.
+ * sysvinit: Depend on libc6 rather than Pre-Depending on it; we don't
+ do anything special in the preinsts
* Tweak descriptions
* Previous release also closes: #227540
Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control 2006-01-02 22:41:57 UTC (rev 504)
+++ sysvinit/trunk/debian/control 2006-01-03 15:47:22 UTC (rev 505)
@@ -35,8 +35,8 @@
Package: initscripts
Architecture: any
Depends: ${shlibs:Depends}, ${glibc:Depends}, ${mount:Depends}, e2fsprogs (>= 1.32+1.33-WIP-2003.04.14-1), debianutils (>= 2.13.1), lsb-base (>= 3.0-6)
-Conflicts: mdutils, libc0.1, sysv-rc (<< 2.86.ds1-1.2)
-Replaces: mdutils, libc0.1, sysvinit (<< 2.85-12), libc6, libc6.1, libc0.3
+Conflicts: mdutils, sysv-rc (<< 2.86.ds1-1.2)
+Replaces: mdutils, sysvinit (<< 2.85-12), libc6, libc6.1, libc0.1, libc0.3
Description: Scripts for initializing and shutting down the system
The scripts in this package initialize a standard Debian
GNU/Linux system at boot time and finalize it at halt or
Property changes on: sysvinit/trunk/debian/sysv-rc/postinst
___________________________________________________________________
Name: svn:executable
+ *
Property changes on: sysvinit/trunk/debian/sysv-rc/postrm
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-sysvinit-commits
mailing list