[med-svn] [libsbml] 01/02: Drop explicit dbg package

Afif Elghraoui afif at moszumanska.debian.org
Tue Dec 13 09:02:39 UTC 2016


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

afif pushed a commit to branch master
in repository libsbml.

commit 00707b4934e031f95d5ce6e1096af2bb8928572f
Author: Afif Elghraoui <afif at debian.org>
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 6902405..a879af4 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



More information about the debian-med-commit mailing list