summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_builddeb b/dh_builddeb
index e36f0a3b..939ea241 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -130,7 +130,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
@{$dh{U_PARAMS}});
doit("dpkg-deb", @args,
"--build", $ddeb_tmpdir, $dh{DESTDIR});
- } else {
+ } elsif (not is_udeb($package)) {
warning("Not building ddeb for ${package} as it has no control file");
warning("Please use dh_gencontrol to avoid this issue");
}