From 12db42a7ddb0f9b6cbb27327ce377cacc65a7a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 2 Jan 2017 23:58:22 +0100 Subject: [PATCH] Drop unnecessary Depends on python-cffi (Closes: #849744) Change-Id: I3a61c56576cb39d4e05b23c6c46fb8def23337d8 --- debian/changelog | 6 ++++++ debian/control | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1395a88..d995cb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pygit2 (0.24.2-2) unstable; urgency=medium + + * Drop unnecessary Depends on python-cffi (Closes: #849744) + + -- Ondřej Nový Mon, 02 Jan 2017 23:58:16 +0100 + python-pygit2 (0.24.2-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index eacd5a9..4e0a3db 100644 --- a/debian/control +++ b/debian/control @@ -26,8 +26,7 @@ Homepage: https://github.com/libgit2/pygit2 Package: python-pygit2 Architecture: any -Depends: python-cffi (>= 0.9.2), - ${misc:Depends}, +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, Suggests: python-pygit2-doc, @@ -40,8 +39,7 @@ Description: bindings for libgit2 - Python 2.x Package: python3-pygit2 Architecture: any -Depends: python3-cffi (>= 0.9.2), - ${misc:Depends}, +Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Suggests: python-pygit2-doc,