瀏覽代碼

Switch to dh_python2.

Jelmer Vernooij 14 年之前
父節點
當前提交
866a133f75
共有 3 個文件被更改,包括 8 次插入5 次删除
  1. 6 0
      debian/changelog
  2. 2 3
      debian/control
  3. 0 2
      debian/rules

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dulwich (0.7.0-2) UNRELEASED; urgency=low
+
+  * Switch to dh_python2.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Mon, 07 Mar 2011 03:19:45 +0100
+
 dulwich (0.7.0-1) unstable; urgency=low
 
   * New upstream release.

+ 2 - 3
debian/control

@@ -3,16 +3,15 @@ Section: python
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer@debian.org>
 Homepage: http://samba.org/~jelmer/dulwich
-Build-Depends: python-support (>= 0.90), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-testtools, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
+Build-Depends: cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3), debhelper (>= 5.0.37.2), python-testtools, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
 Standards-Version: 3.9.1
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 Vcs-Bzr: http://bzr.debian.org/users/jelmer/dulwich/unstable
 
 Package: python-dulwich
 Architecture: any
 Provides: ${python:Provides}
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-XB-Python-Version: ${python:Versions}
 Recommends: python-fastimport
 Description: Python Git library
  Dulwich is a Python implementation of the file formats and protocols 

+ 0 - 2
debian/rules

@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk