summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d5f4bf0a..ecf156bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,12 @@ debhelper (5.0.23) UNRELEASED; urgency=low
* dh_strip: remove binutils build-dep lines since stable has a new enough
version. Closes: #350607
+ * dh_installdebconf: drop all support for old-style translated debconf
+ templates files via debconf-mergetemplate (keep a warning if any are
+ found, for now). Allows dropping debhelper's dependency on
+ debconf-utils. Closes: #331796
- -- Joey Hess <joeyh@debian.org> Mon, 30 Jan 2006 16:57:21 -0500
+ -- Joey Hess <joeyh@debian.org> Mon, 20 Feb 2006 16:35:50 -0500
debhelper (5.0.22) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5055608a..83281261 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends-Indep: po4a (>= 0.23)
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, debconf-utils (>= 1.1.1), binutils, po-debconf
+Depends: ${perl:Depends}, ${misc:Depends}, coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, binutils, po-debconf
Suggests: dh-make
Conflicts: dpkg-cross (<< 1.18)
Description: helper programs for debian/rules