Răsfoiți Sursa

releasing version 0.7.1-2

Jelmer Vernooij 14 ani în urmă
părinte
comite
7e8cf73313
3 a modificat fișierele cu 7 adăugiri și 2 ștergeri
  1. 6 0
      debian/changelog
  2. 0 1
      debian/control
  3. 1 1
      debian/rules

+ 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
 
   * Add missing Breaks: field to python-dulwich.

+ 0 - 1
debian/control

@@ -13,7 +13,6 @@ Architecture: any
 Provides: ${python:Provides}
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: python-fastimport
-Breaks: ${python:Breaks}
 Description: Python Git library
  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 

+ 1 - 1
debian/rules

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