[med-svn] r9878 - in trunk/packages/tifffile/tags: . 20120223-1/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Mar 5 09:44:51 UTC 2012


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 <mathieu.malaterre at gmail.com>  Fri, 17 Feb 2012 13:26:47 +0100
-
-tifffile (20120101-1) unstable; urgency=low
-
-  * New upstream
-  * Better support for writing out BigTIFF
-
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 16 Jan 2012 12:08:32 +0100
-
-tifffile (20111215-2) unstable; urgency=low
-
-  * New upstream. Remove deprecated options
-
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 19 Dec 2011 12:07:48 +0100
-
-tifffile (20111126-1) unstable; urgency=low
-
-  * New upstream. Better support for BigTIFF
-
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 02 Dec 2011 09:40:39 +0100
-
-tifffile (20111112-1) unstable; urgency=low
-
-  * Initial Debian Upload (Closes: #648767)
-
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  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 <mathieu.malaterre at gmail.com>  Mon, 05 Mar 2012 10:41:19 +0100
+
+tifffile (20120101-1) unstable; urgency=low
+
+  * New upstream
+  * Better support for writing out BigTIFF
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 16 Jan 2012 12:08:32 +0100
+
+tifffile (20111215-2) unstable; urgency=low
+
+  * New upstream. Remove deprecated options
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 19 Dec 2011 12:07:48 +0100
+
+tifffile (20111126-1) unstable; urgency=low
+
+  * New upstream. Better support for BigTIFF
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Fri, 02 Dec 2011 09:40:39 +0100
+
+tifffile (20111112-1) unstable; urgency=low
+
+  * Initial Debian Upload (Closes: #648767)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  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




More information about the debian-med-commit mailing list