Browse Source

Run wrap-and-sort.

Jelmer Vernooij 6 years ago
parent
commit
13d007c128
2 changed files with 33 additions and 5 deletions
  1. 6 0
      debian/changelog
  2. 27 5
      debian/control

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dulwich (0.19.6-4) UNRELEASED; urgency=medium
+
+  * Run wrap-and-sort.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Mon, 05 Nov 2018 19:12:20 +0000
+
 dulwich (0.19.6-3) unstable; urgency=medium
 
   * Add debian/upstream/metadata.

+ 27 - 5
debian/control

@@ -4,14 +4,32 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jelmer@debian.org>
 Homepage: https://www.dulwich.io/
-Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9.20160114), python-unittest2, git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32 !ia64], python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev [!hurd-any !m68k !sh4 !x32 !hppa !powerpcspe], dh-python, python-certifi, python3-certifi, python-urllib3, python3-urllib3
+Build-Depends: debhelper (>= 9.20160114),
+               dh-python,
+               git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32 !ia64],
+               pypy-dev [!hurd-any !m68k !sh4 !x32 !hppa !powerpcspe],
+               python-all-dbg (>= 2.6.6-3),
+               python-all-dev (>= 2.6.6-3),
+               python-certifi,
+               python-fastimport (>= 0.9.0~bzr293),
+               python-unittest2,
+               python-urllib3,
+               python3-all-dbg,
+               python3-all-dev,
+               python3-certifi,
+               python3-fastimport,
+               python3-urllib3
 Standards-Version: 4.1.1
 Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
 Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
 
 Package: python-dulwich
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-urllib3, python-certifi
+Depends: python-certifi,
+         python-urllib3,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
 Recommends: python-fastimport
 Description: Python Git library
@@ -27,9 +45,9 @@ Description: Python Git library
  This package contains the module built for Python version 2.x.
 
 Package: pypy-dulwich
-Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x alpha kfreebsd-any powerpc ppc64 sparc64
+Architecture: kfreebsd-any alpha amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64
 Provides: ${pypy:Provides}
-Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends}
 Recommends: pypy-fastimport
 Description: Python Git library - pypy module
  Dulwich is a Python implementation of the file formats and protocols
@@ -45,7 +63,11 @@ Description: Python Git library - pypy module
 
 Package: python3-dulwich
 Architecture: any
-Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3-urllib3, python3-certifi
+Depends: python3-certifi,
+         python3-urllib3,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.2)
 Recommends: python3-fastimport
 Description: Python Git library - Python3 module