[vmtk] 01/01: [svn-buildpackage] Tagging vmtk 1.0.1-3

Mattia Rizzolo mattia at debian.org
Sun Apr 17 14:46:20 UTC 2016


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

mattia pushed a commit to annotated tag debian/1.0.1-3
in repository vmtk.

commit 9fe0554167f33021e1a93bbd208e9a297290e80d
Author: Johannes Ring <johannr at simula.no>
Date:   Thu Dec 12 11:34:35 2013 +0000

    [svn-buildpackage] Tagging vmtk 1.0.1-3
---
 debian/changelog | 16 ++++++++++++++++
 debian/control   | 16 +++++++---------
 debian/rules     |  2 +-
 3 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3360c5b..4870520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+vmtk (1.0.1-3) unstable; urgency=low
+
+  * debian/control:
+    - Remove DM-Upload-Allowed field.
+    - Remove libgdcm2-dev from Build-Depends (closes: #731920).
+    - Use canonical URIs for Vcs-* fields.
+    - Bump Standards-Version to 3.9.4 (no changes needed).
+    - Replace python-support with dh-python.
+    - Bump minimum required cdbs package version to 0.4.90~.
+    - Bump minimum required python-dev package version to 2.6.6-3~.
+    - Remove all XB-Python-Version lines.
+    - Replace XS-Python-Version with X-Python-Version.
+  * debian/rules: Replace call on dh_pysupport with dh_python2.
+
+ -- Johannes Ring <johannr at simula.no>  Wed, 11 Dec 2013 11:52:08 +0100
+
 vmtk (1.0.1-2) unstable; urgency=low
 
   * Build tetgen with -O1 instead of -O0 to work around a build failure
diff --git a/debian/control b/debian/control
index 628808c..35cc1e7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,16 @@ Section: non-free/science
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Johannes Ring <johannr at simula.no>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), cmake,
- python-support (>= 0.6.4), python-dev, libvtk5-dev, python-vtk,
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), cmake,
+ dh-python, python-dev (>= 2.6.6-3~), libvtk5-dev, python-vtk,
  libinsighttoolkit3-dev | libinsighttoolkit-dev, libjpeg-dev, libtiff-dev,
  libfreetype6-dev, libxext-dev, libpng-dev, libexpat1-dev, uuid-dev,
- libgdcm2-dev, libvtkgdcm2-dev, libopenjpeg-dev, libssl-dev, libvtk5-qt4-dev,
+ libvtkgdcm2-dev, libopenjpeg-dev, libssl-dev, libvtk5-qt4-dev,
  libvtk-java
-XS-Python-Version: >= 2.3
-Standards-Version: 3.9.3
-DM-Upload-Allowed: yes
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/vmtk/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/
+X-Python-Version: >= 2.3
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/vmtk/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/vmtk/trunk/
 XS-Autobuild: yes
 
 Package: libvmtk1.0
@@ -33,7 +32,6 @@ Package: python-vmtk
 Section: non-free/python
 Architecture: any
 Depends: libvmtk1.0 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
 Description: Python interface for vmtk
  The Vascular Modeling Toolkit is a collection of libraries and tools for
  3D reconstruction, geometric analysis, mesh generation and surface data
diff --git a/debian/rules b/debian/rules
index 52ef38a..b3179b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ install/python-vmtk::
 	  dh_install -p$(cdbs_curpkg) -X.pyc \
 	    debian/tmp/usr/lib/vmtk/vmtk usr/lib/python$(PYVER)/site-packages; \
 	fi
-	dh_pysupport -p$(cdbs_curpkg)
+	dh_python2 -p$(cdbs_curpkg)
 
 install/vmtk::
 	dh_install -p$(cdbs_curpkg) debian/tmp/usr/bin/vmtk usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vmtk.git



More information about the debian-science-commits mailing list