[med-svn] r8891 - in trunk/packages/insighttoolkit/wrapitk/python/tags: . 3.20.1.2 3.20.1.2/debian

Steven Michael Robbins smr at alioth.debian.org
Sun Dec 11 04:25:59 UTC 2011


Author: smr
Date: 2011-12-11 04:25:58 +0000 (Sun, 11 Dec 2011)
New Revision: 8891

Added:
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules
Removed:
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog
   trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules
Log:
[svn-buildpackage] Tagging wrapitk-python 3.20.1.2

Deleted: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/CMakeLists.txt	2011-12-09 16:46:48 UTC (rev 8884)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt	2011-12-11 04:25:58 UTC (rev 8891)
@@ -1,17 +0,0 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
-PROJECT(DebianWrapITK)
-
-#-----------------------------------------------------------------------------
-# ITK version number.  An even minor number corresponds to releases.
-SET(ITK_VERSION_MAJOR "3")
-SET(ITK_VERSION_MINOR "20")
-SET(ITK_VERSION_PATCH "0")
-
-  # This setting of SOVERSION assumes that any API change
-  # will increment either the minor or major version number of ITK.
-  SET(ITK_LIBRARY_PROPERTIES 
-      VERSION   "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}.${ITK_VERSION_PATCH}"
-      SOVERSION "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}"
-     )
-
-SUBDIRS(/usr/src/WrapITK)

Copied: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt (from rev 8889, trunk/packages/insighttoolkit/wrapitk/python/trunk/CMakeLists.txt)
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt	                        (rev 0)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/CMakeLists.txt	2011-12-11 04:25:58 UTC (rev 8891)
@@ -0,0 +1,17 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+PROJECT(DebianWrapITK)
+
+#-----------------------------------------------------------------------------
+# ITK version number.  An even minor number corresponds to releases.
+SET(ITK_VERSION_MAJOR "3")
+SET(ITK_VERSION_MINOR "20")
+SET(ITK_VERSION_PATCH "1")
+
+  # This setting of SOVERSION assumes that any API change
+  # will increment either the minor or major version number of ITK.
+  SET(ITK_LIBRARY_PROPERTIES 
+      VERSION   "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}.${ITK_VERSION_PATCH}"
+      SOVERSION "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}"
+     )
+
+SUBDIRS(/usr/src/WrapITK)

Deleted: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog	2011-12-11 02:27:48 UTC (rev 8885)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog	2011-12-11 04:25:58 UTC (rev 8891)
@@ -1,20 +0,0 @@
-wrapitk-python (3.20.1.1) unstable; urgency=low
-
-  * rules: Build with -g and -O1.
-  * control.in: Build-depend on matching version of ITK -dev package.
-
- -- Steve M. Robbins <smr at debian.org>  Sun, 30 Oct 2011 08:09:27 -0500
-
-wrapitk-python (3.20.0.1+nmu1) UNRELEASED; urgency=low
-
-  * Remove XB-Python-Version (as per TransitionToDHPython2 doc)
-  * Fix viewvc URL
-
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 07 Oct 2011 11:55:27 +0200
-
-wrapitk-python (3.20.0.1) unstable; urgency=low
-
-  * Initial release.
-
- -- Steve M. Robbins <smr at debian.org>  Sat, 01 Oct 2011 12:55:30 -0500
-

Copied: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog (from rev 8890, trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog)
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog	                        (rev 0)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/changelog	2011-12-11 04:25:58 UTC (rev 8891)
@@ -0,0 +1,26 @@
+wrapitk-python (3.20.1.2) unstable; urgency=low
+
+  * rules: Don't build ITKVTKGLUE.  Closes: #651433.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 10 Dec 2011 20:59:37 -0600
+
+wrapitk-python (3.20.1.1) unstable; urgency=low
+
+  * rules: Build with -g and -O1.
+  * control.in: Build-depend on matching version of ITK -dev package.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 30 Oct 2011 08:09:27 -0500
+
+wrapitk-python (3.20.0.1+nmu1) UNRELEASED; urgency=low
+
+  * Remove XB-Python-Version (as per TransitionToDHPython2 doc)
+  * Fix viewvc URL
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 07 Oct 2011 11:55:27 +0200
+
+wrapitk-python (3.20.0.1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 01 Oct 2011 12:55:30 -0500
+

Deleted: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules	2011-12-11 02:27:48 UTC (rev 8885)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules	2011-12-11 04:25:58 UTC (rev 8891)
@@ -1,77 +0,0 @@
-#!/usr/bin/make -f
-
-VER_MAJOR = 3
-VER_MINOR = 20
-VER_PATCH = 1
-
-PYVERS = $(shell pyversions -r debian/control)
-
-CMAKE_FLAGS = \
-	-DCMAKE_C_FLAGS:STRING='-g -O1' \
-	-DCMAKE_CXX_FLAGS:STRING='-g -O1' \
-	-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-	-DCMAKE_SKIP_RPATH:BOOL=ON \
-	-DITK_USE_REVIEW:BOOL=ON \
-	-DITK_USE_REVIEW_STATISTICS:BOOL=ON \
-	-DITK_USE_OPTIMIZED_REGISTRATION_METHODS:BOOL=ON \
-	-DITK_USE_TRANSFORM_IO_FACTORIES:BOOL=ON \
-	-DITK_USE_SYSTEM_GDCM:BOOL=ON \
-	-DITK_USE_SYSTEM_VXL:BOOL=OFF \
-	-DUSE_FFTWD:BOOL=ON \
-	-DUSE_FFTWF:BOOL=ON \
-	-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/$(PYVERS) \
-	-DPYTHON_INCLUDE_PATH:PATH=/usr/include/$(PYVERS) \
-	-DPYTHON_NUMPY_INCLUDE_PATH:PATH=/usr/include/$(PYVERS)/numpy \
-	-DPYTHON_LIBRARY:FILEPATH=/usr/lib/lib$(PYVERS).so \
-	-DWRAP_ITK_JAVA:BOOL=OFF \
-	-DWRAP_ITK_PYTHON:BOOL=ON \
-	-DWRAP_ITK_TCL:BOOL=OFF \
-	-DWRAP_ITK_DIMS:STRING='2;3' \
-	-DWRAP_complex_float:BOOL=ON \
-	-DWRAP_covariant_vector_float:BOOL=ON \
-	-DWRAP_float:BOOL=ON \
-	-DWRAP_rgb_unsigned_char:BOOL=ON \
-	-DWRAP_rgb_unsigned_short:BOOL=ON \
-	-DWRAP_signed_short:BOOL=ON \
-	-DWRAP_unsigned_char:BOOL=ON \
-	-DWRAP_unsigned_short:BOOL=ON \
-	-DWRAP_vector_float:BOOL=ON
-
-VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
-SOVERSION = $(VER_MAJOR).$(VER_MINOR)
-
-pkg_python = python-insighttoolkit$(VER_MAJOR)
-
-
-%:
-	dh $@ --with python2 --parallel
-
-override_dh_auto_configure: pre-build
-	dh_auto_configure --buildsystem=cmake -- $(CMAKE_FLAGS)
-
-pre-build:
-	echo "Available disk space:"
-	df -h .
-
-override_dh_auto_install:
-	make -C obj* DESTDIR=`pwd`/debian/$(pkg_python) install
-	cd debian/$(pkg_python)/usr/lib/InsightToolkit/WrapITK \
-		&& rm -rf ClassIndex Configuration SWIG WrapITKConfig.cmake \
-		&& mv lib/libSwig* ../..
-	rm -rf debian/$(pkg_python)/usr/share/cmake-2.8
-
-
-override_dh_lintian:
-	echo "$(pkg_python): non-dev-pkg-with-shlib-symlink" > debian/$(pkg_python).lintian-overrides
-	echo "$(pkg_python): package-name-doesnt-match-sonames" >> debian/$(pkg_python).lintian-overrides
-	dh_lintian
-
-control-file:
-	sed -e "s/@VER_MAJOR@/$(VER_MAJOR)/g" \
-	    -e "s/@VER_FULL@/$(VER_FULL)/g" \
-	    -e "s/@SOVERSION@/$(SOVERSION)/g" \
-	    < debian/control.in > debian/control.tmp
-	[ -e debian/control ] \
-	  && cmp -s debian/control debian/control.tmp \
-	  && rm -f debian/control.tmp && exit 0; \
-	  mv debian/control.tmp debian/control

Copied: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules (from rev 8890, trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules)
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules	                        (rev 0)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.2/debian/rules	2011-12-11 04:25:58 UTC (rev 8891)
@@ -0,0 +1,78 @@
+#!/usr/bin/make -f
+
+VER_MAJOR = 3
+VER_MINOR = 20
+VER_PATCH = 1
+
+PYVERS = $(shell pyversions -r debian/control)
+
+CMAKE_FLAGS = \
+	-DCMAKE_C_FLAGS:STRING='-g -O1' \
+	-DCMAKE_CXX_FLAGS:STRING='-g -O1' \
+	-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+	-DCMAKE_SKIP_RPATH:BOOL=ON \
+	-DITK_USE_REVIEW:BOOL=ON \
+	-DITK_USE_REVIEW_STATISTICS:BOOL=ON \
+	-DITK_USE_OPTIMIZED_REGISTRATION_METHODS:BOOL=ON \
+	-DITK_USE_TRANSFORM_IO_FACTORIES:BOOL=ON \
+	-DITK_USE_SYSTEM_GDCM:BOOL=ON \
+	-DITK_USE_SYSTEM_VXL:BOOL=OFF \
+	-DUSE_FFTWD:BOOL=ON \
+	-DUSE_FFTWF:BOOL=ON \
+	-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/$(PYVERS) \
+	-DPYTHON_INCLUDE_PATH:PATH=/usr/include/$(PYVERS) \
+	-DPYTHON_NUMPY_INCLUDE_PATH:PATH=/usr/include/$(PYVERS)/numpy \
+	-DPYTHON_LIBRARY:FILEPATH=/usr/lib/lib$(PYVERS).so \
+	-DWRAP_ITK_JAVA:BOOL=OFF \
+	-DWRAP_ITK_PYTHON:BOOL=ON \
+	-DWRAP_ITK_TCL:BOOL=OFF \
+	-DWRAP_ITK_DIMS:STRING='2;3' \
+	-DWRAP_complex_float:BOOL=ON \
+	-DWRAP_covariant_vector_float:BOOL=ON \
+	-DWRAP_float:BOOL=ON \
+	-DWRAP_rgb_unsigned_char:BOOL=ON \
+	-DWRAP_rgb_unsigned_short:BOOL=ON \
+	-DWRAP_signed_short:BOOL=ON \
+	-DWRAP_unsigned_char:BOOL=ON \
+	-DWRAP_unsigned_short:BOOL=ON \
+	-DWRAP_vector_float:BOOL=ON \
+	-DBUILD_ITKVTKGLUE:BOOL=OFF
+
+VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
+SOVERSION = $(VER_MAJOR).$(VER_MINOR)
+
+pkg_python = python-insighttoolkit$(VER_MAJOR)
+
+
+%:
+	dh $@ --with python2 --parallel
+
+override_dh_auto_configure: pre-build
+	dh_auto_configure --buildsystem=cmake -- $(CMAKE_FLAGS)
+
+pre-build:
+	echo "Available disk space:"
+	df -h .
+
+override_dh_auto_install:
+	make -C obj* DESTDIR=`pwd`/debian/$(pkg_python) install
+	cd debian/$(pkg_python)/usr/lib/InsightToolkit/WrapITK \
+		&& rm -rf ClassIndex Configuration SWIG WrapITKConfig.cmake \
+		&& mv lib/libSwig* ../..
+	rm -rf debian/$(pkg_python)/usr/share/cmake-2.8
+
+
+override_dh_lintian:
+	echo "$(pkg_python): non-dev-pkg-with-shlib-symlink" > debian/$(pkg_python).lintian-overrides
+	echo "$(pkg_python): package-name-doesnt-match-sonames" >> debian/$(pkg_python).lintian-overrides
+	dh_lintian
+
+control-file:
+	sed -e "s/@VER_MAJOR@/$(VER_MAJOR)/g" \
+	    -e "s/@VER_FULL@/$(VER_FULL)/g" \
+	    -e "s/@SOVERSION@/$(SOVERSION)/g" \
+	    < debian/control.in > debian/control.tmp
+	[ -e debian/control ] \
+	  && cmp -s debian/control debian/control.tmp \
+	  && rm -f debian/control.tmp && exit 0; \
+	  mv debian/control.tmp debian/control




More information about the debian-med-commit mailing list