Depends on version >= 0.9.2 of python-cffi (Closes: #788095).
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
python-pygit2 (0.22.0-3) unstable; urgency=medium
|
||||
|
||||
* Depends on version >= 0.9.2 of python-cffi (Closes: #788095).
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Wed, 10 Jun 2015 17:39:37 +0200
|
||||
|
||||
python-pygit2 (0.22.0-2) unstable; urgency=medium
|
||||
|
||||
* Removed broken unit tests (Closes: #786509).
|
||||
|
||||
10
debian/control
vendored
10
debian/control
vendored
@@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 9),
|
||||
libffi-dev,
|
||||
libgit2-dev (>= 0.22),
|
||||
python-all-dev,
|
||||
python-cffi,
|
||||
python-cffi (>= 0.9.2),
|
||||
python-pycparser,
|
||||
python-setuptools,
|
||||
python-sphinx,
|
||||
python3-all-dev,
|
||||
python3-cffi,
|
||||
python3-cffi (>= 0.9.2),
|
||||
python3-pycparser,
|
||||
python3-setuptools,
|
||||
Standards-Version: 3.9.6
|
||||
@@ -24,7 +24,8 @@ Homepage: https://github.com/libgit2/pygit2
|
||||
Package: python-pygit2
|
||||
Architecture: any
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Depends: ${misc:Depends},
|
||||
Depends: python-cffi (>= 0.9.2),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
${shlibs:Depends},
|
||||
Suggests: python-pygit2-doc,
|
||||
@@ -38,7 +39,8 @@ Description: bindings for libgit2 - Python 2.x
|
||||
Package: python3-pygit2
|
||||
Architecture: any
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Depends: ${misc:Depends},
|
||||
Depends: python3-cffi (>= 0.9.2),
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
${shlibs:Depends},
|
||||
Suggests: python-pygit2-doc,
|
||||
|
||||
Reference in New Issue
Block a user