Jelajahi Sumber

* Team upload.
* Fix python3 depends
* Remove obsolete provides

Jelmer Vernooij 9 tahun lalu
induk
melakukan
aaced44ff0
2 mengubah file dengan 9 tambahan dan 7 penghapusan
  1. 6 0
      debian/changelog
  2. 3 7
      debian/control

+ 6 - 0
debian/changelog

@@ -1,7 +1,13 @@
 dulwich (0.11.2-1) UNRELEASED; urgency=medium
 
+  [ Jelmer Vernooij ]
   * New upstream release.
 
+  [ Scott Kitterman ]
+  * Team upload.
+  * Fix python3 depends. Closes: #799185
+  * Remove obsolete provides.
+
  -- Jelmer Vernooij <jelmer@debian.org>  Sat, 19 Sep 2015 00:19:21 +0000
 
 dulwich (0.11.1-1) unstable; urgency=medium

+ 3 - 7
debian/control

@@ -14,7 +14,6 @@ XS-Testsuite: autopkgtest
 
 Package: python-dulwich
 Architecture: any
-Provides: ${python:Provides}
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
 Suggests: python-dulwich-dbg
@@ -36,7 +35,6 @@ Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-dbg, python-dulwich (= ${binary:Version})
 Priority: extra
 Section: debug
-Provides: ${python:Provides}
 Description: Python Git library - Debug Extension
  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
@@ -67,10 +65,9 @@ Description: Python Git library - pypy module
 
 Package: python3-dulwich
 Architecture: any
-Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
-Suggests: python-dulwich-dbg
+Suggests: python3-dulwich-dbg
 Description: Python Git library - Python3 module
  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
@@ -85,10 +82,9 @@ Description: Python Git library - Python3 module
 
 Package: python3-dulwich-dbg
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python3-dbg, python3-dulwich (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, python3-dbg, python3-dulwich (= ${binary:Version})
 Priority: extra
 Section: debug
-Provides: ${python:Provides}
 Description: Python Git library - Python 3 Debug Extension
  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