summaryrefslogtreecommitdiff
path: root/dh_md5sums
diff options
context:
space:
mode:
authorjoey <joey>2002-04-07 15:49:38 +0000
committerjoey <joey>2002-04-07 15:49:38 +0000
commitcb70a3cff0f92817bbaaaa6f7270110c93883dec (patch)
tree4b7319469496880f2f606f502685c1932be6e70b /dh_md5sums
parent83aff5c608398268bef832bc25c3ce0c423a1827 (diff)
r516: * Typo, Closes: #139176
* Fixed dh_md5sums conffile excluding/including.
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>) {