This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch updates in repository libsbml.
commit d3d9b096ce1acf9cef142ee1488c7d07d5aeab05 Author: Afif Elghraoui <[email protected]> Date: Sun Dec 4 12:30:52 2016 -0800 Drop explicit dbg package --- debian/control | 15 --------------- debian/rules | 3 +-- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/debian/control b/debian/control index e70ba65..ab1485a 100644 --- a/debian/control +++ b/debian/control @@ -46,21 +46,6 @@ Description: System Biology Markup Language library - development files . This package contains files necessary for development with libsbml. -Package: libsbml5-dbg -Architecture: any -Section: debug -Priority: extra -Depends: libsbml5 (= ${binary:Version}), - ${misc:Depends} -Provides: libsbml-dbg -Description: System Biology Markup Language library - debug symbols - LibSBML is a library designed to help you read, write, manipulate, - translate, and validate SBML files and data streams. It is not an - application itself (though it does come with many example programs), - but rather a library you can embed in your own applications. - . - This package contains th debugging symbols for libsbml. - Package: libsbml5 Architecture: any Section: libs diff --git a/debian/rules b/debian/rules index 673a2ed..36df5b2 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,6 @@ version := $(shell dpkg-parsechangelog | grep Version | cut -d\ -f2 | cut -d- - major := $(shell dpkg-parsechangelog | grep Version | cut -d\ -f2 | cut -d. -f1) libpack := libsbml debtmp := $(CURDIR)/debian/tmp -dbgpack := $(libpack)$(major)-dbg SRC_TMP := $(CURDIR)/SRC_TMP # Test for matlab CMAKE_OPTS := $(shell sed '/MATLAB/d' debian/cmake_opts) @@ -36,7 +35,7 @@ endif DEB_COMPRESS_EXCLUDE = .pdf %: - dh $@ --with python2,cli --dbg-package=${dbgpack} + dh $@ --parallel --with python2,cli get-orig-source: uscan --verbose --download-current-version --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
