[vmtk] 05/17: Update VTK_DIR for VTK 5.6, bump Standards-Version to 3.9.1, and remove old fields (Conflicts, Replaces, Provides).

Mattia Rizzolo mattia at debian.org
Sun Apr 17 14:34:47 UTC 2016


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

mattia pushed a commit to branch master
in repository vmtk.

commit 7cc9141b04cac2f95816700fc236e1b8d94400ee
Author: Johannes Ring <johannr at simula.no>
Date:   Wed Apr 6 20:41:28 2011 +0000

    Update VTK_DIR for VTK 5.6, bump Standards-Version to 3.9.1, and remove old fields (Conflicts, Replaces, Provides).
---
 debian/changelog | 12 ++++++++++++
 debian/control   | 13 +------------
 debian/rules     |  2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 332fe71..9799da2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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:
diff --git a/debian/control b/debian/control
index 76ff886..5ead44b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), cmake,
  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 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/
 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 @@ Description: runtime libraries for vmtk
 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 @@ Description: Python interface for vmtk
 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 @@ Description: shared links and header files for vmtk
 
 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
diff --git a/debian/rules b/debian/rules
index 1b5fa89..260cd56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ DEB_CMAKE_EXTRA_FLAGS= \
 	-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 \

-- 
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