[SCM] supercollider-sc3-plugins/master: Debian: fix get-orig-source rule to checkout the actual commit from git repo.

hanno-guest at users.alioth.debian.org hanno-guest at users.alioth.debian.org
Wed Feb 10 13:26:19 UTC 2016


The following commit has been merged in the master branch:
commit 710447b85b2c0bf603b46aabe6d72b2c74abf5e2
Author: Hanno Zulla <hanno.zulla at epublica.de>
Date:   Wed Feb 10 14:25:53 2016 +0100

    Debian: fix get-orig-source rule to checkout the actual commit from git repo.

diff --git a/debian/rules b/debian/rules
index 8875e3c..b99e126 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,7 @@ get-orig-source:
 		TXZ=$$NAME\_$$SOURCE_VER.orig.tar.xz; \
 		( \
 			cd $$REPO && \
+			git checkout $(COMMIT) && \
 			git submodule init && \
 			git submodule update external_libraries/nova-simd && \
 			rm -rf submodule external_libraries/stk && \

-- 
supercollider-sc3-plugins packaging



More information about the pkg-multimedia-commits mailing list