summaryrefslogtreecommitdiff
path: root/dh_md5sums
diff options
context:
space:
mode:
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-xdh_md5sums2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_md5sums b/dh_md5sums
index ef8697cf..2fc6f4ab 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -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>) {