[Pkg-voip-commits] [ring] 06/19: tar -cf -> tar -czf

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 be851880862c76f4be448849dbcf0e75f0cde2a2
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Mar 25 21:49:20 2016 -0400

    tar -cf -> tar -czf
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d931e8f..d563748 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_configure:
 	# Create tarballs
 	for i in `find daemon/contrib/tarballs-unpacked/`; do \
 		projectname=`basename $$i` && \
-		cd $$i && tar -cf ../tarballs/$$(projectname).tar.gz * && \
+		cd $$i && tar -czf ../tarballs/$$(projectname).tar.gz * && \
 		echo "Repacked $$projectname"; \
 	done
 
@@ -141,7 +141,7 @@ get-orig-source:
 	rm -rf ${tmpdir}/ring-project/daemon/contrib/tarballs
 
 	# Create the new tarball
-	cd  ${tmpdir} && tar -cf ${workdir}/ring_version.orig.tar.gz ring-project
+	cd  ${tmpdir} && tar -czf ${workdir}/ring_version.orig.tar.gz ring-project
 
 	# Clear the temp dir
 	rm -rf ${tmpdir}

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