[Pkg-zsh-commits] [zsh] 01/01: Remove zsh-dbg package, there are automatic dbgsym packages now

Axel Beckert abe at deuxchevaux.org
Fri Dec 25 15:27:19 UTC 2015


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

abe pushed a commit to branch debian
in repository zsh.

commit 20a0c01cb06700122135f96b24629aa10df39e50
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 25 16:11:09 2015 +0100

    Remove zsh-dbg package, there are automatic dbgsym packages now
---
 debian/control | 19 -------------------
 debian/rules   | 10 +++++-----
 2 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 7bb058a..a467830 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 2cf21e3..2b70e31 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

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