diff --git a/debian/changelog b/debian/changelog index f266813c..69dd4c00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ llvm-toolchain-3.9 (1:3.9-2) unstable; urgency=medium it deserves it own package * python-lldb-3.9 archs "any" to a list like others pkg * Fix a version issue with run-clang-tidy-4.0.py + * Fix the VCS-* fields (Closes: #839095) -- Sylvestre Ledru Fri, 02 Sep 2016 13:11:56 +0200 diff --git a/debian/control b/debian/control index 88efcf37..a27a974f 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev Standards-Version: 3.9.8 Homepage: http://www.llvm.org/ -Vcs-Svn: svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.8/ -Vcs-Browser: https://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/3.8/ +Vcs-Svn: svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.9/ +Vcs-Browser: https://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/3.9/ # ------------- clang -------------