1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: bugz
Section: misc
Priority: optional
Maintainer: Rolf Leggewie <foss@rolf.leggewie.biz>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
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.
|