From 21c72ec4caf26c7548d433428d30dbb6591ac035 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 18 Jan 2013 13:17:50 +0000 Subject: [PATCH] Comment the llvm-X.Y-source package + add the Pre-Depends for the multiarch --- debian/control | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/debian/control b/debian/control index 325b6a12..1e817cb0 100644 --- a/debian/control +++ b/debian/control @@ -411,27 +411,28 @@ Description: Low-Level Virtual Machine (LLVM), examples This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. -Package: llvm-3.2-source -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Low-Level Virtual Machine (LLVM), source code - The Low-Level Virtual Machine (LLVM) is a collection of libraries and - tools that make it easy to build compilers, optimizers, Just-In-Time - code generators, and many other compiler-related programs. LLVM - uses a single, language-independent virtual instruction set both - as an offline code representation (to communicate code between - compiler phases and to run-time systems) and as the compiler internal - representation (to analyze and transform programs). This persistent - code representation allows a common set of sophisticated compiler - techniques to be applied at compile-time, link-time, install-time, - run-time, or "idle-time" (between program runs). - . - This package contains the llvm source code. +# Package: llvm-3.2-source +# Architecture: all +# Depends: ${shlibs:Depends}, ${misc:Depends} +# Description: Low-Level Virtual Machine (LLVM), source code +# The Low-Level Virtual Machine (LLVM) is a collection of libraries and +# tools that make it easy to build compilers, optimizers, Just-In-Time +# code generators, and many other compiler-related programs. LLVM +# uses a single, language-independent virtual instruction set both +# as an offline code representation (to communicate code between +# compiler phases and to run-time systems) and as the compiler internal +# representation (to analyze and transform programs). This persistent +# code representation allows a common set of sophisticated compiler +# techniques to be applied at compile-time, link-time, install-time, +# run-time, or "idle-time" (between program runs). +# . +# This package contains the llvm source code. Package: lldb-3.2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Debugger. Based on LLVM TODO