[gnuplot-iostream] 03/07: Update get-orig script.

Anton Gladky gladk at moszumanska.debian.org
Sat Sep 6 15:44:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository gnuplot-iostream.

commit 9366661d9039ee8935df77878039f3c08a0974a1
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Sep 6 11:09:41 2014 +0200

    Update get-orig script.
    
    Remove *.bin files
    Use xz-compression
---
 debian/scripts/debian_scripts_get_orig_src.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/scripts/debian_scripts_get_orig_src.sh b/debian/scripts/debian_scripts_get_orig_src.sh
index 7469e23..e2e3cca 100755
--- a/debian/scripts/debian_scripts_get_orig_src.sh
+++ b/debian/scripts/debian_scripts_get_orig_src.sh
@@ -23,9 +23,9 @@ GIT_DAT=$(git log -n 1 --pretty="format:%ai")
 GIT_DAT=${GIT_DAT:0:10}
 GIT_DAT=$(echo $GIT_DAT | sed 's/-//g')
 
-VER_DEB=0~$GIT_DAT.git$GIT_REV
+VER_DEB=0~$GIT_DAT.git$GIT_REV+dfsg
 FOLDER_NAME=gnuplot-iostream-0~$GIT_DAT.git$GIT_REV
-TARBALL_NAME=gnuplot-iostream_0~$GIT_DAT.git$GIT_REV.orig.tar.bz2
+TARBALL_NAME=gnuplot-iostream_0~$GIT_DAT.git$GIT_REV.orig.tar.xz
 
 echo $VER_DEB
 echo $FOLDER_NAME
@@ -35,5 +35,6 @@ cd ..
 
 mv git_temp_packaging $FOLDER_NAME 
 rm -rf $FOLDER_NAME/.git 
+find $FOLDER_NAME/ -name "*.bin" | xargs rm -f
 
 tar jcvf $TARBALL_NAME $FOLDER_NAME

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot-iostream.git



More information about the debian-science-commits mailing list