This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository dssp.
commit 126145abdc877543eed4843c469d762d099b72c4 Author: Andreas Tille <[email protected]> Date: Wed Sep 27 09:44:00 2017 +0200 Drop debug package --- debian/changelog | 1 + debian/control | 16 ---------------- debian/rules | 5 ----- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 624f68d..9abc1d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dssp (3.0.0-1) UNRELEASED; urgency=medium * New upstream version * Moved packaging to Git * Simplify d/watch + * Drop debug package -- Andreas Tille <[email protected]> Wed, 27 Sep 2017 09:19:50 +0200 diff --git a/debian/control b/debian/control index 94d86ee..f92e258 100644 --- a/debian/control +++ b/debian/control @@ -27,19 +27,3 @@ Description: protein secondary structure assignment based on 3D structure This version (2) of DSSP is a rewrite that produces the same output as the original DSSP, but deals better with exceptions in PDB files and is much faster. - -Package: dssp-dbg -Architecture: any -Section: debug -Priority: extra -Depends: dssp (= ${binary:Version}), - ${misc:Depends} -Description: debugging symbols for dssp - DSSP is an application to assign the secondary structure of a protein - based on its three dimensional (3D) structure. - . - This version (2) of DSSP is a rewrite that produces the same output as the - original DSSP, but deals better with exceptions in PDB files and is much - faster. - . - This package provides the detached debug symbols for dssp. diff --git a/debian/rules b/debian/rules index 6be0a62..d47a623 100755 --- a/debian/rules +++ b/debian/rules @@ -13,11 +13,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel -.PHONY: override_dh_strip -override_dh_strip: - dh_strip --dbg-package=dssp-dbg - -.PHONY: get-orig-source get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir=../tarballs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dssp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
