[med-svn] r12773 - in trunk/packages/tifffile/trunk/debian: . patches
Mathieu Malaterre
malat at alioth.debian.org
Sun Jan 13 16:49:38 UTC 2013
Author: malat
Date: 2013-01-13 16:49:38 +0000 (Sun, 13 Jan 2013)
New Revision: 12773
Modified:
trunk/packages/tifffile/trunk/debian/changelog
trunk/packages/tifffile/trunk/debian/patches/setuppy.patch
trunk/packages/tifffile/trunk/debian/rules
Log:
Prepare next upload
Modified: trunk/packages/tifffile/trunk/debian/changelog
===================================================================
--- trunk/packages/tifffile/trunk/debian/changelog 2013-01-13 16:31:34 UTC (rev 12772)
+++ trunk/packages/tifffile/trunk/debian/changelog 2013-01-13 16:49:38 UTC (rev 12773)
@@ -1,3 +1,11 @@
+tifffile (20121214-1) experimental; urgency=low
+
+ * New upstream
+ * Fix compilation on big endian machine (arm & mips)
+ * Use CFLAGS/LDFLAGS for hardening goal
+
+ -- Mathieu Malaterre <malat at debian.org> Sun, 13 Jan 2013 17:23:57 +0100
+
tifffile (20121018-1) experimental; urgency=low
* New upstream
Modified: trunk/packages/tifffile/trunk/debian/patches/setuppy.patch
===================================================================
--- trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2013-01-13 16:31:34 UTC (rev 12772)
+++ trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2013-01-13 16:49:38 UTC (rev 12773)
@@ -1,7 +1,7 @@
-Index: tifffile-20111112/setup.py
+Index: tifffile-20121214/setup.py
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ tifffile-20111112/setup.py 2011-11-16 09:59:20.000000000 +0100
++++ tifffile-20121214/setup.py 2013-01-13 17:47:53.961575382 +0100
@@ -0,0 +1,22 @@
+"""A Python script to build the _tifffile extension module.
+
@@ -22,6 +22,6 @@
+ ext_modules=[
+ Extension(
+ '_tifffile', ['tifffile.c'],
-+ include_dirs=[numpy.get_include()],
-+ extra_compile_args=[])],
++ include_dirs=[numpy.get_include()]
++ )],
+)
Modified: trunk/packages/tifffile/trunk/debian/rules
===================================================================
--- trunk/packages/tifffile/trunk/debian/rules 2013-01-13 16:31:34 UTC (rev 12772)
+++ trunk/packages/tifffile/trunk/debian/rules 2013-01-13 16:49:38 UTC (rev 12773)
@@ -2,7 +2,7 @@
DEB_HOST_ARCH:=$(shell dpkg-architecture -qDEB_HOST_ARCH)
# As per code source need to handle big endian with:
-ifneq (,$(filter powerpc ppc64, $(DEB_HOST_ARCH)))
+ifneq (,$(filter arm mips powerpc ppc64, $(DEB_HOST_ARCH)))
export CFLAGS=-DMSB=0
endif
More information about the debian-med-commit
mailing list