Skip to content
Commits on Source (9)
python-qcli (0.1.1-3) unstable; urgency=medium
* Testsuite: autopkgtest-pkg-python
* Standards-Version: 4.1.4
* Point Vcs fields to salsa.debian.org
* debhelper 11
* Secure URI in watch file
* d/rules:
- drop get-orig-source target
- do not parse d/changelog
-- Andreas Tille <tille@debian.org> Mon, 16 Apr 2018 14:11:21 +0200
python-qcli (0.1.1-2) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -2,14 +2,15 @@ Source: python-qcli
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
python-all-dev,
python-nose
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-qcli.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-qcli.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/python-qcli
Vcs-Git: https://salsa.debian.org/med-team/python-qcli.git
Homepage: https://pypi.python.org/pypi/qcli/
X-Python-Version: >= 2.6
......
......@@ -7,14 +7,14 @@ Copyright: 2013-2014 Greg Caporaso <gregcaporaso@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
was asked for explicit 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.
has an explicit licensing statement.
Files: debian/*
Copyright: 2013-2016 Andreas Tille <tille@debian.org>
......
......@@ -2,9 +2,10 @@
DH_VERBOSE := 1
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
bindir := $(CURDIR)/debian/$(pkg)/usr/bin
examples := $(CURDIR)/debian/$(pkg)/usr/share/doc/$(pkg)/examples
include /usr/share/dpkg/default.mk
bindir := $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
examples := $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples
pybuilddir := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
......@@ -27,7 +28,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
env PYTHONPATH=lib.$(pybuilddir)-$${pyv} nosetests ; \
done
endif
get-orig-source:
mkdir -p ../tarballs
uscan --verbose --force-download --destdir=../tarballs
version=4
http://pypi.debian.net/qcli/qcli-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
https://pypi.debian.net/qcli/qcli-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz)