~cmiller/ubuntu/utopic/ccache/also-clang

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-10-13 17:14:13 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101013171413-4ehrj1y89huf069u
Tags: 3.0.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Add gcc/g++-4.4 and -4.5 symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Y Giridhar Appaji Nag <appaji@debian.org>
6
 
Uploaders: Francois Marier <francois@debian.org>
 
6
Uploaders: Joel Rosdahl <joel@debian.org>
7
7
Build-Depends: debhelper (>> 6), autotools-dev, zlib1g-dev
8
 
Standards-Version: 3.8.1
 
8
Standards-Version: 3.9.1
9
9
Homepage: http://ccache.samba.org
10
10
Vcs-git: git://git.debian.org/git/collab-maint/ccache.git
11
11
Vcs-Browser: http://git.debian.org/?p=collab-maint/ccache.git;a=summary
12
12
 
13
13
Package: ccache
14
14
Architecture: any
15
 
Depends: ${shlibs:Depends}
 
15
Depends: ${misc:Depends}, ${shlibs:Depends}
16
16
Suggests: distcc
17
 
Description: Compiler results cacher, for fast recompiles
18
 
 ccache is a compiler cache. It speeds up re-compilation of C/C++ code 
19
 
 by caching previous compiles and detecting when the same compile is
20
 
 being done again.
 
17
Description: Compiler cache for fast recompilation of C/C++ code
 
18
 ccache is a compiler cache. It speeds up recompilation by caching
 
19
 previous compilations and detecting when the same compilation is
 
20
 being done again. Supported languages are C, C++, Objective-C and
 
21
 Objective-C++.