blob: dfbae3ee6c16a0cdd26d38b4be436d872681891c [file] [log] [blame]
Brian Silverman34d25f22014-05-01 13:30:56 -07001# This is a control file for creating the clang-3.5 package.
2### Commented entries have reasonable defaults.
3### Uncomment to edit them.
4Source: llvm-toolchain-snapshot
5Section: misc
6Priority: optional
7Homepage: http://www.llvm.org/
8Standards-Version: 3.9.2
9
10Package: clang-3.5
11Version: 1:3.5~svn201561
12Maintainer: FRC Team 971 <spartanrobotics.org>
13# Pre-Depends: <comma-separated list of packages>
14Depends: libbsd0, libc6, libedit2, libncurses5, libpython2.7, libtinfo5, zlib1g
15# Recommends: <comma-separated list of packages>
16# Suggests: <comma-separated list of packages>
17# Provides: <comma-separated list of packages>
18# Replaces: <comma-separated list of packages>
19Architecture: amd64
20# Copyright: <copyright file; defaults to GPL2>
21# Changelog: <changelog file; defaults to a generic changelog>
22# Readme: <README.Debian file; defaults to a generic one>
23# Extra-Files: <comma-separated list of additional files for the doc directory>
24# Files: /opt/clang-3.5/ /opt/
25# <more pairs, if there's more than one file to include. Notice the starting space>
26Description: Clang 3.5 with included GCC 4.8 so it actually works.
27 This is just 1 massive package with a newer clang that doesn't conflict with
28 other stuff like the official clang-3.5 package does.