[debhelper-devel] [debhelper] 01/01: dh_strip: Fix typo

Niels Thykier nthykier at moszumanska.debian.org
Thu Jan 14 20:00:38 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 efe6ac54b2ef30b982f91ecb37fe4c53e33a0a69
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Jan 14 20:00:32 2016 +0000

    dh_strip: Fix typo
    
    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 dc0fca1..6a033ff 100755
--- a/dh_strip
+++ b/dh_strip
@@ -159,7 +159,7 @@ if ($dh{ENABLE_DBGSYM} and $dh{ENABLE_DBGSYM} ne 'auto') {
 		error("--keep-debug and explicit --automatic-dbgsym are mutually exclusive");
 	}
 	if ($dh{DEBUGPACKAGES}) {
-		error("--dbg-package and explicit --automatic-dbsym are mutually exclusive");
+		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