debian/0000755000000000000000000000000012143421566007172 5ustar debian/changelog0000644000000000000000000000637412143422001011037 0ustar bugz (0.10.1-3) unstable; urgency=low * bump build process to dh9 * control: - drop obsolete DMUA field - bump policy to 3.9.4 * copyright: bump my copyright claim to 2013 -- Rolf Leggewie Sat, 11 May 2013 18:54:45 +0800 bugz (0.10.1-2) experimental; urgency=low * install shell completion files in the proper places. Closes: #688975 * do not compress zsh completion file -- Rolf Leggewie Sun, 30 Sep 2012 23:51:49 +0200 bugz (0.10.1-1) experimental; urgency=low * new upstream release * update my copyright to 2012 * update to 3.9.3 standard, no further changes -- Rolf Leggewie Tue, 25 Sep 2012 23:59:41 +0800 bugz (0.9.3-2) unstable; urgency=low * debian/control: - add python to build-time dependencies. Closes: #652341 - relax run-time dependencies. Closes: #653652 python 2.7 already provides the functionality of python-argparse * use dh_python2 to build the package when available. Closes: #616750 -- Rolf Leggewie Sat, 07 Jan 2012 13:38:51 +0800 bugz (0.9.3-1) unstable; urgency=low * new upstream upstream release 0.9.3. Closes: #638657 - debian/install: location of bugz script in upstream tarball changed - debian/copyright: update to latest status - debian/docs: + ship new file bugzrc.example in docs package + ship shell completions contrib folder as docs and install a link to /etc for bash completion to become functional - debian/control: add newly required python-argparse to run-time deps - debian/manpages: ship newly-provided upstream manpage. Closes: #530154 * use rules.tiny logic from debhelper 7 - update debian/compat to compatibility version 7 - debian/control: + depend on debhelper 7 or later + drop specification for XS-Python-Version, dh7 now picks this up automatically at build-time + drop deprecated python-central from build dependencies * debian/control: - set DMUA - move Vcs to git - bump policy to 3.9.2 - add ${misc:Depends} to run-time dependencies * switch to DebSrc3.0. Closes: #600609 * debian/watch: upstream download location changed to github * debian/dirs: drop unnecessary file. dirs get created as needed. -- Rolf Leggewie Tue, 11 Oct 2011 18:04:44 +0800 bugz (0.7.3-2) unstable; urgency=low [ Jakub Wilk ] * watch: Fix watch file. [ Rolf Leggewie ] * control: - enhance package description * copyright: the package is released GPLv2 or later [ Sandro Tosi ] * debian/rules - add --prefix=/usr to setup.py install, Python 2.6 installs by default in /usr/local; thanks to Jakub Wilk for the report and to Jonathan Wiltshire for the patch; Closes: #557791 * debian/control - bump Standards-Version to 3.8.3 (no changes needed) - replace 'python' with 'Python' in the long description * debian/{docs, rules} - install upstream changelog via dh_installchangelogs -- Debian Python Modules Team Wed, 09 Dec 2009 21:05:40 +0100 bugz (0.7.3-1) unstable; urgency=low * initial release. (Closes: #515092) -- Rolf Leggewie Fri, 20 Feb 2009 04:36:08 +0900 debian/compat0000644000000000000000000000000212143421141010355 0ustar 9 debian/control0000644000000000000000000000171512143421177010577 0ustar Source: bugz Section: misc Priority: optional Maintainer: Rolf Leggewie Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python Standards-Version: 3.9.4 Homepage: http://www.liquidx.net/pybugz/ Vcs-Browser: http://git.debian.org/?p=collab-maint/bugz.git Vcs-Git: git://git.debian.org/collab-maint/bugz.git Package: bugz Architecture: all Depends: python (>= 2.7) | python-argparse, ${python:Depends}, ${misc:Depends} Provides: python-bugz Description: command-line interface to Bugzilla PyBugz is a Python and command line interface to Bugzilla, allowing the user to quickly search, isolate and contribute to projects using the Bugzilla bug tracker. Developers can easily extract attachments and close bugs all from the comfort of the command line. . This package provides both a fully-working CLI application as well as a Python module to be reused by other projects. debian/copyright0000644000000000000000000000264212143421305011120 0ustar This package was debianized by Rolf Leggewie on Sat, 21 Feb 2009 19:21:55 +0900. The latest upstream tarball was downloaded from https://github.com/williamh/pybugz on Saturday, Oct. 1st 2011. Upstream Authors: Alastair Tse Santiago M. Mola William Hubbs Ingmar Vanhassel Copyright: © 2006,2007 Alastair Tse © 2009 Ingmar Vanhassel © 2011 William Hubbs License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2009-2013 Rolf Leggewie and is licensed under the GPL. debian/install0000644000000000000000000000002111645001025010542 0ustar bin/bugz usr/bin debian/rules0000755000000000000000000000036312034550213010243 0ustar #!/usr/bin/make -f # can be removed once LP: #788524 is fixed (dh_python2 backport) WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") %: dh $@ ${WITH_PYTHON2} override_dh_compress: dh_compress -X zsh-completion debian/watch0000644000000000000000000000011411643742753010227 0ustar version=3 http://githubredir.debian.net/github/williamh/pybugz/ (.*).tar.gz debian/docs0000644000000000000000000000001711645011142010032 0ustar README contrib debian/source/0000755000000000000000000000000011641515230010464 5ustar debian/source/format0000644000000000000000000000001411641515230011672 0ustar 3.0 (quilt) debian/examples0000644000000000000000000000001711645011141010717 0ustar bugzrc.example debian/links0000644000000000000000000000022712034550213010225 0ustar usr/share/doc/bugz/contrib/bash-completion etc/bash_completion.d/bugz usr/share/doc/bugz/contrib/zsh-completion usr/share/zsh/vendor-completions/_bugz debian/manpages0000644000000000000000000000001311645011343010674 0ustar man/bugz.1