[med-svn] [mialmpick] 01/12: General clean up of debian build

Gert Wollny gert-guest at moszumanska.debian.org
Sat Jan 9 16:35:09 UTC 2016


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

gert-guest pushed a commit to branch master
in repository mialmpick.

commit a441f41fece7fd6c0b3ed087cb7343b14f2c4810
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Fri Jan 8 15:18:07 2016 +0100

    General clean up of debian build
    
    d/: Add bit buildpackage config file
    d/control: Change dependency to version-less libpng-dev
    d/rules: remove debug package, it will be created automatically
---
 debian/changelog |  9 +++++++++
 debian/control   | 17 ++---------------
 debian/gbp.conf  |  3 +++
 debian/rules     |  3 ---
 4 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40d9452..7144d5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mialmpick (0.2.11-1) UNRELEASED; urgency=medium
+
+  * New upstream release, Closes #809872
+  * remove manual debug package, since they are now created 
+    automatically
+  * Update stabndards version to 3.9.6
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Tue, 5 Jan 2016 15:28:17 +0100
+
 mialmpick (0.2.10-2) unstable; urgency=medium
 
   * Update standards version 
diff --git a/debian/control b/debian/control
index 742fca3..a871744 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@ Build-Depends: debhelper (>= 9.0.0),
 	       libgtkglext1-dev,
 	       libgnomeui-dev,
 	       libglade2-dev,
-	       libpng12-dev,
+	       libpng-dev,
 	       libglib2.0-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://mia.sourceforge.net
 Vcs-Git: git://anonscm.debian.org/debian-med/mialmpick.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/mialmpick.git
@@ -25,16 +25,3 @@ 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.
  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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..af46c8f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+
diff --git a/debian/rules b/debian/rules
index ddc2a37..e78fde3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 %:
 	dh $@ --parallel
 
-override_dh_strip:
-	/usr/bin/dh_strip -pmialmpick --dbg-package=mialmpick-dbg
-

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



More information about the debian-med-commit mailing list