]> git.donarmstrong.com Git - debhelper.git/commitdiff
r300: * dh_installdebconf: Modified to use new confmodule debconf library.
authorjoey <joey>
Sat, 30 Oct 1999 01:01:41 +0000 (01:01 +0000)
committerjoey <joey>
Sat, 30 Oct 1999 01:01:41 +0000 (01:01 +0000)
autoscripts/postrm-debconf
debian/changelog

index 2b79156f9cb5c8cde41e0eba5076a091c11be8be..a0a63b313e54af2f1ba793b584f27534f645e993 100644 (file)
@@ -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
index 1f62e917016573b13161c50f28e9bd8adc9a50a4..8b0faa0138297826986035ada98c379a4f01163c 100644 (file)
@@ -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.