summaryrefslogtreecommitdiff
path: root/dh_md5sums
diff options
context:
space:
mode:
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-xdh_md5sums2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_md5sums b/dh_md5sums
index 7d313220..0619a3ba 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -46,6 +46,8 @@ being listed in the md5sums file.
init();
foreach my $package (@{$dh{DOPACKAGES}}) {
+ next if is_udeb($package);
+
my $tmp=tmpdir($package);
if (! -d "$tmp/DEBIAN") {