[Pkg-voip-commits] [ring] 19/19: tarball repacking: choose compression automatically

Alexandre Viau aviau at moszumanska.debian.org
Sat Mar 26 16:43:59 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 7403958b71bf98bb644d528691199a01d9def1db
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Mar 26 12:42:38 2016 -0400

    tarball repacking: choose compression automatically
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a5b2415..253374e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_configure:
 	# Create tarballs
 	for i in $(CURDIR)/daemon/contrib/tarballs-unpacked/*; do \
 		projectname=`basename $$i` && \
-		cd $$i && tar -czf ../../tarballs/$$projectname.tar.gz * && \
+		cd $$i && tar -caf ../../tarballs/$$projectname * && \
 		echo "Repacked $$projectname"; \
 	done
 

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