[minieigen] 02/04: Remove get-orig script.

Anton Gladky gladk at moszumanska.debian.org
Wed Oct 7 07:07:03 UTC 2015


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

gladk pushed a commit to branch master
in repository minieigen.

commit 57c6546cd1ab154e29afcec1096508f26bae9200
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Oct 6 18:42:42 2015 +0200

    Remove get-orig script.
---
 debian/scripts/get_orig_src.sh | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/debian/scripts/get_orig_src.sh b/debian/scripts/get_orig_src.sh
deleted file mode 100755
index cdd311a..0000000
--- a/debian/scripts/get_orig_src.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-# The script creates a tar.xz tarball from git-repository of LAMMPS-project
-# ./get_orig_src.sh commitID   -   creates a tarball of specified commit
-# ./get_orig_src.sh   - creates a tarball of the latest version
-# Packages, that needs to be installed to use the script:
-# atool, bzr
-
-bzr checkout lp:minieigen
-cd minieigen
-
-BZR_REV=$(bzr revno)
-VER_DEB=0.4~dfsg~bzr$BZR_REV
-FOLDER_NAME=minieigen-$VER_DEB
-TARBALL_NAME=minieigen_$VER_DEB.orig.tar.xz
-
-
-echo $VER_DEB
-echo $FOLDER_NAME
-echo $TARBALL_NAME
-
-cd ..
-mv minieigen $FOLDER_NAME
-rm -rf $FOLDER_NAME/.bzr
-rm -rf $FOLDER_NAME/minieigen/double-conversion
-apack $TARBALL_NAME $FOLDER_NAME
-rm -rf $FOLDER_NAME

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



More information about the debian-science-commits mailing list