summaryrefslogtreecommitdiff
path: root/dh_md5sums
diff options
context:
space:
mode:
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-xdh_md5sums5
1 files changed, 4 insertions, 1 deletions
diff --git a/dh_md5sums b/dh_md5sums
index a53603e1..da00090b 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -43,7 +43,10 @@ being listed in the md5sums file.
=cut
-init();
+init(options => {
+ "x" => \$dh{INCLUDE_CONFFILES}, # is -x for some unknown historical reason..
+ "include-conffiles" => \$dh{INCLUDE_CONFFILES},
+});
foreach my $package (@{$dh{DOPACKAGES}}) {
next if is_udeb($package);