[med-svn] r12518 - trunk/packages/tifffile/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Thu Nov 8 14:07:03 UTC 2012
Author: malat
Date: 2012-11-08 14:07:03 +0000 (Thu, 08 Nov 2012)
New Revision: 12518
Modified:
trunk/packages/tifffile/trunk/debian/changelog
trunk/packages/tifffile/trunk/debian/get-orig-source
Log:
Prepare exp tiffile
Modified: trunk/packages/tifffile/trunk/debian/changelog
===================================================================
--- trunk/packages/tifffile/trunk/debian/changelog 2012-11-08 12:59:41 UTC (rev 12517)
+++ trunk/packages/tifffile/trunk/debian/changelog 2012-11-08 14:07:03 UTC (rev 12518)
@@ -1,3 +1,11 @@
+tifffile (20121018-1) experimental; urgency=low
+
+ * New upstream
+ - Handle unpacking of RGB data
+ - Fix issue with numpy/Python 3.x
+
+ -- Mathieu Malaterre <malat at debian.org> Thu, 08 Nov 2012 15:06:30 +0100
+
tifffile (20120421-1) unstable; urgency=low
* New upstream
Modified: trunk/packages/tifffile/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/tifffile/trunk/debian/get-orig-source 2012-11-08 12:59:41 UTC (rev 12517)
+++ trunk/packages/tifffile/trunk/debian/get-orig-source 2012-11-08 14:07:03 UTC (rev 12518)
@@ -21,8 +21,11 @@
mkdir ${FOLDER}
cd ${FOLDER}
-wget -c http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html
-wget -c http://www.lfd.uci.edu/~gohlke/code/tifffile.c.html
+# http://bugs.debian.org/692752
+#wget -c http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html
+curl -s -o tifffile.py.html "http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html"
+#wget -c http://www.lfd.uci.edu/~gohlke/code/tifffile.c.html
+curl -s -o tifffile.c.html "http://www.lfd.uci.edu/~gohlke/code/tifffile.c.html"
# do not keep .py extension as we install it into usr/bin
links -dump tifffile.py.html > tifffile
sed -i -e 's/^ //g' tifffile
More information about the debian-med-commit
mailing list