[Pkg-voip-commits] [ring] 03/05: get-orig-source: strip files from pjproject

Alexandre Viau aviau at moszumanska.debian.org
Fri Apr 1 18:54:47 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 bd921a2b9d84316c3f6f944258f6a61921b022cd
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Apr 1 14:47:21 2016 -0400

    get-orig-source: strip files from pjproject
---
 debian/rules | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/rules b/debian/rules
index fc5b3a6..0421581 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,6 +162,17 @@ get-orig-source:
 		echo "Unpacked $$projectname"; \
     done
 
+	###################
+	## Exclude files ##
+	###################
+
+    ## pjproject
+	rm -rf  ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/pjproject-*/pjproject-*/third_party/g7221 # non-distributable (requires a license from Polycom)
+	rm -rf  ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/pjproject-*/pjproject-*/third_party/libc # non distributable (the version included with pjproject)
+	rm -rf  ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/pjproject-*/pjproject-*/third_party/milenage # non distributable
+	rm -rf  ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/pjproject-*/pjproject-*/third_party/BaseClasses # non distributable (?)
+	rm -f ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/pjproject-*/pjproject-*/pjmedia/src/pjmedia-audiodev/s60_g729_bitstream.h # non distributable
+
 	# Remove all contrib tarballs
 	rm -rf ${tmpdir}/ring-project/daemon/contrib/tarballs
 

-- 
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