diff options
author | joey <joey> | 2002-04-07 15:49:38 +0000 |
---|---|---|
committer | joey <joey> | 2002-04-07 15:49:38 +0000 |
commit | cb70a3cff0f92817bbaaaa6f7270110c93883dec (patch) | |
tree | 4b7319469496880f2f606f502685c1932be6e70b /dh_md5sums | |
parent | 83aff5c608398268bef832bc25c3ce0c423a1827 (diff) | |
download | debhelper-cb70a3cff0f92817bbaaaa6f7270110c93883dec.tar.gz |
r516: * Typo, Closes: #139176
* Fixed dh_md5sums conffile excluding/including.
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-x | dh_md5sums | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>) { |