Browse Source

New upstream release.

Jelmer Vernooij 9 years ago
parent
commit
acf558a5fd
2 changed files with 11 additions and 3 deletions
  1. 8 2
      debian/changelog
  2. 3 1
      debian/control

+ 8 - 2
debian/changelog

@@ -1,8 +1,14 @@
-dulwich (0.12.0-2) UNRELEASED; urgency=medium
+dulwich (0.13.0-1) UNRELEASED; urgency=medium
 
 
+  [ Jelmer Vernooij ]
+  * New upstream release.
+   + Add Build-Depends: python3-fastimport.
+   + Add Recommends: python3-fastimport to python3-dulwich.
+
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
   * Fixed VCS URL (https)
 
 
- -- Ondřej Nový <novy@ondrej.org>  Tue, 29 Mar 2016 21:29:06 +0200
+ -- Jelmer Vernooij <jelmer@debian.org>  Sun, 24 Apr 2016 15:34:54 +0000
 
 
 dulwich (0.12.0-1) unstable; urgency=medium
 dulwich (0.12.0-1) unstable; urgency=medium
 
 

+ 3 - 1
debian/control

@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jelmer@debian.org>
 Uploaders: Jelmer Vernooij <jelmer@debian.org>
 Homepage: http://samba.org/~jelmer/dulwich
 Homepage: http://samba.org/~jelmer/dulwich
-Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293), pypy-dev, dh-python
+Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev, dh-python
 Standards-Version: 3.9.6
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.7
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
 X-Python3-Version: >= 3.2
@@ -51,6 +51,7 @@ Package: pypy-dulwich
 Architecture: any
 Architecture: any
 Provides: ${pypy:Provides}
 Provides: ${pypy:Provides}
 Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: pypy-fastimport
 Description: Python Git library - pypy module
 Description: Python Git library - pypy module
  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
@@ -68,6 +69,7 @@ Architecture: any
 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
 Breaks: bzr-git (<< 0.6.2)
 Suggests: python3-dulwich-dbg
 Suggests: python3-dulwich-dbg
+Recommends: python3-fastimport
 Description: Python Git library - Python3 module
 Description: Python Git library - Python3 module
  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