Fix some wrong-section-according-to-package-name and

priority-extra-is-replaced-by-priority-optional issues
This commit is contained in:
Sylvestre Ledru 2017-11-20 11:09:50 +00:00
parent 5efa5e0093
commit 9d57e8265c
2 changed files with 7 additions and 4 deletions

2
debian/changelog vendored
View File

@ -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
View File

@ -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