summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2001-01-31 06:42:25 +0000
committerjoey <joey>2001-01-31 06:42:25 +0000
commit72d1cf3a58e7588228cfb6155669c978d7a9cccb (patch)
tree4039948be788f9f12b04db024d8fb42496b3bef3
parenta4b2194440fac0e24db7b0a5c5fa7aacf06e8645 (diff)
r414: * Added a suggests to debconf-utils, Closes: #83643
I may chenge this to a dependancy at some point in the future, since one debconf command needs the package to work.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a9cc8343..c55dc52d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (2.2.18) unstable; urgency=medium
+
+ * Added a suggests to debconf-utils, Closes: #83643
+ I may chenge this to a dependancy at some point in the future,
+ since one debconf command needs the package to work.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 30 Jan 2001 22:39:54 -0800
+
debhelper (2.2.17) unstable; urgency=medium
* dh_installdebconf: marge in templates with a .ll_LL extention,
diff --git a/debian/control b/debian/control
index 54c7afea..ddafecfb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: devel
Priority: optional
Maintainer: Joey Hess <joeyh@debian.org>
Build-Depends-Indep: perl-5.005, fileutils (>= 4.0-2.1), file (>= 3.23-1)
-Standards-Version: 3.2.1.2
+Standards-Version: 3.5.0.0
Package: debhelper
Architecture: all
Depends: perl5 | perl (>= 5.004), fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.7.0), lynx
-Suggests: dh-make
+Suggests: dh-make, debconf-utils
Description: helper programs for debian/rules
A collection of programs that can be used in a debian/rules file to
automate common tasks related to building binary debian packages. Programs