From b6568d4ea2fc0e505f97eef565499eb6b3943170 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Thu, 12 Apr 2012 22:51:50 +1000 Subject: [PATCH] added dependency between libgit2-dev and libgit2-0 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 467eb495d..084f05e22 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Homepage: http://libgit2.github.com/ Package: libgit2-dev Architecture: any Section: libdevel -Depends: ${misc:Depends}, +Depends: libgit2-0 (= ${binary:Version}), + ${misc:Depends} Description: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a