[med-svn] [libmialm] 01/02: add the debug package
Gert Wollny
gert-guest at alioth.debian.org
Thu Oct 17 12:53:22 UTC 2013
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository libmialm.
commit 8c8ef946601c32d1cd2a66a3f058d8971f0a6c6f
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Wed Oct 16 11:30:01 2013 +0200
add the debug package
---
debian/changelog | 8 +++++++-
debian/control | 24 +++++++++++++++++++++---
debian/rules | 6 ++++++
3 files changed, 34 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2a6fdbd..f768e46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-libmialm (1.0.7-1) UNRELEASED; urgency=low
+libmialm (1.0.7-2) UNRELEASED; urgency=low
+
+ * Add debug package
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Wed, 16 Oct 2013 11:28:35 +0200
+
+libmialm (1.0.7-1) unstable; urgency=low
* Version bump
* Add documentation package
diff --git a/debian/control b/debian/control
index 2270dc4..fcac105 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,11 @@ Source: libmialm
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Gert Wollny <gw.fossdev at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), autotools-dev, libxml2-dev, libglib2.0-dev, pkg-config
+Build-Depends: debhelper (>= 9.0.0),
+ autotools-dev,
+ libxml2-dev,
+ libglib2.0-dev,
+ pkg-config
Standards-Version: 3.9.4
Section: science
Homepage: http://mia.sourceforge.net
@@ -12,7 +16,8 @@ Vcs-Browser:http://git.debian.org/?p=debian-med/libmialm.git
Package: libmialm-dev
Section: libdevel
Architecture: any
-Depends: libmialm3 (= ${binary:Version}), ${misc:Depends}
+Depends: libmialm3 (= ${binary:Version}),
+ ${misc:Depends}
Description: Development files for the MIA landmark library
This library implements handling for landmarks and 3D view positioning
for optimal landmark visibility, and in-and output of these landmarks.
@@ -20,10 +25,23 @@ Description: Development files for the MIA landmark library
This package contains the development files - headers, shared libraries,
and pkg-config files.
+Package: libmialm3-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libmialm3 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Development files for the MIA landmark library
+ This library implements handling for landmarks and 3D view positioning
+ for optimal landmark visibility, and in-and output of these landmarks.
+ This library is part of the MIA tool chain for medical image analysis.
+ This package provides the debug information of the library.
+
Package: libmialm3
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Landmark handling for the MIA tool chain
This library implements handling for landmarks and 3D view positioning
diff --git a/debian/rules b/debian/rules
index 79fd842..d75b73d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+.PHONY: override_dh_strip
+
%:
dh $@
+
+
+override_dh_strip:
+ /usr/bin/dh_strip -plibmialm3 --dbg-package=libmialm3-dbg
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libmialm.git
More information about the debian-med-commit
mailing list