From 7ac44b58ffc28caafe25416fadd30ceb52cd295a Mon Sep 17 00:00:00 2001 From: don Date: Mon, 13 Dec 2010 04:51:39 +0000 Subject: [PATCH] Remove the Provides: nscd as a workaround for (Closes: #606588) to avoid issues due to #606593 in insserv. --- debian/NEWS | 9 +++++++++ debian/changelog | 7 +++++++ debian/unscd.init | 7 ++++++- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 debian/NEWS diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..90268cf --- /dev/null +++ b/debian/NEWS @@ -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 Sun, 12 Dec 2010 20:30:10 -0800 + diff --git a/debian/changelog b/debian/changelog index 3dcac7f..ea0685e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 12 Dec 2010 20:32:11 -0800 + unscd (0.47-1) unstable; urgency=low * Initial packaging for Debian (Closes: #513305) diff --git a/debian/unscd.init b/debian/unscd.init index dd03529..3932dc3 100644 --- a/debian/unscd.init +++ b/debian/unscd.init @@ -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 # -- 2.39.2