comparison lib/swig/swigwin-2.0.11/CCache/debian/control @ 1899:b3009adc0e2f

Adding swig, gitignore, hgignore
author Nomad
date Mon, 21 Oct 2013 10:42:27 +0200
parents
children
comparison
equal deleted inserted replaced
1867:eb580660bbbb 1899:b3009adc0e2f
1 Source: ccache
2 Section: devel
3 Priority: optional
4 Maintainer: Francois Marier <francois@debian.org>
5 Build-Depends: debhelper (>> 6), autotools-dev, zlib1g-dev
6 Standards-Version: 3.7.3
7 Homepage: http://ccache.samba.org
8 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/ccache/
9 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/ccache/
10
11 Package: ccache
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Suggests: distcc
15 Description: Compiler results cacher, for fast recompiles
16 ccache is a compiler cache. It speeds up re-compilation of C/C++ code
17 by caching previous compiles and detecting when the same compile is
18 being done again.
19 .
20 This is similar to, but faster than, the compilercache package.