Build-Depends imposes libgit2-dev (>= 0.22)

This commit is contained in:
Thomas Goirand
2015-05-26 10:47:21 +02:00
parent 83cc3bc8de
commit 38219cdc80
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@@ -1,6 +1,8 @@
python-pygit2 (0.22.0-1) unstable; urgency=medium
* New upstream release.
* New upstream release:
- Adds support for libgit2 >= 0.22 which unfortunately is incompatible
with previous version, so we restrict to that (Closes: #786597).
* Ran wrap-and-sort.
* Removed version in Build-Depends on python{3,}-all-dev.
* Overrides dh_auto_clean to allow easier gbp builds.

2
debian/control vendored
View File

@@ -6,7 +6,7 @@ Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
libffi-dev,
libgit2-dev,
libgit2-dev (>= 0.22),
python-all-dev,
python-cffi,
python-pycparser,