diff options
author | Niels Thykier <niels@thykier.net> | 2017-07-27 06:09:07 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-07-27 06:09:07 +0000 |
commit | af3c703ece4f6de8f3aaf2f54c6a7f51a5287d73 (patch) | |
tree | 2869a016adfbc74371ade3364b25c4f73739c876 | |
parent | 18a301de0e6baf81d110d1b07d71d005a6ba7ee7 (diff) | |
download | debhelper-af3c703ece4f6de8f3aaf2f54c6a7f51a5287d73.tar.gz |
dh_builddeb: Add missing comma
Signed-off-by: Niels Thykier <niels@thykier.net>
-rwxr-xr-x | dh_builddeb | 2 |
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; } |