[Pkg-voip-commits] [ring] 08/12: gsm is distro provided

Alexandre Viau aviau at moszumanska.debian.org
Sat Apr 2 17:56:13 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 5314cc32ec3e9ca46834d98f5d479be7c89a0afd
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Apr 2 02:20:46 2016 -0400

    gsm is distro provided
---
 debian/patches/check-for-gsm.patch | 11 +++++++++++
 debian/patches/series              |  1 +
 debian/rules                       |  1 -
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/patches/check-for-gsm.patch b/debian/patches/check-for-gsm.patch
new file mode 100644
index 0000000..a1d47e7
--- /dev/null
+++ b/debian/patches/check-for-gsm.patch
@@ -0,0 +1,11 @@
+--- a/daemon/contrib/src/gsm/rules.mak
++++ b/daemon/contrib/src/gsm/rules.mak
+@@ -4,6 +4,8 @@
+ 
+ PKGS += gsm
+ 
++PKGS_FOUND += gsm
++
+ $(TARBALLS)/libgsm_$(GSM_VERSION).tar.gz:
+ 	$(call download,$(GSM_URL))
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2251a5f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+check-for-gsm.patch
diff --git a/debian/rules b/debian/rules
index b9cd81a..eafa4d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,6 @@ 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-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