[med-svn] r12772 - in trunk/packages/tifffile/tags: . 20121214-1/debian
Mathieu Malaterre
malat at alioth.debian.org
Sun Jan 13 16:31:35 UTC 2013
Author: malat
Date: 2013-01-13 16:31:34 +0000 (Sun, 13 Jan 2013)
New Revision: 12772
Added:
trunk/packages/tifffile/tags/20121214-1/
Modified:
trunk/packages/tifffile/tags/20121214-1/debian/changelog
trunk/packages/tifffile/tags/20121214-1/debian/rules
Log:
[svn-buildpackage] Tagging tifffile 20121214-1
Modified: trunk/packages/tifffile/tags/20121214-1/debian/changelog
===================================================================
--- trunk/packages/tifffile/trunk/debian/changelog 2013-01-13 12:19:22 UTC (rev 12771)
+++ trunk/packages/tifffile/tags/20121214-1/debian/changelog 2013-01-13 16:31:34 UTC (rev 12772)
@@ -1,3 +1,10 @@
+tifffile (20121214-1) experimental; urgency=low
+
+ * New upstream
+ * Fix compilation on big endian machine (arm & mips)
+
+ -- 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/tags/20121214-1/debian/rules
===================================================================
--- trunk/packages/tifffile/trunk/debian/rules 2013-01-13 12:19:22 UTC (rev 12771)
+++ trunk/packages/tifffile/tags/20121214-1/debian/rules 2013-01-13 16:31:34 UTC (rev 12772)
@@ -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