[Pkg-voip-commits] [sngrep] 03/04: remove libssl-dev and use gnutls-dev
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Tue Oct 27 22:15:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch pre_1.1.0
in repository sngrep.
commit caabbc05eb53a0b7e604ccfb564e8d71b0f189db
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