tags 402819 + patch thanks Okay, here is an simple patch for gnome-reportbug to be again installable. I tested the package with python2.4 and it works.
Furthermore I moved the package to the newest python policy (using pycentral). Since this is an native version I'm unsure which versioning I should use. Normally I would use -x.x for now I used 0.2.1 to do not release a 0.3 ;) Please consider to upload my changes. Greetings Patrick -- .''`. Patrick Winnertz <[EMAIL PROTECTED]> : :' : GNU/Linux Debian-Edu Developer `. `'` http://www.der-winnie.de http://d.skolelinux.org/~winnie `- Debian - when you have better things to do than fixing systems
diff -Nru /tmp/PcsOiQ6MzR/gnome-reportbug-0.2/debian/changelog /tmp/jLKuuqPHFi/gnome-reportbug-0.2.1/debian/changelog --- /tmp/PcsOiQ6MzR/gnome-reportbug-0.2/debian/changelog 2006-08-13 18:03:10.000000000 +0200 +++ /tmp/jLKuuqPHFi/gnome-reportbug-0.2.1/debian/changelog 2007-05-19 11:51:02.000000000 +0200 @@ -1,3 +1,12 @@ +gnome-reportbug (0.2.1) experimental; urgency=low + + * Non-maintainer upload + * Replaces the dh_python call with dh_pycentral and adjust the + build-depends. + * Replaces Depends on python2.3-x packages with python2.4-x packages. + + -- Patrick Winnertz <[EMAIL PROTECTED]> Sat, 19 May 2007 11:50:55 +0200 + gnome-reportbug (0.2) experimental; urgency=low * Bump the reportbug dependency, to ensure that the newest core patch diff -Nru /tmp/PcsOiQ6MzR/gnome-reportbug-0.2/debian/control /tmp/jLKuuqPHFi/gnome-reportbug-0.2.1/debian/control --- /tmp/PcsOiQ6MzR/gnome-reportbug-0.2/debian/control 2006-08-13 18:04:03.000000000 +0200 +++ /tmp/jLKuuqPHFi/gnome-reportbug-0.2.1/debian/control 2007-05-19 11:47:42.000000000 +0200 @@ -2,12 +2,14 @@ Section: utils Priority: extra Maintainer: Philipp Kern <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 4.0.0), python-central +XS-Python-Version: 2.4 Standards-Version: 3.7.2 Package: gnome-reportbug Architecture: all -Depends: reportbug (>= 3.23), python2.3-gtk2, python2.3-gnome2 +XB-Python-Version: 2.4 +Depends: reportbug (>= 3.23), python2.4-gtk2, python2.4-gnome2 Description: reports bugs in the Debian distribution (Gnome frontend) reportbug is a tool designed to make the reporting of bugs in Debian and derived distributions relatively painless. diff -Nru /tmp/PcsOiQ6MzR/gnome-reportbug-0.2/debian/rules /tmp/jLKuuqPHFi/gnome-reportbug-0.2.1/debian/rules --- /tmp/PcsOiQ6MzR/gnome-reportbug-0.2/debian/rules 2006-08-12 17:43:38.000000000 +0200 +++ /tmp/jLKuuqPHFi/gnome-reportbug-0.2.1/debian/rules 2007-05-19 11:43:33.000000000 +0200 @@ -34,7 +34,7 @@ dh_strip dh_compress dh_fixperms - dh_python + dh_pycentral dh_installdeb dh_shlibdeps dh_gencontrol

