Move libomp-dev from Suggests to Recommends (Closes: #882781)

This commit is contained in:
Sylvestre Ledru 2017-11-26 22:52:27 +00:00
parent 61262488be
commit 2ee853f9b7
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -17,6 +17,7 @@ llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium
* add /usr/lib/cuda to the CUDA toolkit search paths * add /usr/lib/cuda to the CUDA toolkit search paths
Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326) Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
* Fix the fix-scan-view-path.diff path * Fix the fix-scan-view-path.diff path
* Move libomp-dev from Suggests to Recommends (Closes: #882781)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100

4
debian/control vendored
View File

@ -28,8 +28,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
${dep:devlibs-objc}, libclang-common-4.0-dev (= ${binary:Version}), ${dep:devlibs-objc}, libclang-common-4.0-dev (= ${binary:Version}),
libclang1-4.0 (= ${binary:Version}), libc6-dev, binutils libclang1-4.0 (= ${binary:Version}), libc6-dev, binutils
Provides: c-compiler, objc-compiler, c++-compiler Provides: c-compiler, objc-compiler, c++-compiler
Recommends: llvm-4.0-dev, python Recommends: llvm-4.0-dev, python, libomp-dev
Suggests: gnustep, gnustep-devel, clang-4.0-doc, libomp-dev Suggests: gnustep, gnustep-devel, clang-4.0-doc
Replaces: clang-include-fixer-4.0 Replaces: clang-include-fixer-4.0
Breaks: clang-include-fixer-4.0 Breaks: clang-include-fixer-4.0
Description: C, C++ and Objective-C compiler Description: C, C++ and Objective-C compiler