Procházet zdrojové kódy

Switch to python-support. Closes: #583114

Jelmer Vernooij před 15 roky
rodič
revize
f22146b125
3 změnil soubory, kde provedl 8 přidání a 4 odebrání
  1. 6 0
      debian/changelog
  2. 1 1
      debian/control
  3. 1 3
      debian/rules

+ 6 - 0
debian/changelog

@@ -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

+ 1 - 1
debian/control

@@ -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 - 3
debian/rules

@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_PYCENTRAL=nomove
-
-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