[Pkg-voip-commits] [ring] 02/12: Exclude gsm from tarball
Alexandre Viau
aviau at moszumanska.debian.org
Sat Apr 2 17:55:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository ring.
commit 8e1990abdf18baf2a183b8a82e2b2a381eacfd0a
Author: aviau <alexandre at alexandreviau.net>
Date: Sat Apr 2 01:45:03 2016 -0400
Exclude gsm from tarball
---
debian/control | 1 +
debian/copyright | 1 +
debian/rules | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 16ae104..b444592 100644
--- a/debian/control
+++ b/debian/control
@@ -54,6 +54,7 @@ Build-Depends: debhelper (>= 9),
libudev-dev,
libticonv-dev,
libssl-dev,
+ libgsm1-dev,
nettle-dev
Standards-Version: 3.9.7
Homepage: http://ring.cx
diff --git a/debian/copyright b/debian/copyright
index 6e1e876..ae50101 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,6 +29,7 @@ Files-Excluded: client-windows/*
daemon/contrib/tarballs/yaml-cpp*
daemon/contrib/tarballs/zlib*
daemon/contrib/tarballs/x264*
+ daemon/contrib/tarballs/gsm*
Files: *
diff --git a/debian/rules b/debian/rules
index 5a84eb5..b9cd81a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_configure:
# Prevent bootstrap script from verifying checksums
mkdir -p daemon/contrib/native
- touch daemon/contrib/native/.sum-gsm
+ #touch daemon/contrib/native/.sum-gsm
touch daemon/contrib/native/.sum-iax
touch daemon/contrib/native/.sum-msgpack
touch daemon/contrib/native/.sum-opendht
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git
More information about the Pkg-voip-commits
mailing list