From: joey Date: Sat, 30 Oct 1999 01:01:41 +0000 (+0000) Subject: r300: * dh_installdebconf: Modified to use new confmodule debconf library. X-Git-Tag: version_2.0.101~298 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f352850081b06261306024b92763cdbe24974c53;p=debhelper.git r300: * dh_installdebconf: Modified to use new confmodule debconf library. --- diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf index 2b79156..a0a63b3 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 1f62e91..8b0faa0 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 Fri, 29 Oct 1999 15:24:47 -0700 + debhelper (2.0.66) unstable; urgency=low * Fixed some problems with dh_installxfonts font dirs.