From af3c703ece4f6de8f3aaf2f54c6a7f51a5287d73 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Thu, 27 Jul 2017 06:09:07 +0000 Subject: dh_builddeb: Add missing comma Signed-off-by: Niels Thykier --- dh_builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3