diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index fdb9c55..2de265d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +debhelper (2.0.73) unstable; urgency=low + + * Actually, debhelper build-depends on perl-5.005. + + -- Joey Hess <joeyh@master.debian.org> Mon, 22 Nov 1999 21:43:55 -0800 + debhelper (2.0.72) unstable; urgency=low * Corrected slash substitution problem in dh_installwm. - -- Joey Hess <joeyh@master.debian.org> Tue, 9 Nov 1999 15:00:21 -0800 + -- Joey Hess <joeyh@master.debian.org> Mon, 22 Nov 1999 21:43:47 -0800 debhelper (2.0.71) unstable; urgency=low diff --git a/debian/control b/debian/control index e970661..4717a8f 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess <joeyh@master.debian.org> -Build-Depends-Indep: perl5, fileutils (>= 3.16-4), file (>= 3.23-1) -Standards-Version: 3.1.0.0 +Build-Depends-Indep: perl-5.005, fileutils (>= 3.16-4), file (>= 3.23-1) +Standards-Version: 3.1.1.0 Package: debhelper Architecture: all |