diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-11-02 20:01:13 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-11-02 20:01:13 +0100 |
commit | c6da4ef3ea8ae77ae734948de6b182a6c22e1c40 (patch) | |
tree | 375a3d9f9a18aad0c5f21a1cf059ff4cff3c4f5f | |
parent | efa4b98e778a156e3fa3b9b10b01dd0f788f9a6d (diff) | |
download | zsh-c6da4ef3ea8ae77ae734948de6b182a6c22e1c40.tar.gz zsh-c6da4ef3ea8ae77ae734948de6b182a6c22e1c40.zip |
dh_strip: Use --dbgsym-migration instead of historical --ddeb-migration
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f6fdb0b1e..7e5b6f50e 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 -- \ |