[debhelper-devel] [debhelper] 01/01: dh_strip: Consistently use $dh{DEBUGPACKAGE}

Niels Thykier nthykier at moszumanska.debian.org
Sun Feb 19 08:35:01 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 bc8de690e0809d3b6a6c679c67288dbe3ced9b46
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Feb 19 08:33:38 2017 +0000

    dh_strip: Consistently use $dh{DEBUGPACKAGE}
    
    The pural version ($dh{DEBUGPACKAGES}) should no longer be used.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_strip | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dh_strip b/dh_strip
index 9ecfa41..a8638f1 100755
--- a/dh_strip
+++ b/dh_strip
@@ -147,7 +147,7 @@ init(options => {
 if ($dh{K_FLAG} and $dh{MIGRATE_DBGSYM}) {
 	error("--keep-debug and --dbgsym-migration are mutually exclusive");
 }
-if ($dh{DEBUGPACKAGES} and $dh{MIGRATE_DBGSYM}) {
+if ($dh{DEBUGPACKAGE} and $dh{MIGRATE_DBGSYM}) {
 	error("--dbg-package and --dbgsym-migration are mutually exclusive");
 }
 
@@ -155,7 +155,7 @@ if ($dh{ENABLE_DBGSYM} and $dh{ENABLE_DBGSYM} ne 'auto') {
 	if ($dh{K_FLAG}) {
 		error("--keep-debug and explicit --automatic-dbgsym are mutually exclusive");
 	}
-	if ($dh{DEBUGPACKAGES}) {
+	if ($dh{DEBUGPACKAGE}) {
 		error("--dbg-package and explicit --automatic-dbgsym are mutually exclusive");
 	}
 }

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