[med-svn] [mialmpick] 02/04: Update debian files to new package version and add debug package
Gert Wollny
gert-guest at alioth.debian.org
Mon Oct 21 10:36:45 UTC 2013
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository mialmpick.
commit 6db8e4418e2c663585ac4c5c02557ba53e5d5a02
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Fri Oct 18 13:05:59 2013 +0200
Update debian files to new package version and add debug package
---
debian/changelog | 7 ++++
debian/control | 39 ++++++++++++++-------
debian/mialmpick.install | 6 ++++
debian/patches/01_keywords_for_desktopentry.patch | 19 ----------
debian/patches/series | 1 -
debian/rules | 5 +++
6 files changed, 44 insertions(+), 33 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 10c21c1..ee4aaf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mialmpick (0.2.10-1) UNRELEASED; urgency=low
+
+ * new upstream release
+ * add debug package
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Fri, 18 Oct 2013 13:04:51 +0200
+
mialmpick (0.2.9-1) unstable; urgency=low
[ Gert Wollny ]
diff --git a/debian/control b/debian/control
index 586dd4e..a2513d8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,38 @@ Source: mialmpick
Section: science
Priority: optional
Maintainer: Gert Wollny <gw.fossdev at gmail.com>
-Build-Depends: debhelper (>= 9.0.0),
- autotools-dev,
- libmialm-dev (>=1.0.7),
- libvistaio-dev (>=1.2.12),
- libgtkglext1-dev,
- libgnomeui-dev,
- libglade2-dev,
- libpng12-dev,
+Build-Depends: debhelper (>= 9.0.0),
+ autotools-dev,
+ libmialm-dev (>=1.0.7),
+ libvistaio-dev (>=1.2.12),
+ libgtkglext1-dev,
+ libgnomeui-dev,
+ libglade2-dev,
+ libpng12-dev,
libglib2.0-dev
Standards-Version: 3.9.4
Homepage: http://mia.sourceforge.net
-Vcs-Git: git://git.debian.org/collab-maint/mialmpick.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/mialmpick.git;a=summary
+Vcs-Git: git://anonscm.debian.org/collab-maint/mialmpick.git
+Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/mialmpick.git;a=summary
Package: mialmpick
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${shlibs:Depends},
${misc:Depends}
-Description: Tools for landmark picking in 3D volume data sets
+Description: Tools for landmark picking in 3D volume data sets
This tool provides a simple 3D renderer that can visualize surfaces
- directly from 3D volumes and can be used to set 3D landmarks.
+ directly from 3D volumes and can be used to set 3D landmarks.
It is best suited for CT data sets.
+
+
+Package: mialmpick-dbg
+Section: debug
+Architecture: any
+Depends: mialmpick (= ${binary:Version}),
+ ${misc:Depends}
+Priority: extra
+Description: Debug information landmark picking tool mialmpick
+ This tool provides a simple 3D renderer that can visualize surfaces
+ directly from 3D volumes and can be used to set 3D landmarks.
+ It is best suited for CT data sets. This package provides the debug
+ information.
diff --git a/debian/mialmpick.install b/debian/mialmpick.install
new file mode 100644
index 0000000..fe6dd69
--- /dev/null
+++ b/debian/mialmpick.install
@@ -0,0 +1,6 @@
+usr/bin/mia-*
+usr/share/man/man1/*.1
+usr/share/locale/*/LC_MESSAGES/mialmpick.mo
+usr/share/mia/*
+usr/share/doc/*
+usr/share/applications/*
diff --git a/debian/patches/01_keywords_for_desktopentry.patch b/debian/patches/01_keywords_for_desktopentry.patch
deleted file mode 100644
index cbe465b..0000000
--- a/debian/patches/01_keywords_for_desktopentry.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Add some keywords to the desktop entry
- Lintian complains about missing keywords in the desktop entry, so here
- we add some.
-
-Author: Gert Wollny <gw.fossdev at gmail.com>
-
----
-Origin: upstream
-Forwarded: not-needed
-Last-Update: 2013-07-04
-
---- mialmpick-0.2.9.orig/mia-lmpick.desktop.in
-+++ mialmpick-0.2.9/mia-lmpick.desktop.in
-@@ -6,4 +6,4 @@ Exec=mia-lmpick
- Icon=@PACKAGE_PIXMAPS_DIR@/
- Terminal=false
- Type=Application
--
-+Keywords=visualization volume landmarks
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0aaede5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_keywords_for_desktopentry.patch
diff --git a/debian/rules b/debian/rules
index c27af04..c699154 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,11 @@
LDFLAGS+=-Wl,--as-needed
+.PHONY: override_dh_strip
+
%:
dh $@ --parallel
+override_dh_strip:
+ /usr/bin/dh_strip -pmialmpick --dbg-package=mialmpick-dbg
+
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/mialmpick.git
More information about the debian-med-commit
mailing list