浏览代码

Add missing Breaks: field to python-dulwich.

Jelmer Vernooij 14 年之前
父节点
当前提交
816a1f7d7c
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 6 0
      debian/changelog
  2. 1 0
      debian/control

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dulwich (0.7.0-3) UNRELEASED; urgency=low
+
+  * Add missing Breaks: field to python-dulwich.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Mon, 07 Mar 2011 04:26:27 +0100
+
 dulwich (0.7.0-2) unstable; urgency=low
 dulwich (0.7.0-2) unstable; urgency=low
 
 
   * Switch to dh_python2.
   * Switch to dh_python2.

+ 1 - 0
debian/control

@@ -13,6 +13,7 @@ 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