Author: malat-guest Date: 2011-12-02 08:42:47 +0000 (Fri, 02 Dec 2011) New Revision: 8739
Added: trunk/packages/tifffile/trunk/debian/watch Modified: trunk/packages/tifffile/trunk/debian/changelog trunk/packages/tifffile/trunk/debian/get-orig-source Log: New upstream Modified: trunk/packages/tifffile/trunk/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2011-12-01 16:26:24 UTC (rev 8738) +++ trunk/packages/tifffile/trunk/debian/changelog 2011-12-02 08:42:47 UTC (rev 8739) @@ -1,3 +1,9 @@ +tifffile (20111126-1) unstable; urgency=low + + * New upstream. Better support for BigTIFF + + -- Mathieu Malaterre <[email protected]> Fri, 02 Dec 2011 09:40:39 +0100 + tifffile (20111112-1) unstable; urgency=low * Initial Debian Upload (Closes: #648767) Modified: trunk/packages/tifffile/trunk/debian/get-orig-source =================================================================== --- trunk/packages/tifffile/trunk/debian/get-orig-source 2011-12-01 16:26:24 UTC (rev 8738) +++ trunk/packages/tifffile/trunk/debian/get-orig-source 2011-12-02 08:42:47 UTC (rev 8739) @@ -31,7 +31,11 @@ rm *.html # compute version: -PYVERSION=`python tifffile.py --version | sed -n -e 's/^tifffile.py \(.*\)$/\1/p' | sed -e 's/\.//g'` +PYVERSION=`grep "^:Version:" tifffile | cut -d' ' -f2 | sed -e 's/\.//g'` +if [ "$PYVERSION" != "$VERSION" ]; then + echo "$PYVERSION and $VERSION are not compatible" + exit 1 +fi cd .. GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} Added: trunk/packages/tifffile/trunk/debian/watch =================================================================== --- trunk/packages/tifffile/trunk/debian/watch (rev 0) +++ trunk/packages/tifffile/trunk/debian/watch 2011-12-02 08:42:47 UTC (rev 8739) @@ -0,0 +1,2 @@ +version=3 +http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html ^:Version:(.*)$ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
