From 3851ddd334c0988c15fe3c38284b6e0c71f973fd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 5 Aug 2015 09:52:07 +0000 Subject: [PATCH] fix a typo --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e7fa5c03..b5130dfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ llvm-toolchain-3.7 (1:3.7~+rc2-2) unstable; urgency=medium * Workaround: The 5| in the debian/rules regexp is a crappy workaround. g++ 5.2 in Debian is not providing a g++-5.2 binary (only - g++-5) accomodate that by hardcoding the 5 detection + g++-5) accommodate that by hardcoding the 5 detection + (Closes: #794572) * Remove Dummy.html from clang-3.7-doc to avoid install (Closes: #794539) -- Sylvestre Ledru Tue, 04 Aug 2015 09:27:22 +0200