]> git.donarmstrong.com Git - unscd.git/commitdiff
Remove the Provides: nscd as a workaround for (Closes: #606588) to
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Mon, 13 Dec 2010 04:51:39 +0000 (04:51 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Mon, 13 Dec 2010 04:51:39 +0000 (04:51 +0000)
avoid issues due to #606593 in insserv.

debian/NEWS [new file with mode: 0644]
debian/changelog
debian/unscd.init

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644 (file)
index 0000000..90268cf
--- /dev/null
@@ -0,0 +1,9 @@
+unscd (0.47-2) unstable; urgency=low
+
+  * NB: Because insserv is slightly broken (#606593), we cannot provide
+    nscd, as this would break installs which hadn't already purged nscd.
+    However, if you have init scripts which depend on nscd, feel free to
+    change Provides: unscd to Provides: unscd nscd after purging nscd.
+
+ -- Don Armstrong <don@debian.org>  Sun, 12 Dec 2010 20:30:10 -0800
+
index 3dcac7fc029e967941b8b029c25424b4e02fc54e..ea0685e9cc4b9d064ef26545c7077a1692e8aa63 100644 (file)
@@ -1,3 +1,10 @@
+unscd (0.47-2) unstable; urgency=low
+
+  * Remove the Provides: nscd as a workaround for (Closes: #606588) to
+    avoid issues due to #606593 in insserv.
+
+ -- Don Armstrong <don@debian.org>  Sun, 12 Dec 2010 20:32:11 -0800
+
 unscd (0.47-1) unstable; urgency=low
 
   * Initial packaging for Debian (Closes: #513305)
index dd03529c9064f658ff52099b27af50690c7b3e25..3932dc363677e864736cc112f49aece9f8132c98 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ### BEGIN INIT INFO
-# Provides:          unscd nscd
+# Provides:          unscd
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
@@ -8,6 +8,11 @@
 # Short-Description: Starts the Micro Name Service Cache Daemon
 ### END INIT INFO
 
+# NB: Because insserv is slightly broken (#606593), we cannot provide
+# nscd, as this would break installs which hadn't already purged nscd.
+# However, if you have init scripts which depend on nscd, feel free to
+# change Provides: unscd to Provides: unscd nscd after purging nscd.
+
 #
 # unscd:       Starts the Micro Name Service Cache Daemon
 #