[med-svn] [pymia] 05/06: switch to automatic debug packages
Gert Wollny
gert-guest at moszumanska.debian.org
Tue May 31 10:31:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository pymia.
commit ead3fe20ac7fabc045892418902255547cf69c6c
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Tue May 31 10:14:23 2016 +0000
switch to automatic debug packages
---
debian/control | 35 -----------------------------------
debian/rules | 7 +------
2 files changed, 1 insertion(+), 41 deletions(-)
diff --git a/debian/control b/debian/control
index be05d28..8db5d49 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 9),
pkg-config,
python-all-dev,
- python-all-dbg,
python3-all-dev,
- python3-all-dbg,
- python-numpy-dbg,
- python3-numpy-dbg,
python-numpy,
python3-numpy,
python-setuptools,
@@ -37,22 +33,6 @@ Description: Python-2 bindings for the MIA image processing library
algorithms, that can be specialized by specifying the appropriate plug-ins.
This package provides the Python-2 bindings.
-Package: python-mia-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- python-mia (= ${binary:Version}),
- python-numpy
-Description: Debug information for Python-2 bindings for MIA
- MIA comprises a set of tools, libraries, and plug-ins for general purpose
- 2D and 3D gray scale image processing and basic handling of triangular
- meshes. The libraries provide a basic infrastructure and generic
- algorithms, that can be specialized by specifying the appropriate plug-ins.
- This package provides the Debug information for the Python-2 bindings.
-
Package: python3-mia
Architecture: any
Section: python
@@ -67,18 +47,3 @@ Description: Python-3 bindings for the MIA image processing library
algorithms, that can be specialized by specifying the appropriate plug-ins.
This package provides the Python-3 bindings.
-Package: python3-mia-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
- python3-mia (= ${binary:Version}),
- python3-numpy
-Description: Debug information for Python-3 bindings for MIA
- MIA comprises a set of tools, libraries, and plug-ins for general purpose
- 2D and 3D gray scale image processing and basic handling of triangular
- meshes. The libraries provide a basic infrastructure and generic
- algorithms, that can be specialized by specifying the appropriate plug-ins.
- This package provides the Debug information for the Python-3 bindings.
diff --git a/debian/rules b/debian/rules
index 0af8b76..5a14573 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,15 +14,10 @@ override_dh_auto_install:
dh_numpy
dh_numpy3
-
-
override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
- dh_strip -ppython-mia --dbg-package=python-mia-dbg
- dh_strip -ppython3-mia --dbg-package=python3-mia-dbg
+ dh_strip --dbgsym-migration='python-mia-dbg (<< 0.1.7-3), python3-mia-dbg (<< 0.1.7-3)'
endif
-
override_dh_auto_clean:
rm -rf build .pybuild
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git
More information about the debian-med-commit
mailing list