diff -ru buildbot-0.7.5/debian/control buildbot-0.7.5-new/debian/control
--- buildbot-0.7.5/debian/control	2007-06-06 11:30:57.000000000 +1000
+++ buildbot-0.7.5-new/debian/control	2007-06-05 16:36:05.000000000 +1000
@@ -2,14 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Matthias Klose <doko@debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python (>= 2.3.5-10), python-twisted (>= 2.2), texinfo
-XS-Python-Version: all
+Build-Depends: debhelper (>= 5.0.37.1), python, python-twisted, texinfo
 Standards-Version: 3.7.2
 
 Package: buildbot
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core (>= 2.2), python-twisted-mail, python-twisted-web, python-twisted-words, adduser
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted, adduser
 Description: a system to automate the compile/test cycle
  The BuildBot is a system to automate the compile/test cycle required
  by most software projects to validate code changes. By automatically
diff -ru buildbot-0.7.5/debian/rules bb-new/buildbot-0.7.5/debian/rules
--- buildbot-0.7.5/debian/rules	2007-06-06 11:30:57.000000000 +1000
+++ buildbot-0.7.5-new/debian/rules	2007-06-05 16:31:27.000000000 +1000
@@ -66,7 +66,8 @@
 	dh_link
 	dh_compress
 	dh_fixperms
-	dh_pycentral
+	dh_python
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
