From 30b8697c7be5101e3470539b018db9051f077893 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Sun, 7 Jul 2013 10:31:01 +1000 Subject: [PATCH] Added correct dependencies to development package. --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 4dfaf1999..b1b8f4ff3 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Homepage: http://libgit2.github.com/ Package: libgit2-dev Architecture: any Section: libdevel -Depends: libgit2-0 (= ${binary:Version}), - ${misc:Depends} +Depends: libgit2-0 (= ${binary:Version}), libz-dev, libssl-dev, + ${shlibs:Depends}, ${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 @@ -43,4 +43,3 @@ Description: libgit2 library and debugging symbols This package contains detached debugging symbols. . Most people will not need this package. -