[Pkg-voip-commits] [sngrep] 02/06: remove libssl-dev and use gnutls-dev

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Mon Nov 9 22:47:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

maniac-guest pushed a commit to branch vseva/1.1.0
in repository sngrep.

commit 2ea973d74c0a3a1e059f6a62d941981f9d1e1b6a
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Tue Oct 27 22:26:27 2015 +0100

    remove libssl-dev and use gnutls-dev
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8f34a74..fc8847e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Uploaders: Ivan Alonso <kaian at irontec.com>,
            Victor Seva <linuxmaniac at torreviejawireless.org>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
+               libgnutls28-dev | gnutls-dev,
                libncurses5-dev,
                libncursesw5-dev,
                libpcap-dev,
-               libpcre3-dev,
-               libssl-dev
+               libpcre3-dev
 Standards-Version: 3.9.6
 Homepage: https://github.com/irontec/sngrep
 Vcs-git: git://anonscm.debian.org/pkg-voip/sngrep.git
diff --git a/debian/rules b/debian/rules
index 490e044..ec4ac57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 override_dh_auto_configure:
-	dh_auto_configure -- --with-openssl --with-pcre \
+	dh_auto_configure -- --with-gnutls --with-pcre \
 		--enable-unicode --enable-ipv6
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sngrep.git



More information about the Pkg-voip-commits mailing list