From cb70a3cff0f92817bbaaaa6f7270110c93883dec Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 7 Apr 2002 15:49:38 +0000 Subject: [PATCH] r516: * Typo, Closes: #139176 * Fixed dh_md5sums conffile excluding/including. --- debian/changelog | 2 +- debian/control | 2 +- dh_md5sums | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9ebcfb6..bd5a9ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ debhelper (3.4.13) unstable; urgency=low -UNRE * Typo, Closes: #139176 + * Fixed dh_md5sums conffile excluding/including. -- Joey Hess Wed, 20 Mar 2002 11:25:36 -0500 diff --git a/debian/control b/debian/control index 866cef0..24e9132 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Joey Hess Build-Depends-Indep: perl (>= 5.6.1), fileutils (>= 4.0-2.1), file (>= 3.23-1), debconf-utils -Standards-Version: 3.5.6.0 +Standards-Version: 3.5.6.1 Package: debhelper Architecture: all 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 () { -- 2.39.2