changelog closes #796657
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
python-pygit2 (0.23.0-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release (Closes: #797185).
|
||||
* New upstream release (Closes: #797185):
|
||||
- Fixes can't import in Python3 (Closes: #796657).
|
||||
* Refreshed and rebased patches.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Tue, 08 Sep 2015 08:30:14 +0000
|
||||
|
||||
5
debian/control
vendored
5
debian/control
vendored
@@ -6,7 +6,7 @@ Uploaders: Thomas Goirand <zigo@debian.org>,
|
||||
Build-Depends: debhelper (>= 9),
|
||||
dh-python,
|
||||
libffi-dev,
|
||||
libgit2-dev (>= 0.22),
|
||||
libgit2-dev (>= 0.23),
|
||||
python-all-dev,
|
||||
python-cffi (>= 0.9.2),
|
||||
python-pycparser,
|
||||
@@ -23,7 +23,6 @@ Homepage: https://github.com/libgit2/pygit2
|
||||
|
||||
Package: python-pygit2
|
||||
Architecture: any
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Depends: python-cffi (>= 0.9.2),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
@@ -38,7 +37,6 @@ Description: bindings for libgit2 - Python 2.x
|
||||
|
||||
Package: python3-pygit2
|
||||
Architecture: any
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Depends: python3-cffi (>= 0.9.2),
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
@@ -54,7 +52,6 @@ Description: bindings for libgit2 - Python 3.x
|
||||
Package: python-pygit2-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Depends: ${misc:Depends},
|
||||
${sphinxdoc:Depends},
|
||||
Description: bindings for libgit2 - doc
|
||||
|
||||
Reference in New Issue
Block a user