Package Details: reportbug 13.0.1-1

Git Clone URL: https://aur.archlinux.org/reportbug.git (read-only, click to copy)
Package Base: reportbug
Description: A tool designed to make the reporting of bugs in Debian and derived distributions relatively painless
Upstream URL: https://salsa.debian.org/reportbug-team/reportbug
Licenses: custom
Conflicts: python-reportbug
Provides: python-reportbug
Submitter: JonnyJD
Maintainer: BenTheTechGuy
Last Packager: BenTheTechGuy
Votes: 3
Popularity: 0.000000
First Submitted: 2013-02-12 18:18 (UTC)
Last Updated: 2024-02-29 03:22 (UTC)

Latest Comments

« First ‹ Previous 1 2

tuxayo commented on 2020-07-01 01:23 (UTC)

Can't build due to python-debianbts missing a dependency.

JonnyJD commented on 2014-12-10 22:50 (UTC)

man pages should be included now (reportbug, querybts and reportbug.conf) I also added /etc/reportbug.conf. I personally never needed that file. I have all my settings in ~/.reportbugrc created by "reportbug --configure".

hcartiaux commented on 2014-12-10 20:57 (UTC)

Please, could you set-up the man pages like the debian package? Thanks for your work!

qgeissmann commented on 2013-09-04 07:09 (UTC)

Works with: #[...] pkgver=6.4.4 #[...] md5sums=('76e22a7a5e536afd5e7e04cecd3477b3') #[...]

JonnyJD commented on 2013-03-08 21:19 (UTC)

Ah okay, searching for EDITOR and things is exactly what sensible-utils is doing.

JonnyJD commented on 2013-03-08 21:15 (UTC)

If reportbug complains that "sensible-pager" is not found (when opening tickets): just "ln -s /usr/bin/less ~/bin/sensible-pager". (If ~/bin is in your PATH). Same for "sensible-editor". I have mine set to "/usr/bin/vim". You can also install https://aur.archlinux.org/packages/sensible-utils/ No clue how these are set there, though. I also have no clue why $EDITOR etc. are not used.