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

Andreas Tille tille at moszumanska.debian.org
Thu Dec 24 07:14:28 UTC 2015


Author: tille
Date: 2015-12-24 07:14:28 +0000 (Thu, 24 Dec 2015)
New Revision: 20891

Added:
   trunk/packages/pylibtiff/trunk/debian/watch
Modified:
   trunk/packages/pylibtiff/trunk/debian/changelog
   trunk/packages/pylibtiff/trunk/debian/control
   trunk/packages/pylibtiff/trunk/debian/copyright
   trunk/packages/pylibtiff/trunk/debian/get-orig-source
Log:
Moved from Google Code to Github


Modified: trunk/packages/pylibtiff/trunk/debian/changelog
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/changelog	2015-12-24 07:11:16 UTC (rev 20890)
+++ trunk/packages/pylibtiff/trunk/debian/changelog	2015-12-24 07:14:28 UTC (rev 20891)
@@ -1,7 +1,8 @@
-pylibtiff (0.4.1~svn107-1) UNRELEASED; urgency=medium
+pylibtiff (0.4.1~20150805-1) UNRELEASED; urgency=medium
 
-  * New upstream VCS commit
-    (two patches accepted upstream)
+  * New VCS checkout
+    Closes: #780045
+  * Migrated from GoogleCode to Github
   * d/get-orig-source: use xz compression
   * Mathieu declared to leave the team so I add myself as uploader
   * cme fix dpkg-control

Modified: trunk/packages/pylibtiff/trunk/debian/control
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/control	2015-12-24 07:11:16 UTC (rev 20890)
+++ trunk/packages/pylibtiff/trunk/debian/control	2015-12-24 07:14:28 UTC (rev 20891)
@@ -10,7 +10,7 @@
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pylibtiff/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pylibtiff/trunk/
-Homepage: http://code.google.com/p/pylibtiff/
+Homepage: https://github.com/pearu/pylibtiff
 
 Package: python-libtiff
 Architecture: any

Modified: trunk/packages/pylibtiff/trunk/debian/copyright
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/copyright	2015-12-24 07:11:16 UTC (rev 20890)
+++ trunk/packages/pylibtiff/trunk/debian/copyright	2015-12-24 07:14:28 UTC (rev 20891)
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pylibtiff
-Source: http://code.google.com/p/pylibtiff/
+Source: https://github.com/pearu/pylibtiff
 
 Files: *
 Copyright: © 2009-2014 Pearu Peterson

Modified: trunk/packages/pylibtiff/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/get-orig-source	2015-12-24 07:11:16 UTC (rev 20890)
+++ trunk/packages/pylibtiff/trunk/debian/get-orig-source	2015-12-24 07:14:28 UTC (rev 20891)
@@ -10,16 +10,21 @@
 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.xz
 fi
 
-FOLDER=${PACKAGE}-${VERSION}
+FOLDER=pylibtiff-master
 
-svn export -q -r ${REVISION} http://pylibtiff.googlecode.com/svn/trunk/ ${FOLDER}
+mkdir -p ../tarballs
+cd ../tarballs
+# need to clean up the tarballs dir first because upstream tarball might
+# contain a directory with unpredictable name
+rm -rf *
+
+wget -q https://github.com/pearu/pylibtiff/archive/master.zip
+unzip -q master.zip
+
 # remove convenient copy:
 rm -rf ${FOLDER}/libtiff/bitarray-0.3.5-numpy/
 

Added: trunk/packages/pylibtiff/trunk/debian/watch
===================================================================
--- trunk/packages/pylibtiff/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/pylibtiff/trunk/debian/watch	2015-12-24 07:14:28 UTC (rev 20891)
@@ -0,0 +1 @@
+# upstream does not create any release tags




More information about the debian-med-commit mailing list