diff --git a/debian/changelog b/debian/changelog index 057724db..f25a3ea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ llvm-toolchain-4.0 (1:4.0.1-11) UNRELEASED; urgency=medium + * Move the VCS to git. + Many thanks to James Clarke for doing the conversion + [ John Paul Adrian Glaubitz ] * Add proposed upstream patch by James Clarke to add the missing __tls_get_addr symbol to the symbol table for TLS calls on SPARC (Closes: #890401) - -- John Paul Adrian Glaubitz Wed, 14 Feb 2018 19:25:54 +0100 + [ Sylvestre Ledru ] + + -- Sylvestre Ledru Fri, 23 Feb 2018 19:43:43 +0100 llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium diff --git a/debian/control b/debian/control index 303e57c3..dd78f5e7 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev Standards-Version: 4.1.1 Homepage: http://www.llvm.org/ -Vcs-Svn: svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/branches/4.0/ -Vcs-Browser: https://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/4.0/ +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 4.0 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/4.0 # ------------- clang -------------