diff options
author | joey <joey> | 2001-07-28 00:58:29 +0000 |
---|---|---|
committer | joey <joey> | 2001-07-28 00:58:29 +0000 |
commit | 23c8924fc90386d1a08061ff19ad7c0d01d6b2c1 (patch) | |
tree | 060cc50f68359ce0bc8bcb6f95b1a9424bad1541 | |
parent | ce25f7b80147d540f541396e622ce0bbc1244f10 (diff) | |
download | debhelper-23c8924fc90386d1a08061ff19ad7c0d01d6b2c1.tar.gz |
r486: * Clean up old substvars.debhelper files, although debhelper doesn't
generate them now, it used to and they may still be lurking in build
trees. Closes: #106514
* Fixed a typo. Closes: #106532
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | dh_clean | 1 | ||||
-rwxr-xr-x | dh_movefiles | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1f988bef..a569e78d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +debhelper (3.0.41) unstable; urgency=low + + * Clean up old substvars.debhelper files, although debhelper doesn't + generate them now, it used to and they may still be lurking in build + trees. Closes: #106514 + * Fixed a typo. Closes: #106532 + + -- Joey Hess <joeyh@debian.org> Wed, 25 Jul 2001 17:04:21 -0400 + debhelper (3.0.40) unstable; urgency=low * Typo, Closes: #104405 diff --git a/debian/control b/debian/control index 9516be33..2f9d0bbf 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess <joeyh@debian.org> -Build-Depends-Indep: perl-5.6, fileutils (>= 4.0-2.1), file (>= 3.23-1), debconf-utils -Standards-Version: 3.5.5.0 +Build-Depends-Indep: perl, fileutils (>= 4.0-2.1), file (>= 3.23-1), debconf-utils +Standards-Version: 3.2.1.0 Package: debhelper Architecture: all @@ -63,6 +63,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (! $dh{D_FLAG}) { doit("rm","-f","debian/${ext}substvars", + "debian/${ext}substvars.debhelper", "debian/${ext}postinst.debhelper", "debian/${ext}postrm.debhelper", "debian/${ext}preinst.debhelper", diff --git a/dh_movefiles b/dh_movefiles index 18e46d4d..b4e1a6f6 100755 --- a/dh_movefiles +++ b/dh_movefiles @@ -91,7 +91,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } if (@tomove && $tmp eq $sourcedir) { - error("I was asked to move files from $sourcedir to $sourcedir. Perhaps you should set DH_COMAPT=2?"); + error("I was asked to move files from $sourcedir to $sourcedir. Perhaps you should set DH_COMPAT=2?"); } # Now we need to expand wildcards in @tomove. |