[med-svn] r12836 - trunk/packages/tifffile/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Thu Jan 24 17:05:22 UTC 2013
Author: malat
Date: 2013-01-24 17:05:22 +0000 (Thu, 24 Jan 2013)
New Revision: 12836
Modified:
trunk/packages/tifffile/trunk/debian/changelog
trunk/packages/tifffile/trunk/debian/compat
trunk/packages/tifffile/trunk/debian/control
trunk/packages/tifffile/trunk/debian/rules
Log:
Prepare new upload
Modified: trunk/packages/tifffile/trunk/debian/changelog
===================================================================
--- trunk/packages/tifffile/trunk/debian/changelog 2013-01-24 16:13:51 UTC (rev 12835)
+++ trunk/packages/tifffile/trunk/debian/changelog 2013-01-24 17:05:22 UTC (rev 12836)
@@ -1,8 +1,12 @@
-tifffile (20130118-1) UNRELEASED; urgency=low
+tifffile (20130118-1) experimental; urgency=low
* New upstream
+ * Rename package to follow python policy
+ * Add Conflicts/Replaces with tifffile
+ * Use compat 9 to get harderning flag
+ * Really fix compilation on big endian machine
- -- Mathieu Malaterre <malat at debian.org> Sun, 20 Jan 2013 16:34:57 +0100
+ -- Mathieu Malaterre <malat at debian.org> Thu, 24 Jan 2013 18:00:44 +0100
tifffile (20121214-1) experimental; urgency=low
Modified: trunk/packages/tifffile/trunk/debian/compat
===================================================================
--- trunk/packages/tifffile/trunk/debian/compat 2013-01-24 16:13:51 UTC (rev 12835)
+++ trunk/packages/tifffile/trunk/debian/compat 2013-01-24 17:05:22 UTC (rev 12836)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/tifffile/trunk/debian/control
===================================================================
--- trunk/packages/tifffile/trunk/debian/control 2013-01-24 16:13:51 UTC (rev 12835)
+++ trunk/packages/tifffile/trunk/debian/control 2013-01-24 17:05:22 UTC (rev 12836)
@@ -3,18 +3,20 @@
Section: python
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy (>= 1.6.2)
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-numpy (>= 1.6.2)
X-Python-Version: >= 2.6
Standards-Version: 3.9.4
Homepage: http://www.lfd.uci.edu/~gohlke/
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tifffile/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/tifffile/trunk/
-Package: tifffile
+Package: python-tifffile
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-importlib
Recommends: python-matplotlib (>= 1.2)
Provides: ${python:Provides}
+Replaces: tifffile
+Conflicts: tifffile
Description: read image and metadata from TIFF, STK, LSM, OME-TIFF and FluoView files
Only a subset of the TIFF specification is supported, mainly uncompressed and
losslessly compressed 1-32 bit integer as well as 32 and 64-bit float images,
Modified: trunk/packages/tifffile/trunk/debian/rules
===================================================================
--- trunk/packages/tifffile/trunk/debian/rules 2013-01-24 16:13:51 UTC (rev 12835)
+++ trunk/packages/tifffile/trunk/debian/rules 2013-01-24 17:05:22 UTC (rev 12836)
@@ -2,7 +2,7 @@
# As per code source need to handle big endian with:
DEB_HOST_ARCH_ENDIAN:=$(shell dpkg-architecture -qDEB_HOST_ARCH_ENDIAN)
-ifeq ($(ENDIANNESS),big)
+ifeq ($(DEB_HOST_ARCH_ENDIAN),big)
export CFLAGS=-DMSB=0
endif
@@ -15,7 +15,7 @@
override_dh_install:
dh_numpy
- install -D -m0755 $(CURDIR)/debian/tifffile.sh $(CURDIR)/debian/tifffile/usr/bin/tifffile
+ install -D -m0755 $(CURDIR)/debian/tifffile.sh $(CURDIR)/debian/python-tifffile/usr/bin/tifffile
override_dh_installman:
dh_installman debian/tifffile.1
More information about the debian-med-commit
mailing list