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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: reportbug
Section: utils
Priority: standard
Maintainer: Reportbug Maintainers <debian-reportbug@lists.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>,
Nis Martensen <nis.martensen@web.de>,
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
Build-Depends-Indep: python3-pytest,
python3-pytest-cov,
python3-setuptools,
Vcs-Git: https://salsa.debian.org/reportbug-team/reportbug.git
Vcs-Browser: https://salsa.debian.org/reportbug-team/reportbug
Rules-Requires-Root: no
Package: reportbug
Architecture: all
Depends: apt,
python3-reportbug (= ${source:Version}),
sensible-utils,
${misc:Depends},
${python3:Depends},
Suggests: claws-mail (>= 3.8.0),
debconf,
debsums (>= 2.0.47),
default-mta | postfix | exim4 | mail-transport-agent,
dlocate,
emacs-bin-common,
file (>> 1.30),
gnupg | pgp,
python3-urwid,
reportbug-gtk (= ${source:Version}),
xdg-utils,
Description: reports bugs in the Debian distribution
reportbug is a tool designed to make the reporting of bugs in Debian
and derived distributions relatively painless. Its features include:
.
* Integration with many mail user agents.
* Access to outstanding bug reports to make it easier to identify
whether problems have already been reported.
* Automatic checking for newer versions of packages.
* Optional automatic verification of integrity of packages via debsums.
* Support for following-up on outstanding reports.
* Optional PGP/GnuPG integration.
.
Bug reporting in Debian relies on email; reportbug can use a local
mail transport agent (like exim or sendmail), submit directly through
an external mail server, or pass messages to an installed mail user
agent (e.g., mutt) for submission.
.
This package also includes the "querybts" script for browsing the
Debian bug tracking system.
Package: python3-reportbug
Section: python
Architecture: all
Depends: apt,
file,
python3-apt,
python3-debian,
python3-debianbts (>= 2.10),
python3-requests,
sensible-utils,
${misc:Depends},
${python3:Depends},
Suggests: reportbug,
Description: Python modules for interacting with bug tracking systems
reportbug is a tool designed to make the reporting of bugs in Debian
and derived distributions relatively painless.
.
This package includes Python modules which may be reusable by other
tools that want to interact with the Debian bug tracking system.
.
To actually report a bug, install the reportbug package.
Package: reportbug-gtk
Architecture: all
Priority: optional
Depends: gir1.2-gtk-3.0,
gir1.2-gtksource-4,
gir1.2-vte-2.91,
python3-gi,
python3-gi-cairo,
python3-gtkspellcheck,
reportbug (= ${source:Version}),
${misc:Depends},
Description: reports bugs in the Debian distribution (GTK+ UI)
reportbug is a tool designed to make the reporting of bugs in Debian
and derived distributions relatively painless. Its features include:
.
* Integration with many mail user agents.
* Access to outstanding bug reports to make it easier to identify
whether problems have already been reported.
* Automatic checking for newer versions of packages.
* Optional automatic verification of integrity of packages via debsums.
* Support for following-up on outstanding reports.
* Optional PGP/GnuPG integration.
.
Bug reporting in Debian relies on email; reportbug can use a local
mail transport agent (like exim or sendmail), submit directly through
an external mail server, or pass messages to an installed mail user
agent (e.g., mutt) for submission.
.
This package contains a desktop file and icon, and has dependencies
to enable the GTK+ UI mode of reportbug to work.
|