diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-12-25 16:11:09 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-12-25 16:11:09 +0100 |
commit | 20a0c01cb06700122135f96b24629aa10df39e50 (patch) | |
tree | 5fddf44f0bf68bea52b1b94b58fdbf3fea5fdbae | |
parent | c766a858fada1b72635d1ab2a71979bd110d4623 (diff) | |
download | zsh-20a0c01cb06700122135f96b24629aa10df39e50.tar.gz zsh-20a0c01cb06700122135f96b24629aa10df39e50.zip |
Remove zsh-dbg package, there are automatic dbgsym packages now
-rw-r--r-- | debian/control | 19 | ||||
-rwxr-xr-x | debian/rules | 10 |
2 files changed, 5 insertions, 24 deletions
diff --git a/debian/control b/debian/control index 7bb058ab4..a467830a4 100644 --- a/debian/control +++ b/debian/control @@ -115,22 +115,3 @@ Description: shell with lots of features (development files) . This package contains headers and scripts necessary to compile third-party modules. - -Package: zsh-dbg -Architecture: any -Section: debug -Priority: extra -Depends: zsh (= ${binary:Version}), - zsh-common (= ${source:Version}), - ${misc:Depends} -Description: shell with lots of features (debugging symbols) - Zsh is a UNIX command interpreter (shell) usable as an - interactive login shell and as a shell script command - processor. Of the standard shells, zsh most closely resembles - ksh but includes many enhancements. Zsh has command-line editing, - built-in spelling correction, programmable command completion, - shell functions (with autoloading), a history mechanism, and a - host of other features. - . - This package contains gdb debugging symbols for the 'zsh' - package. diff --git a/debian/rules b/debian/rules index 2cf21e38b..2b70e3172 100755 --- a/debian/rules +++ b/debian/rules @@ -169,7 +169,7 @@ binary-arch-dynamic: build-arch dh_testdir dh_testroot - dh_installdirs -pzsh -pzsh-dbg + dh_installdirs -pzsh # modules cd obj && $(MAKE) install.bin DESTDIR=$(CURDIR)/debian/zsh INSTALL_PROGRAM='$(INSTALL_PROGRAM)' @@ -179,14 +179,14 @@ binary-arch-dynamic: build-arch rm debian/zsh/bin/zsh-5.[0-9]* dh_bugfiles -pzsh - dh_strip -pzsh --dbg-package=zsh-dbg - dh_install -pzsh -pzsh-dbg + dh_strip -pzsh + dh_install -pzsh - dh_shlibdeps -pzsh -pzsh-dbg -- \ + dh_shlibdeps -pzsh -- \ -dDepends debian/zsh/bin/* \ -dRecommends debian/zsh/usr/lib/*/zsh/*/zsh/*.so - dh_installdocs -pzsh -pzsh-dbg --link-doc=zsh + dh_installdocs -pzsh --link-doc=zsh dh_installchangelogs -pzsh binary-arch-static: build-static |