r46418 - in /packages/vmtk/trunk/debian: changelog control rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Thu Dec 12 11:31:36 UTC 2013


Author: johannr-guest
Date: Thu Dec 12 11:31:36 2013
New Revision: 46418

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46418
Log:
* 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.


Modified:
    packages/vmtk/trunk/debian/changelog
    packages/vmtk/trunk/debian/control
    packages/vmtk/trunk/debian/rules

Modified: packages/vmtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/changelog?rev=46418&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/changelog	(original)
+++ packages/vmtk/trunk/debian/changelog	Thu Dec 12 11:31:36 2013
@@ -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

Modified: packages/vmtk/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/control?rev=46418&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/control	(original)
+++ packages/vmtk/trunk/debian/control	Thu Dec 12 11:31:36 2013
@@ -4,17 +4,16 @@
 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 @@
 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

Modified: packages/vmtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/rules?rev=46418&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/rules	(original)
+++ packages/vmtk/trunk/debian/rules	Thu Dec 12 11:31:36 2013
@@ -57,7 +57,7 @@
 	  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




More information about the debian-science-commits mailing list