debian/0000755000000000000000000000000012260075271007170 5ustar debian/watch0000644000000000000000000000011312256752226010223 0ustar version=3 https://pypi.python.org/pypi/qcli .*/qcli/qcli-([.\d]+)\.tar\.gz debian/copyright0000644000000000000000000000451112260075271011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Greg Caporaso Source: https://pypi.python.org/pypi/qcli Files: * Copyright: © 2013 Greg Caporaso 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 License: BSDlike License: BSDlike Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name BiPy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE BIPY DEVELOPMENT TEAM BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000644000000000000000000000023212256757506011054 0ustar python-qcli (0.1.0-1) unstable; urgency=low * Initial release (Closes: #733135) -- Andreas Tille Thu, 26 Dec 2013 07:55:53 +0100 debian/source/0000755000000000000000000000000012002221127010453 5ustar debian/source/format0000644000000000000000000000001411301174376011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211757424317010377 0ustar 9 debian/rules0000755000000000000000000000152612256755361010266 0ustar #!/usr/bin/make -f 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 pybuilddir := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) %: dh $@ --with python2 # we only need this package as qiime dependency - there is no point in bloating /usr/bin with these scripts override_dh_installexamples: mv $(bindir) $(examples) override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) set -e -x;\ for pyv in `pyversions -dv` ; do \ cd build/; \ ln -s ../python-code/tests; \ env PYTHONPATH=lib.$(pybuilddir)-$${pyv} nosetests ; \ done endif get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir=../tarballs debian/control0000644000000000000000000000146712256755725010621 0ustar Source: python-qcli Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Section: python Priority: optional Build-Depends: debhelper (>= 9), python-all-dev, python-nose Standards-Version: 3.9.5 Vcs-Browser: http://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 Package: python-qcli Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc: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.