From cb70a3cff0f92817bbaaaa6f7270110c93883dec Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 7 Apr 2002 15:49:38 +0000 Subject: r516: * Typo, Closes: #139176 * Fixed dh_md5sums conffile excluding/including. --- dh_md5sums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_md5sums') diff --git a/dh_md5sums b/dh_md5sums index ef8697c..2fc6f4a 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 () { -- cgit v1.2.1