Comment the llvm-X.Y-source package + add the Pre-Depends for the multiarch

This commit is contained in:
Sylvestre Ledru 2013-01-18 13:17:50 +00:00
parent 5ad23215b6
commit 21c72ec4ca

33
debian/control vendored
View File

@ -411,27 +411,28 @@ Description: Low-Level Virtual Machine (LLVM), examples
This package contains examples for using LLVM, both in developing This package contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code. extensions to LLVM and in using it to compile code.
Package: llvm-3.2-source # Package: llvm-3.2-source
Architecture: all # Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends} # Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Low-Level Virtual Machine (LLVM), source code # Description: Low-Level Virtual Machine (LLVM), source code
The Low-Level Virtual Machine (LLVM) is a collection of libraries and # The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time # tools that make it easy to build compilers, optimizers, Just-In-Time
code generators, and many other compiler-related programs. LLVM # code generators, and many other compiler-related programs. LLVM
uses a single, language-independent virtual instruction set both # uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between # as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal # compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent # representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler # code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time, # techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs). # run-time, or "idle-time" (between program runs).
. # .
This package contains the llvm source code. # This package contains the llvm source code.
Package: lldb-3.2 Package: lldb-3.2
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Debugger. Based on LLVM Description: Debugger. Based on LLVM
TODO TODO