[med-svn] r23265 - trunk/packages/python-qcli/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Dec 7 11:34:03 UTC 2016


Author: tille
Date: 2016-12-07 11:34:02 +0000 (Wed, 07 Dec 2016)
New Revision: 23265

Modified:
   trunk/packages/python-qcli/trunk/debian/changelog
   trunk/packages/python-qcli/trunk/debian/compat
   trunk/packages/python-qcli/trunk/debian/control
   trunk/packages/python-qcli/trunk/debian/copyright
   trunk/packages/python-qcli/trunk/debian/rules
   trunk/packages/python-qcli/trunk/debian/watch
Log:
  * New upstream version
  * Fixed watch file
  * cme fix dpkg-control
  * debhelper 10
  * use --buildsystem=pybuild



Modified: trunk/packages/python-qcli/trunk/debian/changelog
===================================================================
--- trunk/packages/python-qcli/trunk/debian/changelog	2016-12-07 11:18:27 UTC (rev 23264)
+++ trunk/packages/python-qcli/trunk/debian/changelog	2016-12-07 11:34:02 UTC (rev 23265)
@@ -1,3 +1,13 @@
+python-qcli (0.1.1-1) unstable; urgency=medium
+
+  * New upstream version
+  * Fixed watch file
+  * cme fix dpkg-control
+  * debhelper 10
+  * use --buildsystem=pybuild
+
+ -- Andreas Tille <tille at debian.org>  Wed, 07 Dec 2016 12:23:23 +0100
+
 python-qcli (0.1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #733135)

Modified: trunk/packages/python-qcli/trunk/debian/compat
===================================================================
--- trunk/packages/python-qcli/trunk/debian/compat	2016-12-07 11:18:27 UTC (rev 23264)
+++ trunk/packages/python-qcli/trunk/debian/compat	2016-12-07 11:34:02 UTC (rev 23265)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/python-qcli/trunk/debian/control
===================================================================
--- trunk/packages/python-qcli/trunk/debian/control	2016-12-07 11:18:27 UTC (rev 23264)
+++ trunk/packages/python-qcli/trunk/debian/control	2016-12-07 11:34:02 UTC (rev 23265)
@@ -3,11 +3,12 @@
 Uploaders: Andreas Tille <tille at debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
+               dh-python,
                python-all-dev,
                python-nose
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-qcli/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-qcli/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-qcli/trunk/
 Homepage: https://pypi.python.org/pypi/qcli/0.1.0
 X-Python-Version: >= 2.6
@@ -20,4 +21,3 @@
 Description: separated module of pyqi needed for QIIME package
  The qiime package needs this as new dependency which is not part of the
  main pyqi package.
-

Modified: trunk/packages/python-qcli/trunk/debian/copyright
===================================================================
--- trunk/packages/python-qcli/trunk/debian/copyright	2016-12-07 11:18:27 UTC (rev 23264)
+++ trunk/packages/python-qcli/trunk/debian/copyright	2016-12-07 11:34:02 UTC (rev 23265)
@@ -1,13 +1,23 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Greg Caporaso <gregcaporaso at gmail.com>
 Source: https://pypi.python.org/pypi/qcli
 
 Files: *
-Copyright: © 2013 Greg Caporaso <gregcaporaso at gmail.com>
+Copyright: 2013-2014 Greg Caporaso <gregcaporaso at gmail.com>
 License: BSDlike
+Comment: Upstream has confirmed the license online
+ Since there is no explicit copy of the licensing conditions upstream
+ was asked for explicite permission to distribute.  This was given on
+ the Debian Med mailing list here:
+ .
+   https://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-December/024166.html
+ .
+ The package is only temporary needed for QIIME 1.8 and in the next
+ major upstream release of QIIME it will be replaced by pyqi which
+ has an explicite licensing statement.
 
 Files: debian/*
-Copyright: © 2013 Andreas Tille <tille at debian.org>
+Copyright: 2013-2016 Andreas Tille <tille at debian.org>
 License: BSDlike
 
 License: BSDlike

Modified: trunk/packages/python-qcli/trunk/debian/rules
===================================================================
--- trunk/packages/python-qcli/trunk/debian/rules	2016-12-07 11:18:27 UTC (rev 23264)
+++ trunk/packages/python-qcli/trunk/debian/rules	2016-12-07 11:34:02 UTC (rev 23265)
@@ -8,8 +8,11 @@
 
 pybuilddir := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 
+export PYBUILD_NAME=qcli
+
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
 # we only need this package as qiime dependency - there is no point in bloating /usr/bin with these scripts
 override_dh_installexamples:

Modified: trunk/packages/python-qcli/trunk/debian/watch
===================================================================
--- trunk/packages/python-qcli/trunk/debian/watch	2016-12-07 11:18:27 UTC (rev 23264)
+++ trunk/packages/python-qcli/trunk/debian/watch	2016-12-07 11:34:02 UTC (rev 23265)
@@ -1,2 +1,2 @@
-version=3
-https://pypi.python.org/pypi/qcli .*/qcli/qcli-([.\d]+)\.tar\.gz
+version=4
+http://pypi.debian.net/qcli/qcli-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz)




More information about the debian-med-commit mailing list