File: control

package info (click to toggle)
bugz 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 1,211; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: bugz
Section: misc
Priority: optional
Maintainer: Akash Doppalapudi <akashdoppalapudi2001@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
 pybuild-plugin-pyproject,
 flit,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/williamh/pybugz
Vcs-Browser: https://salsa.debian.org/debian/bugz
Vcs-Git: https://salsa.debian.org/debian/bugz.git

Package: bugz
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
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.