diff options
author | joey <joey> | 1999-08-17 05:18:50 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:18:50 +0000 |
commit | 661c532ccc17f2b1d5f01be9a851dc30448cda2f (patch) | |
tree | 51ea83f94c37289fd7f113327d4f2af485f3a732 /debian | |
parent | 1a5315595b2f06feab10168825442f651cb11947 (diff) | |
download | debhelper-661c532ccc17f2b1d5f01be9a851dc30448cda2f.tar.gz |
r243: Initial Import
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 784b3ca3..3a2666cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +debhelper (2.0.20) unstable; urgency=low + + * dh_perl: Patch from Raphael Hertzog <rhertzog@hrnet.fr> to allow + specification on the command line of alternate paths to search for perl + modules. (Closes: #42171) + + -- Joey Hess <joeyh@master.debian.org> Fri, 30 Jul 1999 09:42:08 -0700 + +debhelper (2.0.19) unstable; urgency=low + + * dh_installinfo: fixed bug if a info file had no section. + + -- Joey Hess <joeyh@master.debian.org> Thu, 29 Jul 1999 11:41:11 -0700 + +debhelper (2.0.18) unstable; urgency=low + + * dh_installxaw: fixed multiple stanza problem, for real this time (patch + misapplied last time). (Closes: #41862) + + -- Joey Hess <joeyh@master.debian.org> Mon, 26 Jul 1999 13:00:09 -0700 + debhelper (2.0.17) unstable; urgency=low * dh_clean: compat() wasn't exported. diff --git a/debian/control b/debian/control index 7dc9496c..5a5b45b2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess <joeyh@master.debian.org> -Standards-Version: 2.5.1.0 +Standards-Version: 3.0.1.0 Package: debhelper Architecture: all |