[debhelper-devel] [debhelper] 01/01: dh_builddeb: Add missing comma

Niels Thykier nthykier at moszumanska.debian.org
Thu Jul 27 06:09:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit af3c703ece4f6de8f3aaf2f54c6a7f51a5287d73
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Jul 27 06:09:07 2017 +0000

    dh_builddeb: Add missing comma
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_builddeb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_builddeb b/dh_builddeb
index d091682..85c921b 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;
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list