mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Fix warning python-script-but-no-python-dep on clang-format-3.4
This commit is contained in:
parent
b5338cdab8
commit
18ee9e03d8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
llvm-toolchain-3.3 (1:3.3-1) unstable; urgency=low
|
||||||
|
|
||||||
* Upload to unstable
|
* Upload to unstable
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -53,7 +53,7 @@ Description: C, C++ and Objective-C compiler (LLVM based)
|
|||||||
|
|
||||||
Package: clang-format-3.3
|
Package: clang-format-3.3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
||||||
Replaces: clang-format-3.4
|
Replaces: clang-format-3.4
|
||||||
Breaks: clang-format-3.4
|
Breaks: clang-format-3.4
|
||||||
Description: Tool to format C/C++/Obj-C code
|
Description: Tool to format C/C++/Obj-C code
|
||||||
|
Loading…
Reference in New Issue
Block a user