[solvespace] 02/07: Add script to download and strip solvespace.

Anton Gladky gladk at moszumanska.debian.org
Mon Aug 15 21:27:55 UTC 2016


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

gladk pushed a commit to branch master
in repository solvespace.

commit 5d780e6c10ef2bb4dc87f5b69e4049d6e61cf7f6
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Aug 15 22:31:00 2016 +0200

    Add script to download and strip solvespace.
---
 debian/get_orig.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/get_orig.sh b/debian/get_orig.sh
new file mode 100755
index 0000000..34c82a4
--- /dev/null
+++ b/debian/get_orig.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+RELEASE_NAME=2.x
+
+UPSTREAM="https://github.com/solvespace/solvespace.git"
+git clone --depth=1 --recursive -b ${RELEASE_NAME} ${UPSTREAM}
+
+rm -rfv solvespace/extlib/libfreetype
+rm -rfv solvespace/extlib/libpng
+rm -rfv solvespace/extlib/zlib
+rm -rfv solvespace/extlib/si
+rm -rfv solvespace/debian
+rm -rfv solvespace/.git
+rm -rfv solvespace/.travis
+rm -rfv solvespace/src/fonts/unifont-8.0.01.hex.gz
+
+tar cJf solvespace_${RELEASE_NAME}+repack2.tar.xz solvespace

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



More information about the debian-science-commits mailing list