@@ -1,3 +1,9 @@
+dulwich (0.6.0-4) unstable; urgency=low
+
+ * Switch to python-support. Closes: #583114
+ -- Jelmer Vernooij <jelmer@debian.org> Sun, 30 May 2010 20:12:30 +0200
dulwich (0.6.0-3) unstable; urgency=low
* Clean up properly in clean target. Closes: #583130
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Homepage: http://samba.org/~jelmer/dulwich
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-nose, git
+Build-Depends: python-support (>= 0.90), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-nose, git
Standards-Version: 3.8.4
XS-Python-Version: >= 2.4
Vcs-Bzr: http://bzr.debian.org/users/jelmer/dulwich/unstable
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
-export DH_PYCENTRAL=nomove
+DEB_PYTHON_SYSTEM=pysupport
-
-DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk