Here is the corrected version. 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/U3V3AEyO8G/gnome-reportbug-0.2/debian/changelog /tmp/EhFe433G9m/gnome-reportbug-0.2.1/debian/changelog --- /tmp/U3V3AEyO8G/gnome-reportbug-0.2/debian/changelog 2006-08-13 18:03:10.000000000 +0200 +++ /tmp/EhFe433G9m/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/U3V3AEyO8G/gnome-reportbug-0.2/debian/control /tmp/EhFe433G9m/gnome-reportbug-0.2.1/debian/control --- /tmp/U3V3AEyO8G/gnome-reportbug-0.2/debian/control 2006-08-13 18:04:03.000000000 +0200 +++ /tmp/EhFe433G9m/gnome-reportbug-0.2.1/debian/control 2007-05-19 13:32:19.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: current Standards-Version: 3.7.2 Package: gnome-reportbug Architecture: all -Depends: reportbug (>= 3.23), python2.3-gtk2, python2.3-gnome2 +XB-Python-Version: current +Depends: reportbug (>= 3.23), python-gtk2, python-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/U3V3AEyO8G/gnome-reportbug-0.2/debian/rules /tmp/EhFe433G9m/gnome-reportbug-0.2.1/debian/rules --- /tmp/U3V3AEyO8G/gnome-reportbug-0.2/debian/rules 2006-08-12 17:43:38.000000000 +0200 +++ /tmp/EhFe433G9m/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

