Build-Depends imposes libgit2-dev (>= 0.22)
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
2
debian/control
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user