Author: malat-guest Date: 2012-02-17 12:28:45 +0000 (Fri, 17 Feb 2012) New Revision: 9696
Modified: trunk/packages/tifffile/trunk/debian/changelog trunk/packages/tifffile/trunk/debian/rules trunk/packages/tifffile/trunk/debian/tifffile.1 Log: Prepare for next upload Modified: trunk/packages/tifffile/trunk/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2012-02-17 05:56:10 UTC (rev 9695) +++ trunk/packages/tifffile/trunk/debian/changelog 2012-02-17 12:28:45 UTC (rev 9696) @@ -1,3 +1,11 @@ +tifffile (20120208-1) UNRELEASED; urgency=low + + * New upstream + - Handle LSM510 bug + * Fix d/rules to handle big-endian machine + + -- Mathieu Malaterre <[email protected]> Fri, 17 Feb 2012 13:26:47 +0100 + tifffile (20120101-1) unstable; urgency=low * New upstream Modified: trunk/packages/tifffile/trunk/debian/rules =================================================================== --- trunk/packages/tifffile/trunk/debian/rules 2012-02-17 05:56:10 UTC (rev 9695) +++ trunk/packages/tifffile/trunk/debian/rules 2012-02-17 12:28:45 UTC (rev 9696) @@ -1,5 +1,11 @@ #!/usr/bin/make -f +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))) +export CFLAGS=-DMSB=0 +endif + %: dh $@ --with python2 Modified: trunk/packages/tifffile/trunk/debian/tifffile.1 =================================================================== --- trunk/packages/tifffile/trunk/debian/tifffile.1 2012-02-17 05:56:10 UTC (rev 9695) +++ trunk/packages/tifffile/trunk/debian/tifffile.1 2012-02-17 12:28:45 UTC (rev 9696) @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. -.TH TIFFFILE "1" "December 2011" "tifffile 2011.12.15" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. +.TH TIFFFILE "1" "January 2012" "tifffile 2012.01.01" "User Commands" .SH NAME tifffile \- Read image and meta-data from TIFF, STK, LSM, OME-TIFF, and FluoView files. .SH SYNOPSIS _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
