[med-svn] r22050 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gert-guest at moszumanska.debian.org
Mon May 30 10:39:52 UTC 2016
Author: gert-guest
Date: 2016-05-30 10:39:52 +0000 (Mon, 30 May 2016)
New Revision: 22050
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/control
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Switch to automatically created debug packages
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2016-05-30 09:34:52 UTC (rev 22049)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2016-05-30 10:39:52 UTC (rev 22050)
@@ -3,6 +3,7 @@
* New upstream release
* d/rules: remove installation of VNL valgrind surpression file,
it is no longer distributed.
+ * d/rules, d/control: switch to automatically created debug packages
-- Gert Wollny <gw.fossdev at gmail.com> Sun, 29 May 2016 21:54:50 +0000
Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control 2016-05-30 09:34:52 UTC (rev 22049)
+++ trunk/packages/insighttoolkit/trunk/debian/control 2016-05-30 10:39:52 UTC (rev 22050)
@@ -65,24 +65,6 @@
This package contains the development files needed to build your own
ITK applications.
-Package: libinsighttoolkit4-dbg
-Priority: extra
-Section: debug
-Architecture: amd64 i386
-Depends: ${misc:Depends}, libinsighttoolkit4.10 (= ${binary:Version})
-Description: Debugging information for the Insight Toolkit
- ITK is an open-source software toolkit for performing registration and
- segmentation. Segmentation is the process of identifying and
- classifying data found in a digitally sampled
- representation. Typically the sampled representation is an image
- acquired from such medical instrumentation as CT or MRI
- scanners. Registration is the task of aligning or developing
- correspondences between data. For example, in the medical
- environment, a CT scan may be aligned with a MRI scan in order to
- combine the information contained in both.
- .
- This package contains the debug files of the libraries.
-
Package: insighttoolkit4-examples
Section: devel
Architecture: all
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2016-05-30 09:34:52 UTC (rev 22049)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2016-05-30 10:39:52 UTC (rev 22050)
@@ -84,11 +84,6 @@
echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
dh_lintian
-override_dh_strip:
- dh_strip -plibinsighttoolkit$(SOVERSION) --dbg-package=libinsighttoolkit$(VER_MAJOR)-dbg
- dh_strip -pinsighttoolkit$(VER_MAJOR)-python
- dh_strip -plibinsighttoolkit$(VER_MAJOR)-dev
-
override_dh_install:
# pkg_lib
dh_install -p$(pkg_lib) -XJava -XPython -XTcl debian/tmp/usr/lib/lib*.so.* usr/lib
More information about the debian-med-commit
mailing list