[med-svn] [SCM] bamtools branch, debian, updated. 73f5de59359175e9cba0466d7fce6bfedaca4a00

Michael R. Crusoe michael.crusoe at gmail.com
Thu Nov 8 10:33:00 UTC 2012


The following commit has been merged in the debian branch:
commit 73f5de59359175e9cba0466d7fce6bfedaca4a00
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Thu Nov 8 03:32:30 2012 -0700

    Add a get-orig-source script

diff --git a/debian/get-orig-source b/debian/get-orig-source
new file mode 100755
index 0000000..8c0d7e4
--- /dev/null
+++ b/debian/get-orig-source
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+TOPDIR=`mktemp --tmpdir=. --directory`
+DIR=${TOPDIR}/bamtools-2.2
+mkdir -p ${DIR}
+git clone git://github.com/pezmaster31/bamtools.git ${DIR}
+cd ${DIR}
+git checkout bafc03f4ed7ed9ff1b3fb24874dc8a4a6d58e605
+rm -R src/third_party
+cd ..
+tar czf ../bamtools_2.2.orig.tar.gz --exclude \.git bamtools-2.2
+cd ..
+rm -Rf ${TOPDIR}
+

-- 
debian packaging for bamtools



More information about the debian-med-commit mailing list