summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-07-27 06:09:07 +0000
committerNiels Thykier <niels@thykier.net>2017-07-27 06:09:07 +0000
commitaf3c703ece4f6de8f3aaf2f54c6a7f51a5287d73 (patch)
tree2869a016adfbc74371ade3364b25c4f73739c876 /dh_builddeb
parent18a301de0e6baf81d110d1b07d71d005a6ba7ee7 (diff)
downloaddebhelper-af3c703ece4f6de8f3aaf2f54c6a7f51a5287d73.tar.gz
dh_builddeb: Add missing comma
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 d0916825..85c921bb 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -134,7 +134,7 @@ on_items_in_parallel(\@items, sub {
# XXX: Should we blindly overrule the maintainer's choice
# of compressor arguments here? It is not apparent that
# their explicit -z was intended for the dbgsym package.
- doit("dpkg-deb", @{$dh{U_PARAMS}}
+ doit("dpkg-deb", @{$dh{U_PARAMS}},
"--build", $dbgsym_tmpdir, $dh{DESTDIR});
next;
}