2
0
Эх сурвалжийг харах

releasing version 0.7.1-2

Jelmer Vernooij 14 жил өмнө
parent
commit
7e8cf73313

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dulwich (0.7.1-2) unstable; urgency=low
+
+  * Explicitly make debhelper use dh_python2. Closes: #626414
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Wed, 11 May 2011 22:29:56 +0200
+
 dulwich (0.7.1-1) unstable; urgency=low
 dulwich (0.7.1-1) unstable; urgency=low
 
 
   * Add missing Breaks: field to python-dulwich.
   * Add missing Breaks: field to python-dulwich.

+ 0 - 1
debian/control

@@ -13,7 +13,6 @@ Architecture: any
 Provides: ${python:Provides}
 Provides: ${python:Provides}
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: python-fastimport
 Recommends: python-fastimport
-Breaks: ${python:Breaks}
 Description: Python Git library
 Description: Python Git library
  Dulwich is a Python implementation of the file formats and protocols 
  Dulwich is a Python implementation of the file formats and protocols 
  used by the Git version control system. It can currently read from and write 
  used by the Git version control system. It can currently read from and write 

+ 1 - 1
debian/rules

@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #!/usr/bin/make -f
 
 
 %:
 %:
-	dh --buildsystem=python_distutils $*
+	dh --buildsystem=python_distutils --with python2 $*
 
 
 override_dh_auto_test:
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))