Update debian/README documentation

This commit is contained in:
Gianfranco Costamagna 2023-10-24 12:38:11 +02:00
parent 2946aa5c70
commit a16e74a8ea

4
debian/README vendored
View File

@ -9,13 +9,13 @@ The current snapshot release is maintained in the "snapshot" branch.
The easiest way to get all branches is probably to have one The easiest way to get all branches is probably to have one
clone per version: clone per version:
for f in 14 15 snapshot; do for f in 14 15 16 17 snapshot; do
git clone git@salsa.debian.org:pkg-llvm-team/llvm-toolchain.git -b $f $f git clone git@salsa.debian.org:pkg-llvm-team/llvm-toolchain.git -b $f $f
done done
debian/control is generated from debian/control.in by running: debian/control is generated from debian/control.in by running:
ebian/rules preconfigure debian/rules preconfigure
Steps for manually building a snapshot release Steps for manually building a snapshot release