From 561b98cd1572b417d95d7844df797705c330053f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Apr 2012 12:42:17 -0400 Subject: dh_md5sums: Don't skip DEBIAN directories other than the control files one. Closes: #668276 --- dh_md5sums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_md5sums') diff --git a/dh_md5sums b/dh_md5sums index a31d7154..4a1264be 100755 --- a/dh_md5sums +++ b/dh_md5sums @@ -75,7 +75,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { $exclude.="! \\( $dh{EXCLUDE_FIND} \\) "; } - my $find="find . -type f $exclude ! -regex '.*/DEBIAN/.*' -printf '%P\\0'"; + my $find="find . -type f $exclude ! -regex './DEBIAN/.*' -printf '%P\\0'"; complex_doit("(cd $tmp >/dev/null ; $find | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null"); # If the file's empty, no reason to waste inodes on it. if (-z "$tmp/DEBIAN/md5sums") { -- cgit v1.2.3