Author: malat-guest Date: 2012-03-05 09:44:51 +0000 (Mon, 05 Mar 2012) New Revision: 9878
Added: trunk/packages/tifffile/tags/20120223-1/ trunk/packages/tifffile/tags/20120223-1/debian/changelog trunk/packages/tifffile/tags/20120223-1/debian/rules Removed: trunk/packages/tifffile/tags/20120223-1/debian/changelog trunk/packages/tifffile/tags/20120223-1/debian/rules Log: [svn-buildpackage] Tagging tifffile 20120223-1 Deleted: trunk/packages/tifffile/tags/20120223-1/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2012-03-05 09:05:16 UTC (rev 9876) +++ trunk/packages/tifffile/tags/20120223-1/debian/changelog 2012-03-05 09:44:51 UTC (rev 9878) @@ -1,32 +0,0 @@ -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 - * Better support for writing out BigTIFF - - -- Mathieu Malaterre <[email protected]> Mon, 16 Jan 2012 12:08:32 +0100 - -tifffile (20111215-2) unstable; urgency=low - - * New upstream. Remove deprecated options - - -- Mathieu Malaterre <[email protected]> Mon, 19 Dec 2011 12:07:48 +0100 - -tifffile (20111126-1) unstable; urgency=low - - * New upstream. Better support for BigTIFF - - -- Mathieu Malaterre <[email protected]> Fri, 02 Dec 2011 09:40:39 +0100 - -tifffile (20111112-1) unstable; urgency=low - - * Initial Debian Upload (Closes: #648767) - - -- Mathieu Malaterre <[email protected]> Sun, 13 Nov 2011 19:41:37 +0100 Copied: trunk/packages/tifffile/tags/20120223-1/debian/changelog (from rev 9877, trunk/packages/tifffile/trunk/debian/changelog) =================================================================== --- trunk/packages/tifffile/tags/20120223-1/debian/changelog (rev 0) +++ trunk/packages/tifffile/tags/20120223-1/debian/changelog 2012-03-05 09:44:51 UTC (rev 9878) @@ -0,0 +1,33 @@ +tifffile (20120223-1) unstable; urgency=low + + * New upstream + - Handle LSM510 bug + * Fix d/rules to handle big-endian machine. + * d/rules: add missing call to dh_numpy. + + -- Mathieu Malaterre <[email protected]> Mon, 05 Mar 2012 10:41:19 +0100 + +tifffile (20120101-1) unstable; urgency=low + + * New upstream + * Better support for writing out BigTIFF + + -- Mathieu Malaterre <[email protected]> Mon, 16 Jan 2012 12:08:32 +0100 + +tifffile (20111215-2) unstable; urgency=low + + * New upstream. Remove deprecated options + + -- Mathieu Malaterre <[email protected]> Mon, 19 Dec 2011 12:07:48 +0100 + +tifffile (20111126-1) unstable; urgency=low + + * New upstream. Better support for BigTIFF + + -- Mathieu Malaterre <[email protected]> Fri, 02 Dec 2011 09:40:39 +0100 + +tifffile (20111112-1) unstable; urgency=low + + * Initial Debian Upload (Closes: #648767) + + -- Mathieu Malaterre <[email protected]> Sun, 13 Nov 2011 19:41:37 +0100 Deleted: trunk/packages/tifffile/tags/20120223-1/debian/rules =================================================================== --- trunk/packages/tifffile/trunk/debian/rules 2012-03-05 09:05:16 UTC (rev 9876) +++ trunk/packages/tifffile/tags/20120223-1/debian/rules 2012-03-05 09:44:51 UTC (rev 9878) @@ -1,25 +0,0 @@ -#!/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 - -override_dh_auto_clean: - # FIXME problem with setup.py/numpy - -override_dh_install: - dh_install tifffile usr/bin - -override_dh_installman: - dh_installman debian/tifffile.1 - -debian/tifffile.1: debian/tifffile.1.in - help2man --include=debian/tifffile.1.in --output=debian/tifffile.1 --no-info tifffile - -get-orig-source: - ./debian/get-orig-source Copied: trunk/packages/tifffile/tags/20120223-1/debian/rules (from rev 9877, trunk/packages/tifffile/trunk/debian/rules) =================================================================== --- trunk/packages/tifffile/tags/20120223-1/debian/rules (rev 0) +++ trunk/packages/tifffile/tags/20120223-1/debian/rules 2012-03-05 09:44:51 UTC (rev 9878) @@ -0,0 +1,26 @@ +#!/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 + +override_dh_auto_clean: + # FIXME problem with setup.py/numpy + +override_dh_install: + dh_install tifffile usr/bin + dh_numpy + +override_dh_installman: + dh_installman debian/tifffile.1 + +debian/tifffile.1: debian/tifffile.1.in + help2man --include=debian/tifffile.1.in --output=debian/tifffile.1 --no-info tifffile + +get-orig-source: + ./debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
