[Pkg-zsh-commits] [zsh] 01/01: dh_strip: Use --dbgsym-migration instead of historical --ddeb-migration

Axel Beckert abe at deuxchevaux.org
Thu Nov 2 19:38:47 UTC 2017


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

abe pushed a commit to branch debian
in repository zsh.

commit c6da4ef3ea8ae77ae734948de6b182a6c22e1c40
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Nov 2 20:01:13 2017 +0100

    dh_strip: Use --dbgsym-migration instead of historical --ddeb-migration
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f6fdb0b..7e5b6f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -173,7 +173,7 @@ binary-arch-dynamic: build-arch
 	rm debian/zsh/bin/zsh-5.[0-9]*
 
 	dh_bugfiles    -pzsh
-	dh_strip       -pzsh --ddeb-migration=zsh-dbg
+	dh_strip       -pzsh --dbgsym-migration=zsh-dbg
 	dh_install     -pzsh
 
 	dh_shlibdeps   -pzsh -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list