From 981af8332021873f318f971a786b77e4c8f44696 Mon Sep 17 00:00:00 2001 From: "srinivasa.m" Date: Thu, 18 Apr 2019 18:53:07 +0530 Subject: [PATCH] removing gnutls dependency Change-Id: I5fef4809fa935cbc7367208349c31efe37ab4198 --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 385dce3..b8c9443 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,17 @@ Section: net Priority: extra Maintainer: Sampath Kumar Chitra Uploaders: Sampath Kumar Chitra -Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev (>= 2.21.3), pkg-config, libxml2-dev, libgnutls-dev, libssl-dev +Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev (>= 2.21.3), pkg-config, libxml2-dev, libssl-dev Standards-Version: 0.1.0 Package: liboauth Section: libs Architecture: any -Depends: libgnutls26 Replaces: libsoup2.4-1 Description: library implementing the OAuth secure authentication protocol (shared libs) Package: liboauth-dev Section: libdevel Architecture: any -Depends: liboauth (= ${binary:Version}), libglib2.0-dev (>= 2.18.1), libxml2-dev, pkg-config, libgnutls-dev, libssl-dev +Depends: liboauth (= ${binary:Version}), libglib2.0-dev (>= 2.18.1), libxml2-dev, pkg-config, libssl-dev Description: library implementing the OAuth secure authentication protocol (development files) -- 2.7.4