retitle 417327 spurious use of debconf
tags 417327 patch
thanks

This is not a missing dependency on debconf, the package doesn't use debconf
at all and should not be sourcing confmodule in the postinst.

The attached trivial patch corrects this.

Since we are only three days out from locking the archive down for the etch
release, I'm going ahead with a 0-day NMU on this package using the attached
patch.  The NMU will be uploaded to incoming shortly.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u libcwd-0.99.44/debian/libcwd-dev.postinst libcwd-0.99.44/debian/libcwd-dev.postinst
--- libcwd-0.99.44/debian/libcwd-dev.postinst
+++ libcwd-0.99.44/debian/libcwd-dev.postinst
@@ -10,7 +10,6 @@
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
 
-. /usr/share/debconf/confmodule
 test $DEBIAN_SCRIPT_DEBUG && set -v -x
 
 case "$1" in
diff -u libcwd-0.99.44/debian/changelog libcwd-0.99.44/debian/changelog
--- libcwd-0.99.44/debian/changelog
+++ libcwd-0.99.44/debian/changelog
@@ -1,3 +1,12 @@
+libcwd (0.99.44-0.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Drop dangling reference to /usr/share/debconf/module in
+    libcwd-dev.postinst, nothing in this package uses debconf.  Closes: #417327.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Wed, 04 Apr 2007 20:14:20 -0700
+
 libcwd (0.99.44-0.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to