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

MarsSeed commented on 2023-06-19 13:31 (UTC)

I think this should now optdepend on sensible-editor instead of the whole suite of sensible-utils. (The latter, formerly unified package has been split into subpackages.)

BenTheTechGuy commented on 2022-02-02 03:12 (UTC)

Looks like I've been made maintainer of this package… I guess the maintainer quit. I've rewritten the package and it's now up to date with proper dependencies.

BenTheTechGuy commented on 2022-02-01 03:57 (UTC)

@tuxayo, I have now packaged python-debianbts so there are no more missing dependencies. However, the package is out of date and thus the source no longer exists. It's changed a lot since 2017, so updating it would almost be a rewrite. To get the package to build with the old version, you can change the source to the latest Debian Snapshot with this version of the package still available:

diff --git a/PKGBUILD b/PKGBUILD
index 162251a..c3aebd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=("python-reportbug=$pkgver")
 conflicts=('python-reportbug')
 options=(!emptydirs)
 backup=('etc/reportbug.conf')
-source=(http://ftp.debian.org/debian/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)
+source=(https://snapshot.debian.org/archive/debian/20170220T211056Z/pool/main/r/$pkgname/${pkgname}_$pkgver.tar.bz2)
 sha256sums=('3a4f0366ee7885408a07c24e6067d4e6ed6990ba6d57494226c916dc43fe27c8')

 build() {

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.