]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_md5sums
r516: * Typo, Closes: #139176
[debhelper.git] / dh_md5sums
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>) {