control 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Source: reportbug
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Reportbug Maintainers <reportbug-maint@lists.alioth.debian.org>
  5. Uploaders: Sandro Tosi <morph@debian.org>, Chris Lawrence <lawrencc@debian.org>
  6. Standards-Version: 3.9.6
  7. Build-Depends: debhelper (>= 9), python (>= 2.5), dh-python
  8. Build-Depends-Indep: python-nose, python-setuptools, python-mock
  9. X-Python-Version: >= 2.6
  10. Vcs-Git: git://anonscm.debian.org/reportbug/reportbug.git
  11. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=reportbug/reportbug.git
  12. Homepage: http://alioth.debian.org/projects/reportbug/
  13. Package: reportbug
  14. Architecture: all
  15. Depends: ${misc:Depends}, ${python:Depends}, apt, python-reportbug (= ${source:Version})
  16. Suggests: postfix | exim4 | mail-transport-agent, gnupg | pgp, debconf-utils (>> 1.1.0), debsums (>= 2.0.47), file (>> 1.30), dlocate, python-urwid, python-gtk2, python-vte, python-gtkspellcheck, xdg-utils, emacs23-bin-common | emacs24-bin-common, claws-mail (>= 3.8.0)
  17. Description: reports bugs in the Debian distribution
  18. reportbug is a tool designed to make the reporting of bugs in Debian
  19. and derived distributions relatively painless. Its features include:
  20. .
  21. * Integration with mutt and mh/nmh mail readers.
  22. * Access to outstanding bug reports to make it easier to identify
  23. whether problems have already been reported.
  24. * Automatic checking for newer versions of packages.
  25. * Optional automatic verification of integrity of packages via debsums.
  26. * Support for following-up on outstanding reports.
  27. * Optional PGP/GnuPG integration.
  28. .
  29. reportbug is designed to be used on systems with an installed mail
  30. transport agent, like exim or sendmail; however, you can edit the
  31. configuration file and send reports using any available mail server.
  32. .
  33. This package also includes the "querybts" script for browsing the
  34. Debian bug tracking system.
  35. Package: python-reportbug
  36. Section: python
  37. Architecture: all
  38. Depends: ${misc:Depends}, ${python:Depends}, apt, python-debian, python-debianbts (>= 1.13), file
  39. Suggests: reportbug
  40. Description: Python modules for interacting with bug tracking systems
  41. reportbug is a tool designed to make the reporting of bugs in Debian
  42. and derived distributions relatively painless.
  43. .
  44. This package includes Python modules which may be reusable by other
  45. tools that want to interact with the Debian bug tracking system.
  46. .
  47. To actually report a bug, install the reportbug package.