[med-svn] r8554 - trunk/packages/pylibtiff/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Nov 14 08:24:26 UTC 2011


Author: malat-guest
Date: 2011-11-14 08:24:25 +0000 (Mon, 14 Nov 2011)
New Revision: 8554

Modified:
   trunk/packages/pylibtiff/trunk/debian/changelog
   trunk/packages/pylibtiff/trunk/debian/control
   trunk/packages/pylibtiff/trunk/debian/get-orig-source
Log:
some more fixes

Modified: trunk/packages/pylibtiff/trunk/debian/changelog
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/changelog	2011-11-14 08:16:53 UTC (rev 8553)
+++ trunk/packages/pylibtiff/trunk/debian/changelog	2011-11-14 08:24:25 UTC (rev 8554)
@@ -1,4 +1,4 @@
-pylibtiff (20111112-1) unstable; urgency=low
+pylibtiff (0.3.0~svn78-1) unstable; urgency=low
 
   * Initial Debian Upload (Closes: #)
 

Modified: trunk/packages/pylibtiff/trunk/debian/control
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/control	2011-11-14 08:16:53 UTC (rev 8553)
+++ trunk/packages/pylibtiff/trunk/debian/control	2011-11-14 08:24:25 UTC (rev 8554)
@@ -11,7 +11,27 @@
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/pylibtiff/trunk/
 
 Package: python-libtiff
-Architecture: all
+Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
-Description: tiff
+Description: wrapper to the libtiff library to Python using ctypes
+ PyLibTiff is a package that provides:
+ .
+  * a wrapper to the libtiff library to Python using ctypes.
+  * a pure Python module for reading and writing TIFF and LSM files. The images
+    are read as numpy.memmap objects so that it is possible to open images that
+    otherwise would not fit to computers RAM.
+ .
+ There exists many Python packages such as PIL, FreeImagePy that support reading
+ and writing TIFF files. The PyLibTiff project was started to have an efficient
+ and direct way to read and write TIFF files using the libtiff library without
+ the need to install any unnecessary packages or libraries. The pure Python
+ module was created for reading "broken" TIFF files such as LSM files that in
+ some places use different interpretation of TIFF tags than what specified in
+ the TIFF specification document. The libtiff library would just fail reading
+ such files. In addition, the pure Python module is more memory efficient as the
+ arrays are returned as memory maps. Support for compressed files is not
+ implemented yet.
+ .
+ Warning: pylibtiff currently supports reading and writing images that are
+ stored using TIFF strips. Patches are welcome to support tiled TIFF images.

Modified: trunk/packages/pylibtiff/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/get-orig-source	2011-11-14 08:16:53 UTC (rev 8553)
+++ trunk/packages/pylibtiff/trunk/debian/get-orig-source	2011-11-14 08:24:25 UTC (rev 8554)
@@ -19,7 +19,7 @@
 
 FOLDER=${PACKAGE}-${VERSION}
 
-svn export -q http://pylibtiff.googlecode.com/svn/trunk/ ${FOLDER}
+svn export -q -r ${REVISION} http://pylibtiff.googlecode.com/svn/trunk/ ${FOLDER}
 rm -rf ${FOLDER}/libtiff/bitarray-0.3.5-numpy/
 
 GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}




More information about the debian-med-commit mailing list