debian/0000755000000000000000000000000012237630263007172 5ustar debian/manpages0000644000000000000000000000002112221051062010664 0ustar doc/_build/man/* debian/source/0000755000000000000000000000000012221051062010455 5ustar debian/source/format0000644000000000000000000000001412221051062011663 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000353412227166575011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyqi Upstream-Contact: BiPy Development Team Source: ftp://thebeast.colorado.edu/pub/pyqi-releases/ Files: * Copyright: 2013 BiPy Development Team License: BSDlike pyqi is licensed under the terms of the Modified BSD License (also known as New or Revised BSD), as follows: . 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/rules0000755000000000000000000000027412221051062010240 0ustar #!/usr/bin/make -f export DH_OPTIONS %: dh $@ --with python2 override_dh_auto_build: dh_auto_build cd doc && make man override_dh_auto_clean: dh_auto_clean cd doc && make clean debian/watch0000644000000000000000000000011712221051062010205 0ustar version=3 ftp://thebeast.colorado.edu/pub/pyqi-releases/pyqi-([0-9.]+).tar.gz debian/changelog0000644000000000000000000000137212237630002011036 0ustar pyqi (0.2.0-2) unstable; urgency=low * Drop centence with funky unicode from long description. Closes: #729199 -- Andreas Tille Sat, 09 Nov 2013 10:39:14 +0100 pyqi (0.2.0-1) unstable; urgency=low * Initial release for Debian (Closes: #726386) * debian/control: - taking over into Debian Med team maintenance - Vcs fields - cme fix dpkg-control - drop explicit python dependency which is automatically resolved from variable - Arch: all * debian/copyright: cme fix dpkg-copyright -- Andreas Tille Tue, 15 Oct 2013 09:12:04 +0200 pyqi (0.2.0-0biolinux1) precise; urgency=low * Initial release for BL. -- Tim Booth Tue, 24 Sep 2013 18:45:50 +0100 debian/compat0000644000000000000000000000000212221051062010353 0ustar 9 debian/control0000644000000000000000000000164112237401273010574 0ustar Source: pyqi Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , Tim Booth Section: python Priority: optional Build-Depends: python, python-sphinx, debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pyqi/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pyqi/trunk/ Homepage: http://bipy.github.io/pyqi/doc/index.html Package: pyqi Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python framework for wrapping general commands in multiple interfaces pyqi (canonically pronounced pie chee) is a Python framework designed to support wrapping general commands in multiple types of interfaces, including at the command line, HTML, and API levels.