[med-svn] [libvistaio] 03/04: update debian files for new release

Gert Wollny gert-guest at alioth.debian.org
Fri Oct 18 10:24:00 UTC 2013


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

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

commit 16fc6542b14e3a9722dfffa274e250240286e765
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Fri Oct 18 12:18:26 2013 +0200

    update debian files for new release
---
 debian/changelog |   11 ++++++++++-
 debian/control   |   25 ++++++++++++++++++++-----
 debian/rules     |    5 +++++
 3 files changed, 35 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e415bff..2f0a97c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,13 @@
-libvistaio (1.2.14-1) UNRELEASED; urgency=low
+libvistaio (1.2.15-1) UNRELEASED; urgency=low
+
+  * New upstream release that fixes spelling issues 
+  * Add symbols file 
+  * Correct VCS entries
+  * Add debug package 
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Fri, 18 Oct 2013 12:49:42 +0200
+
+libvistaio (1.2.14-1) unstable; urgency=low
 
   * Initial packaging (Closes:  #694434)
 
diff --git a/debian/control b/debian/control
index 806c4e4..eb72ece 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ 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), cmake (>=2.8.8)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Section: science
 Homepage: http://mia.sourceforge.net
-Vcs-Git:git://git.debian.org/debian-med/libvistaio.git
-Vcs-Browser:http://git.debian.org/?p=debian-med/libvistaio.git
+Vcs-Git: git://anonscm.debian.org/debian-med/libvistaio.git
+Vcs-Browser: http://anonscm.debian.org/?p=debian-med/libvistaio.git
 
 Package: libvistaio-dev
 Section: libdevel
 Architecture: any
-Depends: libvistaio14 (= ${binary:Version}), ${misc:Depends}
+Depends: libvistaio14 (= ${binary:Version}), 
+    ${misc:Depends}
 Description: Development files for the libvistaio library 
  Vistaio is a library that handles loading and storing of data in a 
  cross-platform manner. Its virtue is that the otherwise binary 
@@ -24,7 +25,8 @@ Description: Development files for the libvistaio library
 Package: libvistaio14
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, 
+    ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Library for loading and storing various types of binary data 
  Vistaio is a library that handles loading and storing of data in a 
@@ -33,3 +35,16 @@ Description: Library for loading and storing various types of binary data
  about the contens of a file. It supports a variety of data types 
  like images, vector fields and graphs.
 
+Package: libvistaio14-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: libvistaio14 (= ${binary:Version}), 
+    ${misc:Depends}
+Description: Debug information for the libvistaio library 
+ Vistaio is a library that handles loading and storing of data in a 
+ cross-platform manner. Its virtue is that the otherwise binary 
+ files provide an ascii header that makes it easy to get information 
+ about the contens of a file. It supports a variety of data types 
+ like images, vector fields and graphs. This is package containing the 
+ debug information.  
diff --git a/debian/rules b/debian/rules
index 79fd842..ceffb18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+.PHONY: override_dh_strip
+
 %:
 	dh $@ 
+
+override_dh_strip:
+	 /usr/bin/dh_strip -plibvistaio14 --dbg-package=libvistaio14-dbg

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libvistaio.git



More information about the debian-med-commit mailing list