diff options
-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 |