diff -ur t/bzr-1.1/debian/control bzr-1.1/debian/control --- t/bzr-1.1/debian/control 2008-02-07 07:22:30.000000000 -0700 +++ bzr-1.1/debian/control 2008-02-07 06:39:33.000000000 -0700 @@ -4,7 +4,7 @@ Maintainer: Robert Collins XSBC-Original-Maintainer: Debian Bazaar Maintainers Uploaders: Rob Weir , Jeff Bailey , Adeodato Simó , Wouter van Heyst , Reinhard Tartler -Build-Depends: debhelper, cdbs, quilt, python, python-all-dev, python-central, python-docutils +Build-Depends: debhelper, cdbs, quilt, python, python-dev, python-support, python-docutils Standards-Version: 3.7.2 XS-Python-Version: >= 2.4 VCS-Bzr: http://bzr.debian.org/pkg-bazaar/bzr/unstable diff -ur t/bzr-1.1/debian/rules bzr-1.1/debian/rules --- t/bzr-1.1/debian/rules 2008-02-07 07:22:30.000000000 -0700 +++ bzr-1.1/debian/rules 2008-02-07 06:32:53.000000000 -0700 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM = pycentral +DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk