summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2001-02-13 17:31:33 +0000
committerjoey <joey>2001-02-13 17:31:33 +0000
commite8dfff67a6db95dda5951585f74ce2e89f1ac1cf (patch)
tree224eb348954368842ac75a9177226c26a4a1343a /debian
parent6a4b0f4e4b28688208ecd2d73609436232d878c3 (diff)
r444: new dh_perl. Not yet released, since perl is not yet through incoming.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 29b06534..b9efd202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+debhelper (3.0.5) unstable; urgency=low
+
+ * Updated dh_perl to a new version for the new perl organization and
+ policy. The -k flag has been done away with, as the new perl packages
+ don't make packlist files.
+ * Fixed some bugs in the new dh_perl and updated it to my current
+ debhelper coding standards.
+ * Use dh_perl to generate debhelper's own deps.
+ * Version number increase to meet perl policy.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 13 Feb 2001 09:07:48 -0800
+
debhelper (3.0.1) unstable; urgency=low
* Build-depends on perl-5.6, since it uses 2 argument pod2man.
diff --git a/debian/control b/debian/control
index 7a9bb7ad..b53ebc73 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ 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
+Depends: ${perl:Depends}, fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.7.0), lynx
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