debian/README.source | 17 +++++++++++++++++ debian/get-external.sh | 2 ++ 2 files changed, 19 insertions(+)
New commits: commit 689cb0172fb2320ef0d287f05001e3c259363b4e Author: Timo Aaltonen <[email protected]> Date: Wed May 10 09:33:55 2017 +0300 Add README.source and a reminder to get-external.sh diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..c342eec --- /dev/null +++ b/debian/README.source @@ -0,0 +1,17 @@ +Bundling of GLSLANG and SPIR-V + +The source includes debian/get-external.sh script, which is used +to bundle new snapshot of GLSLANG and SPIR-V in the source. These +are required to build libVkLayer.so. + +The procedure to update to a new upstream release goes usually like +this: + +# git checkout upstream-unstable +# git reset --hard <new upstream tag> +# git checkout -b d-u +# git merge -s ours debian-unstable +# debian/get-external.sh +# git add external/ + + diff --git a/debian/get-external.sh b/debian/get-external.sh index 71df5d9..9b7ed3f 100755 --- a/debian/get-external.sh +++ b/debian/get-external.sh @@ -18,3 +18,5 @@ tar xf spirv-tools.tar.gz -C external/spirv-tools/external/spirv-headers --strip # clean rm glslang.tar.gz spirv-tools.tar.gz spirv-headers.tar.gz + +echo "Remember to git add new files in external/"

