From 18ee9e03d83dc410744fceaaaca6db7f695c0fac Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 14 Jun 2013 09:32:38 +0000 Subject: [PATCH] Fix warning python-script-but-no-python-dep on clang-format-3.4 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index abb3bbac..3e705ad2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.3 (1:3.3-2) unstable; urgency=low + + * Fix warning python-script-but-no-python-dep on clang-format-3.4 + + -- + llvm-toolchain-3.3 (1:3.3-1) unstable; urgency=low * Upload to unstable diff --git a/debian/control b/debian/control index d2e5d454..71f9ab0f 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,7 @@ Description: C, C++ and Objective-C compiler (LLVM based) Package: clang-format-3.3 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, python Replaces: clang-format-3.4 Breaks: clang-format-3.4 Description: Tool to format C/C++/Obj-C code