[Reproducible-commits] [debhelper] 27/32: dh_strip: Fix typo
Mattia Rizzolo
mattia at debian.org
Fri Jan 15 00:38:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia 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/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list