[med-svn] [librcsb-core-wrapper] 03/07: Remove -dbg packages since debug packages are autogenerated

Andreas Tille tille at debian.org
Tue Nov 7 16:21:14 UTC 2017


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

tille pushed a commit to branch master
in repository librcsb-core-wrapper.

commit 124d7f4a1a54687fcad82711acbf1b53a18b058d
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 7 17:03:46 2017 +0100

    Remove -dbg packages since debug packages are autogenerated
---
 debian/changelog |  1 +
 debian/control   | 42 ++----------------------------------------
 debian/rules     |  5 -----
 3 files changed, 3 insertions(+), 45 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74929ff..a7ac068 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ librcsb-core-wrapper (1.005-5) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.1
   * debhelper 10
+  * Remove -dbg packages since debug packages are autogenerated
 
  -- Andreas Tille <tille at debian.org>  Tue, 07 Nov 2017 16:58:10 +0100
 
diff --git a/debian/control b/debian/control
index 43df43b..49e1c7e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 10),
                libboost-python-dev,
                libxerces-c-dev,
                python-all-dev,
-               python-all-dbg,
                libtool,
                libtool-bin,
                bison,
@@ -37,8 +36,7 @@ Architecture: any
 Section: libdevel
 Depends: librcsb-core-wrapper0 (= ${binary:Version}),
          ${misc:Depends}
-Suggests: librcsb-core-wrapper0-dbg,
-          librcsb-core-wrapper-doc
+Suggests: librcsb-core-wrapper-doc
 Provides: librcsb-core-wrapper-dev
 Description: development files for librcsb-core-wrapper0
  The RCSB Core Wrapper library was developed to provide an object-oriented
@@ -59,22 +57,6 @@ Description: documentation for librcsb-core-wrapper0
  .
  This package contains html documentation.
 
-Package: librcsb-core-wrapper0-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: librcsb-core-wrapper0 (= ${binary:Version}),
-         ${misc:Depends}
-Enhances: librcsb-core-wrapper0-dev,
-          python-corepywrap
-Description: debugging symbols for librcsb-core-wrapper0
- The RCSB Core Wrapper library was developed to provide an object-oriented
- application interface to information in mmCIF format. It includes several
- classes for accessing data dictionaries and mmCIF format data files.
- .
- This package contains the detached debug symbols for the library and the
- Python bindings.
-
 Package: python-corepywrap
 Architecture: any
 Section: python
@@ -83,30 +65,10 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
          librcsb-core-wrapper0 (= ${binary:Version})
-Suggests: librcsb-core-wrapper0-dbg,
-          librcsb-core-wrapper-doc
+Suggests: librcsb-core-wrapper-doc
 Description: library that exports C++ mmCIF accessors to Python
  The RCSB Core Wrapper library was developed to provide an object-oriented
  application interface to information in mmCIF format. It includes several
  classes for accessing data dictionaries and mmCIF format data files.
  .
  This library provides Python bindings for librcsb-core-wrapper.
-
-Package: python-corepywrap-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends},
-         librcsb-core-wrapper0 (= ${binary:Version}),
-         python-dbg
-Suggests: librcsb-core-wrapper0-dbg,
-          librcsb-core-wrapper-doc
-Description: library that exports C++ mmCIF accessors to Python (debug version)
- The RCSB Core Wrapper library was developed to provide an object-oriented
- application interface to information in mmCIF format. It includes several
- classes for accessing data dictionaries and mmCIF format data files.
- .
- This library provides Python bindings for librcsb-core-wrapper (debugging
- interpreter).
diff --git a/debian/rules b/debian/rules
index df4f846..f7429ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@ export DEB_LDFLAGS_MAINT_APPEND  = -Wl,--as-needed
 
 # lkajan: we borrow from libtorrent-rasterbar and pythonmagick here (thank you)
 PYVERSIONS=$(shell pyversions -vr)
-# lkajan: the below could include debug versions like in python-libtorrent
-ALLPY=$(PYVERSIONS) $(PYVERSIONS:%=%-dbg)
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -30,9 +28,6 @@ override_dh_auto_install-nopy:
 override_dh_auto_install-py:
 	dh_auto_install --sourcedirectory=wrapper/python 
 
-override_dh_strip:
-	dh_strip --dbg-package=librcsb-core-wrapper0-dbg
-
 override_dh_makeshlibs:
 	dh_makeshlibs -V
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/librcsb-core-wrapper.git



More information about the debian-med-commit mailing list