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

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed Apr 6 20:41:31 UTC 2011


Author: johannr-guest
Date: Wed Apr  6 20:41:28 2011
New Revision: 38325

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38325
Log:
Update VTK_DIR for VTK 5.6, bump Standards-Version to 3.9.1, and remove old fields (Conflicts, Replaces, Provides).

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=38325&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/changelog (original)
+++ packages/vmtk/trunk/debian/changelog Wed Apr  6 20:41:28 2011
@@ -1,3 +1,15 @@
+vmtk (0.9.0-3) unstable; urgency=low
+
+  * Update/rebuild to use vtk 5.6 (closes: 621070):
+    - Set VTK_DIR to /usr/lib/vtk-5.6 in DEB_CMAKE_EXTRA_FLAGS in
+      debian/rules.
+  * debian/control:
+    - Remove old Conflicts, Replaces, and Provides fields for all binary
+      packages.
+    - Bump Standards-Version to 3.9.1 (no changes needed).
+
+ -- Johannes Ring <johannr at simula.no>  Wed, 06 Apr 2011 20:31:24 +0200
+
 vmtk (0.9.0-2) unstable; urgency=low
 
   * debian/rules:

Modified: packages/vmtk/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/control?rev=38325&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/control (original)
+++ packages/vmtk/trunk/debian/control Wed Apr  6 20:41:28 2011
@@ -10,7 +10,7 @@
  libfreetype6-dev, libxext-dev, libpng12-dev, libexpat1-dev, uuid-dev,
  libgdcm2-dev, libopenjpeg-dev, libssl-dev
 XS-Python-Version: >= 2.3
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 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/
@@ -18,8 +18,6 @@
 Package: libvmtk0.9
 Section: non-free/libs
 Architecture: any
-Conflicts: libvmtk0.7, libvmtk0.8
-Replaces: libvmtk0.7, libvmtk0.8
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libvmtk-dev
 Description: runtime libraries for vmtk
@@ -32,9 +30,6 @@
 Package: python-vmtk
 Section: non-free/python
 Architecture: any
-Conflicts: python-vmtk0
-Replaces: python-vmtk0
-Provides: python-vmtk0
 Depends: libvmtk0.9 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Python interface for vmtk
@@ -47,9 +42,6 @@
 Package: libvmtk-dev
 Section: non-free/libdevel
 Architecture: any
-Conflicts: libvmtk0-dev
-Replaces: libvmtk0-dev
-Provides: libvmtk0-dev
 Depends: libvmtk0.9 (= ${binary:Version}), ${misc:Depends}
 Description: shared links and header files for vmtk
  The Vascular Modeling Toolkit is a collection of libraries and tools for
@@ -60,9 +52,6 @@
 
 Package: vmtk
 Architecture: all
-Conflicts: vmtk0-bin
-Replaces: vmtk0-bin
-Provides: vmtk0-bin
 Depends: python, python-tk, python-vmtk (>= ${source:Version}), ${misc:Depends}
 Description: the Vascular Modeling Toolkit
  The Vascular Modeling Toolkit is a collection of libraries and tools for

Modified: packages/vmtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/rules?rev=38325&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/rules (original)
+++ packages/vmtk/trunk/debian/rules Wed Apr  6 20:41:28 2011
@@ -22,7 +22,7 @@
 	-D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
 	-D BUILD_SHARED_LIBS:BOOL=ON \
 	-D CMAKE_SKIP_RPATH:BOOL=ON \
-	-D VTK_DIR:PATH=/usr/lib/vtk-5.2 \
+	-D VTK_DIR:PATH=/usr/lib/vtk-5.6 \
 	-D ITK_DIR:PATH=/usr/lib/InsightToolkit \
 	-D GDCM_DIR:PATH=/usr/lib/gdcm-2.0 \
 	-D VTK_VMTK_WRAP_PYTHON:BOOL=ON \




More information about the debian-science-commits mailing list