summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postrm-debconf4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf
index 2b79156f..a0a63b31 100644
--- a/autoscripts/postrm-debconf
+++ b/autoscripts/postrm-debconf
@@ -1,4 +1,4 @@
-if [ "$1" = purge -a -e /usr/share/debconf/confmodule.sh ]; then
- . /usr/share/debconf/confmodule.sh
+if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then
+ . /usr/share/debconf/confmodule
db_purge
fi
diff --git a/debian/changelog b/debian/changelog
index 1f62e917..8b0faa01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (2.0.67) unstable; urgency=low
+
+ * dh_installdebconf: Modified to use new confmodule debconf library.
+
+ -- Joey Hess <joeyh@master.debian.org> Fri, 29 Oct 1999 15:24:47 -0700
+
debhelper (2.0.66) unstable; urgency=low
* Fixed some problems with dh_installxfonts font dirs.