[SCM] crystalhd packaging branch, master, updated. upstream/0.0.git20100118-26-gc19904f

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Aug 16 04:53:00 UTC 2010


The following commit has been merged in the master branch:
commit a109a866981227070a7db80c80c81a5586ba08cc
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon Aug 16 00:01:58 2010 -0400

    Add crystalhd-get-orig-source that will be used to generate orig tarball.

diff --git a/debian/crystalhd-get-orig-source b/debian/crystalhd-get-orig-source
new file mode 100755
index 0000000..8953a34
--- /dev/null
+++ b/debian/crystalhd-get-orig-source
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Script used to generate the orig source tarball for crystalhd.
+
+CRYSTALHD_GIT_URL="git://git.wilsonet.com/crystalhd.git"
+CRYSTALHD_GIT_COMMIT="6df10a0599b5adf7e6f08529f0954a3fa24ad0ad"
+DATE_RETRIEVED="20100815"
+COMMIT_SHORT_FORM="$(echo $CRYSTALHD_GIT_COMMIT | \
+                     sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')"
+CRYSTALHD_VERSION="0.0~git${DATE_RETRIEVED}.${COMMIT_SHORT_FORM}"
+
+git clone "$CRYSTALHD_GIT_URL" "crystalhd-${CRYSTALHD_VERSION}"
+cd "crystalhd-${CRYSTALHD_VERSION}"
+git checkout "$CRYSTALHD_GIT_COMMIT"
+rm -rf .git .gitignore
+cd ..
+tar --exclude-vcs -czf "crystalhd_${CRYSTALHD_VERSION}.orig.tar.gz" \
+  "crystalhd-${CRYSTALHD_VERSION}/"

-- 
crystalhd packaging



More information about the pkg-multimedia-commits mailing list