Author: malat-guest
Date: 2011-11-14 08:13:11 +0000 (Mon, 14 Nov 2011)
New Revision: 8552

Modified:
   trunk/packages/pylibtiff/trunk/debian/control
   trunk/packages/pylibtiff/trunk/debian/get-orig-source
Log:
remove python-bitarray

Modified: trunk/packages/pylibtiff/trunk/debian/control
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/control       2011-11-13 21:58:41 UTC 
(rev 8551)
+++ trunk/packages/pylibtiff/trunk/debian/control       2011-11-14 08:13:11 UTC 
(rev 8552)
@@ -4,13 +4,13 @@
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <[email protected]>
-Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy
+Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy, 
python-bitarray
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/pylibtiff/
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/pylibtiff/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/pylibtiff/trunk/
 
-Package: tifffile
+Package: python-libtiff
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}

Modified: trunk/packages/pylibtiff/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/get-orig-source       2011-11-13 
21:58:41 UTC (rev 8551)
+++ trunk/packages/pylibtiff/trunk/debian/get-orig-source       2011-11-14 
08:13:11 UTC (rev 8552)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -ex
 
-PACKAGE=tifffile
+PACKAGE=pylibtiff
 
 VERSION=${VERSION:-$2}
 TARFILE=${TARFILE:-$3}
@@ -19,16 +19,8 @@
 
 FOLDER=${PACKAGE}-${VERSION}
 
-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
-links -dump tifffile.py.html > tifffile.py
-sed -i -e 's/^ //g' tifffile.py
-links -dump tifffile.c.html > tifffile.c
-sed -i -e 's/^ //g' tifffile.c
-rm *.html
-cd ..
+svn export -q http://pylibtiff.googlecode.com/svn/trunk/ ${FOLDER}
+rm -rf ${FOLDER}/libtiff/bitarray-0.3.5-numpy/
 
 GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
 rm -rf ${FOLDER}


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to