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

Steven Michael Robbins smr at alioth.debian.org
Mon Jan 16 11:06:07 UTC 2012


Author: smr
Date: 2012-01-16 11:06:06 +0000 (Mon, 16 Jan 2012)
New Revision: 9300

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

Deleted: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog	2012-01-13 18:00:14 UTC (rev 9289)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/changelog	2012-01-16 11:06:06 UTC (rev 9300)
@@ -1,33 +0,0 @@
-wrapitk-python (3.20.1.3) unstable; urgency=low
-
-  * control.in: Build only on architectures with sufficient computing
-    power.
-
- -- Steve M. Robbins <smr at debian.org>  Tue, 20 Dec 2011 23:38:59 -0600
-
-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
-

Copied: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/changelog (from rev 9295, trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/changelog)
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/changelog	                        (rev 0)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/changelog	2012-01-16 11:06:06 UTC (rev 9300)
@@ -0,0 +1,40 @@
+wrapitk-python (3.20.1.4) unstable; urgency=low
+
+  * rules: Disable wrapping for Module/FFT until gccxml issue with long
+    doubles is fixed (#654718).
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 16 Jan 2012 03:33:23 -0600
+
+wrapitk-python (3.20.1.3) unstable; urgency=low
+
+  * control.in: Build only on architectures with sufficient computing
+    power.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 14 Jan 2012 12:41:02 -0600
+
+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.4/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules	2012-01-13 18:00:14 UTC (rev 9289)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/rules	2012-01-16 11:06:06 UTC (rev 9300)
@@ -1,78 +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 \
-	-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

Copied: trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/rules (from rev 9295, trunk/packages/insighttoolkit/wrapitk/python/trunk/debian/rules)
===================================================================
--- trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/rules	                        (rev 0)
+++ trunk/packages/insighttoolkit/wrapitk/python/tags/3.20.1.4/debian/rules	2012-01-16 11:06:06 UTC (rev 9300)
@@ -0,0 +1,80 @@
+#!/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 \
+	-DWRAP_FFT:BOOL=OFF \
+	-DWRAP_FFTW:BOOL=OFF \
+	-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