summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-08-30 16:07:41 +0200
committerNiels Thykier <niels@thykier.net>2015-08-30 16:07:41 +0200
commitf15878d1b81fee001d63a09dc31e43663a9185c6 (patch)
treea569109b85fb822c66314bdc23987daf89f0f1cc /dh_builddeb
parenta677d8763e4b62e63bfecbb050f3f6861834ca61 (diff)
downloaddebhelper-f15878d1b81fee001d63a09dc31e43663a9185c6.tar.gz
Skip building ddebs for udebs temporarily
Signed-off-by: Niels Thykier <niels@thykier.net>
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");
}