]> git.donarmstrong.com Git - debhelper.git/commitdiff
r516: * Typo, Closes: #139176
authorjoey <joey>
Sun, 7 Apr 2002 15:49:38 +0000 (15:49 +0000)
committerjoey <joey>
Sun, 7 Apr 2002 15:49:38 +0000 (15:49 +0000)
   * Fixed dh_md5sums conffile excluding/including.

debian/changelog
debian/control
dh_md5sums

index 9ebcfb6c35d7baad7f135f0bdfcd474d80516c54..bd5a9ac2588c4ca474a275fba9b9d12c943df521 100644 (file)
@@ -1,7 +1,7 @@
 debhelper (3.4.13) unstable; urgency=low
 
-UNRE
   * Typo, Closes: #139176
+  * Fixed dh_md5sums conffile excluding/including.
 
  -- Joey Hess <joeyh@debian.org>  Wed, 20 Mar 2002 11:25:36 -0500
 
index 866cef0b9a1145648aba81a0873d23aeb27a01b8..24e913242156a047a5a47210c679b6de8ede48f4 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@debian.org>
 Build-Depends-Indep: perl (>= 5.6.1), fileutils (>= 4.0-2.1), file (>= 3.23-1), debconf-utils
-Standards-Version: 3.5.6.0
+Standards-Version: 3.5.6.1
 
 Package: debhelper
 Architecture: all
index ef8697cf202f45094babc3e8d0d7326dcbcea358..2fc6f4abff8493ae3d3c8c0a129af289724ff744 100755 (executable)
@@ -53,7 +53,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
        # Check if we should exclude conffiles.
        my $exclude="";
-       if (! $dh{INCLUDE} && -r "$tmp/DEBIAN/conffiles") {
+       if (! $dh{INCLUDE_CONFFILES} && -r "$tmp/DEBIAN/conffiles") {
                # Generate exclude regexp.
                open (CONFF,"$tmp/DEBIAN/conffiles");
                while (<CONFF>) {