[debhelper-devel] [debhelper] 01/01: dh_makehshlibs: Fix typo in verbose message

Niels Thykier nthykier at moszumanska.debian.org
Sun Dec 31 17:08:06 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 7eb6444b4285a14bc3dd54798fd8d9f0990b0ef8
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Dec 31 17:06:41 2017 +0000

    dh_makehshlibs: Fix typo in verbose message
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_makeshlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_makeshlibs b/dh_makeshlibs
index 143ed53..a791af9 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -237,7 +237,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 	} elsif (@deb_lines or @udeb_lines) {
 		install_dir("$tmp/DEBIAN");
 		if ($dh{VERBOSE}) {
-			verbose_print('echo ' . escape_shell($_) . ' ' . escape_shell("$tmp/DEBIAN/shlibs"))
+			verbose_print('echo ' . escape_shell($_) . ' >> ' . escape_shell("$tmp/DEBIAN/shlibs"))
 				for @deb_lines, @udeb_lines;
 		}
 		open(my $shlibs_fd, '>', "$tmp/DEBIAN/shlibs") or error("open($tmp/DEBIAN/shlibs): $!");

-- 
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