From 38219cdc80ae22e4fa219a7f7af32bab69067fd6 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 26 May 2015 10:47:21 +0200 Subject: [PATCH] Build-Depends imposes libgit2-dev (>= 0.22) --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5b9cfb..3ec9f4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/control b/debian/control index f4d6b3c..301070c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, libffi-dev, - libgit2-dev, + libgit2-dev (>= 0.22), python-all-dev, python-cffi, python-pycparser,