Author: tille
Date: 2015-11-08 22:15:47 +0000 (Sun, 08 Nov 2015)
New Revision: 20443

Removed:
   trunk/packages/tifffile/trunk/debian/get-orig-source
Modified:
   trunk/packages/tifffile/trunk/debian/changelog
   trunk/packages/tifffile/trunk/debian/rules
   trunk/packages/tifffile/trunk/debian/watch
Log:
fix watch file, delete unused debian/get-orig-source


Modified: trunk/packages/tifffile/trunk/debian/changelog
===================================================================
--- trunk/packages/tifffile/trunk/debian/changelog      2015-11-08 21:54:03 UTC 
(rev 20442)
+++ trunk/packages/tifffile/trunk/debian/changelog      2015-11-08 22:15:47 UTC 
(rev 20443)
@@ -1,10 +1,12 @@
-tifffile (2015.08.17-1) UNRELEASED; urgency=medium
+tifffile (20150817-1) unstable; urgency=medium
 
   * New upstream version
   * Add myself to Uploaders
   * cme fix dpkg-control
+  * fix watch file
+  * delete unused debian/get-orig-source
 
- -- Andreas Tille <[email protected]>  Sun, 08 Nov 2015 22:40:19 +0100
+ -- Andreas Tille <[email protected]>  Sun, 08 Nov 2015 22:54:28 +0100
 
 tifffile (20140824-1) unstable; urgency=low
 

Deleted: trunk/packages/tifffile/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/tifffile/trunk/debian/get-orig-source        2015-11-08 
21:54:03 UTC (rev 20442)
+++ trunk/packages/tifffile/trunk/debian/get-orig-source        2015-11-08 
22:15:47 UTC (rev 20443)
@@ -1,45 +0,0 @@
-#!/bin/sh
-set -e
-
-PACKAGE=tifffile
-
-VERSION=${VERSION:-$2}
-TARFILE=${TARFILE:-$3}
-
-if [ -z ${VERSION}]; then
-VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`
-fi
-
-REVISION=`echo $VERSION | sed -e 's/^.*svn//g'`
-
-
-if [ -z ${TARFILE}]; then
-TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
-fi
-
-FOLDER=${PACKAGE}-${VERSION}
-
-mkdir ${FOLDER}
-cd ${FOLDER}
-# 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.py
-sed -i -e 's/^ //g' tifffile.py
-links -dump tifffile.c.html > tifffile.c
-sed -i -e 's/^ //g' tifffile.c
-rm *.html
-
-# compute version:
-PYVERSION=`grep "^:Version:" tifffile.py | 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}
-rm -rf ${FOLDER}

Modified: trunk/packages/tifffile/trunk/debian/rules
===================================================================
--- trunk/packages/tifffile/trunk/debian/rules  2015-11-08 21:54:03 UTC (rev 
20442)
+++ trunk/packages/tifffile/trunk/debian/rules  2015-11-08 22:15:47 UTC (rev 
20443)
@@ -22,6 +22,3 @@
 
 debian/tifffile.1: debian/tifffile.1.in
        help2man --include=debian/tifffile.1.in --output=debian/tifffile.1 
--no-info tifffile
-
-get-orig-source:
-       ./debian/get-orig-source

Modified: trunk/packages/tifffile/trunk/debian/watch
===================================================================
--- trunk/packages/tifffile/trunk/debian/watch  2015-11-08 21:54:03 UTC (rev 
20442)
+++ trunk/packages/tifffile/trunk/debian/watch  2015-11-08 22:15:47 UTC (rev 
20443)
@@ -1,4 +1,3 @@
 version=3
-opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\
-dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//;s/^(\d{4})(\d\d)(\d\d)$/$1.$2.$3/
 \
-https://github.com/malaterre/tifffile/tags 
.*/(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/;s/^(\d{4}).(\d\d).(\d\d)$/$1$2$3/
 \
+     https://github.com/malaterre/tifffile/tags 
.*/(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))


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

Reply via email to