From 0cdcc6b72c643e5f3c9dbca0743286c1c28a7de7 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 9 Sep 2015 07:24:11 +0000 Subject: [PATCH] changelog closes #796657 --- debian/changelog | 3 ++- debian/control | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d30dcd1..5ce5c32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 08 Sep 2015 08:30:14 +0000 diff --git a/debian/control b/debian/control index 2ac78b4..d236e08 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Thomas Goirand , 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