[med-svn] r19995 - trunk/packages/python-casmoothing/trunk/debian

Thiago Franco Moraes tfmoraes-guest at moszumanska.debian.org
Tue Aug 25 13:02:27 UTC 2015


Author: tfmoraes-guest
Date: 2015-08-25 13:02:26 +0000 (Tue, 25 Aug 2015)
New Revision: 19995

Modified:
   trunk/packages/python-casmoothing/trunk/debian/changelog
   trunk/packages/python-casmoothing/trunk/debian/control
Log:
Packaged python-casmoothing to use VTK6

Modified: trunk/packages/python-casmoothing/trunk/debian/changelog
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/changelog	2015-08-25 03:43:05 UTC (rev 19994)
+++ trunk/packages/python-casmoothing/trunk/debian/changelog	2015-08-25 13:02:26 UTC (rev 19995)
@@ -1,3 +1,9 @@
+python-casmoothing (0.2-1) unstable; urgency=low
+
+  * Support to VTK6
+
+ -- Thiago Franco de Moraes <tfmoraes at cti.gov.br>  Tue, 25 Aug 2015 09:45:07 -0300
+
 python-casmoothing (0.1-2) unstable; urgency=low
 
   * debian/control:

Modified: trunk/packages/python-casmoothing/trunk/debian/control
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/control	2015-08-25 03:43:05 UTC (rev 19994)
+++ trunk/packages/python-casmoothing/trunk/debian/control	2015-08-25 13:02:26 UTC (rev 19995)
@@ -5,12 +5,13 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-python,
                cmake,
                swig,
                python-dev,
-               python-vtk,
-               libvtk5-dev
-Standards-Version: 3.9.5
+               python-vtk6,
+               libvtk6-dev
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-casmoothing/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-casmoothing/trunk/
 Homepage: https://github.com/tfmoraes/python-casmoothing
@@ -21,7 +22,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         python-vtk
+         python-vtk6
 Description: Context-aware mesh smoothing for biomedical applications
  Smoothing algorithms allow to reduce artifacts from mesh generation, but often
  degrade accuracy. The method described in the paper "Context-aware mesh




More information about the debian-med-commit mailing list