[Pkg-voip-commits] [ring] 08/19: Fixed tarball creation

Alexandre Viau aviau at moszumanska.debian.org
Sat Mar 26 16:43:57 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 8e9a3e3c07353426038908c332fd1123f7b7d1de
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Mar 25 21:57:10 2016 -0400

    Fixed tarball creation
---
 debian/rules | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d563748..a572e2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+TMP = $(CURDIR)/debian
+
 %:
 	dh $@
 
@@ -11,12 +13,20 @@ override_dh_auto_configure:
 	mkdir -p daemon/contrib/tarballs
 
 	# Create tarballs
-	for i in `find daemon/contrib/tarballs-unpacked/`; do \
+	for i in $(CURDIR)/daemon/contrib/tarballs-unpacked/*; do \
 		projectname=`basename $$i` && \
-		cd $$i && tar -czf ../tarballs/$$(projectname).tar.gz * && \
+		cd $$i && tar -czf ../../tarballs/$$projectname.tar.gz * && \
 		echo "Repacked $$projectname"; \
 	done
 
+	# 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
+	touch daemon/contrib/native/.sum-pjproject
+
 	###########################
 	## Ring Daemon configure ##
 	###########################

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