Package: python-git Version: 1.0.1+git137-gc8b8379-2 Followup-For: Bug #774903
Ping. Attached is an update patch for adding the python3 package to the last versin of python-git. I've kept Mattia in the changelog as he's really done all the work. Also this is just adding the new package, not switching to pybuild and tweaking other bits. Running wrap-and-sort is probably still recommended though . -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf, armel Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python-git depends on: ii git [git-core] 1:2.6.2-1 ii git-core 1:2.6.2-1 ii libjs-jquery 1.11.3+dfsg-4 ii python 2.7.9-1 ii python-gitdb 0.6.4-3 python-git recommends no packages. Versions of packages python-git suggests: ii python-smmap 0.9.0-2 -- no debconf information
diff --git a/debian/changelog b/debian/changelog index 0ffed44..27c2e8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-git (1.0.1+git137-gc8b8379-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + + -- Sjoerd Simons <sjo...@debian.org> Wed, 02 Dec 2015 20:14:07 +0100 + python-git (1.0.1+git137-gc8b8379-2) unstable; urgency=medium [ SVN-Git Migration ] diff --git a/debian/control b/debian/control index 75d5410..3914b1d 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,24 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> Uploaders: Vincent Bernat <ber...@debian.org>, - TANIGUCHI Takaki <tak...@debian.org> -Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9), - python-sphinx, - python-nose, python-smmap (>= 0.8.3~), python-gitdb (>= 0.6.4), python-mock, - git, + TANIGUCHI Takaki <tak...@debian.org> +Build-Depends: debhelper (>= 7.0.50~), + dh-python, + git, + python, + python-gitdb (>= 0.6.4), + python-mock, + python-nose, + python-setuptools (>= 0.6a9), + python-smmap (>= 0.8.3~), + python-sphinx, + python3, + python3-gitdb (>= 0.6.4), + python3-mock, + python3-nose, + python3-setuptools (>= 0.6a9), + python3-smmap (>= 0.8.3~), + python3-sphinx Standards-Version: 3.9.6 Homepage: https://github.com/gitpython-developers/GitPython X-Python-Version: >= 2.7 @@ -16,15 +29,31 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-git. Package: python-git Architecture: all -Depends: ${python:Depends}, - git (>= 1:1.7) | git-core (>= 1:1.5.3.7), - ${misc:Depends}, - libjs-jquery, - python-gitdb (>= 0.6.4) -Suggests: - python-smmap +Depends: git (>= 1:1.7) | git-core (>= 1:1.5.3.7), + libjs-jquery, + python-gitdb (>= 0.6.4), + ${misc:Depends}, + ${python:Depends} +Suggests: python-smmap +XB-Python-Version: ${python:Versions} Description: Python library to interact with Git repositories python-git provides object model access to a Git repository, so Python can be used to manipulate it. Repository objects can be opened or created, which can then be traversed to find parent commit(s), trees, blobs, etc. -XB-Python-Version: ${python:Versions} + . + This package provides the python2 build. + +Package: python3-git +Architecture: all +Depends: git (>= 1:1.7) | git-core (>= 1:1.5.3.7), + libjs-jquery, + python3-gitdb (>= 0.6.4), + ${misc:Depends}, + ${python3:Depends} +XB-Python-Version: ${python3:Versions} +Description: Python library to interact with Git repositories - python3 package + python-git provides object model access to a Git repository, so Python can be + used to manipulate it. Repository objects can be opened or created, which can + then be traversed to find parent commit(s), trees, blobs, etc. + . + This package provides the python3 build.