This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-qcli.
commit 0324f0911cf2feb3fb2ac00a94dde59f83b29726 Author: Andreas Tille <[email protected]> Date: Wed Dec 7 11:34:02 2016 +0000 * New upstream version * Fixed watch file * cme fix dpkg-control * debhelper 10 * use --buildsystem=pybuild --- debian/changelog | 10 ++++++++++ debian/compat | 2 +- debian/control | 8 ++++---- debian/copyright | 16 +++++++++++++--- debian/rules | 5 ++++- debian/watch | 4 ++-- 6 files changed, 34 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8475f62..eb5232f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Wed, 07 Dec 2016 12:23:23 +0100 + python-qcli (0.1.0-1) unstable; urgency=low * Initial release (Closes: #733135) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index b67a4c4..685ae00 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> 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 @@ Depends: ${shlibs:Depends}, 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. - diff --git a/debian/copyright b/debian/copyright index c9ec181..1714ff6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 <[email protected]> Source: https://pypi.python.org/pypi/qcli Files: * -Copyright: © 2013 Greg Caporaso <[email protected]> +Copyright: 2013-2014 Greg Caporaso <[email protected]> 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 <[email protected]> +Copyright: 2013-2016 Andreas Tille <[email protected]> License: BSDlike License: BSDlike diff --git a/debian/rules b/debian/rules index f99af53..ae40d9d 100755 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,11 @@ examples := $(CURDIR)/debian/$(pkg)/usr/share/doc/$(pkg)/examples 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: diff --git a/debian/watch b/debian/watch index 018ee82..b3a10e8 100644 --- a/debian/watch +++ b/debian/watch @@ -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) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-qcli.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
