summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6a273365..2e812794 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (2.1.28) unstable; urgency=low
+
+ * Ok, fine, I'll make debhelper depend on lynx for the one or two
+ packages that have html changelogs. But you'll be sorry...
+ Closes: #77604
+
+ -- Joey Hess <joeyh@debian.org> Tue, 21 Nov 2000 15:13:39 -0800
+
debhelper (2.1.27) unstable; urgency=low
* Typo, Closes: #77441
diff --git a/debian/control b/debian/control
index 8319f077..07e9a424 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Standards-Version: 3.2.1.0
Package: debhelper
Architecture: all
-Depends: perl5 | perl (>= 5.004), fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.7.0)
-Suggests: dh-make, lynx
+Depends: perl5 | perl (>= 5.004), fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.7.0), lynx
+Suggests: dh-make
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