[debhelper-devel] [debhelper] 01/01: dh_strip: Avoid duplicate condition

Niels Thykier nthykier at moszumanska.debian.org
Wed Sep 28 15:43:58 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 583079e4e52358973848c8bacf09079a873c2d4b
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Sep 28 15:42:37 2016 +0000

    dh_strip: Avoid duplicate condition
    
    Reported-by: Julien Cristau <jcristau at debian.org>
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_strip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_strip b/dh_strip
index 2f20dab..7161cc5 100755
--- a/dh_strip
+++ b/dh_strip
@@ -260,7 +260,7 @@ sub make_debug {
 			$debug_path=$desttmp."/usr/lib/debug/.build-id/$1/$2.debug";
 			$debug_build_id="${1}${2}";
 			push(@build_ids, $debug_build_id);
-		} elsif ($use_build_id > 1) {
+		} else {
 			# For dbgsyms, we need build-id (else it will not be
 			# co-installable).
 			return if $use_build_id > 1;

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