mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 08:53:34 +00:00
Fix some wrong-section-according-to-package-name and
priority-extra-is-replaced-by-priority-optional issues
This commit is contained in:
parent
5efa5e0093
commit
9d57e8265c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -10,6 +10,8 @@ llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium
|
||||
* Update of the clang description
|
||||
* Standards-Version updated to 4.1.1
|
||||
* Remove some old breaks/replaces/conflicts (<3.8)
|
||||
* Fix some wrong-section-according-to-package-name and
|
||||
priority-extra-is-replaced-by-priority-optional issues
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100
|
||||
|
||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -96,6 +96,7 @@ Description: C, C++ and Objective-C compiler - Documentation
|
||||
This package contains the documentation.
|
||||
|
||||
Package: libclang1-4.0
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
@ -120,7 +121,7 @@ Package: libclang1-4.0-dbg
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-4.0 (= ${binary:Version})
|
||||
Description: clang library (debug)
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
@ -239,7 +240,7 @@ Description: Modular compiler and toolchain technologies, runtime library
|
||||
Package: libllvm4.0-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Multi-Arch: same
|
||||
@ -435,7 +436,7 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hp
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-4.0 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Description: LLVM-based linker, debugging libraries
|
||||
LLD is a new, high-performance linker. It is built as a set of reusable
|
||||
components which highly leverage existing libraries in the larger LLVM
|
||||
@ -492,7 +493,7 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hp
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-4.0 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Description: Next generation, high-performance debugger, debugging libraries
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
reusable components which highly leverage existing libraries in the larger LLVM
|
||||
|
Loading…
Reference in New Issue
Block a user