From b17745bc037427ff077affd4ab1e4478bc21ae76 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sun, 6 May 2018 17:37:56 +0530 Subject: [PATCH] Update dependency, replace curl with mbedTLS --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c9a1732fd..35fc2cf39 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Russell Sim Build-Depends: debhelper (>= 11), python-minimal (>= 2.4.0), pkg-config, - cmake, libz-dev, libcurl4-gnutls-dev, + cmake, libz-dev, libmbedtls-dev, libssh2-1-dev, libhttp-parser-dev, libkrb5-dev Standards-Version: 4.1.3 Homepage: https://libgit2.github.com/ @@ -17,7 +17,7 @@ Architecture: any Section: libdevel Multi-Arch: same Depends: libgit2-26 (= ${binary:Version}), libz-dev, - libcurl4-gnutls-dev, libssh2-1-dev, + libmbedtls-dev, libssh2-1-dev, libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends} Description: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git