[Pkg-voip-commits] [ring] 16/19: get-orig-source: keep extension in folder name

Alexandre Viau aviau at moszumanska.debian.org
Sat Mar 26 16:43:58 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 d2849dc4b673e9b319fd409ece18898216022ec1
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Mar 26 12:39:32 2016 -0400

    get-orig-source: keep extension in folder name
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 314aca5..a5b2415 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,7 +142,7 @@ get-orig-source:
 	# Unpack all of the orig tarballs into tarballs-unpacked
 	mkdir ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked
 	for i in `find ${tmpdir}/ring-project/daemon/contrib/tarballs/ -name "*.tar.*"`; do \
-		projectname=`basename $$i | sed 's|\.tar.*||g'` && \
+		projectname=`basename $$i` && \
 		mkdir ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/$$projectname && \
 		tar -C ${tmpdir}/ring-project/daemon/contrib/tarballs-unpacked/$$projectname -xf $$i && \
 		echo "Unpacked $$projectname"; \

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