annotate lib/swig/swigwin-2.0.11/CCache/debian/control @ 2575:a76d408c5132 tip

DrawTranslucent -> DrawTextureGrayShade Removed old texture drawing stuff
author a.parshin
date Wed, 09 Mar 2016 01:39:52 +0200
parents b3009adc0e2f
children
rev   line source
1899
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
1 Source: ccache
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
2 Section: devel
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
3 Priority: optional
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
4 Maintainer: Francois Marier <francois@debian.org>
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
5 Build-Depends: debhelper (>> 6), autotools-dev, zlib1g-dev
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
6 Standards-Version: 3.7.3
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
7 Homepage: http://ccache.samba.org
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
8 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/ccache/
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
9 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/ccache/
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
10
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
11 Package: ccache
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
12 Architecture: any
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
13 Depends: ${shlibs:Depends}
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
14 Suggests: distcc
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
15 Description: Compiler results cacher, for fast recompiles
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
16 ccache is a compiler cache. It speeds up re-compilation of C/C++ code
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
17 by caching previous compiles and detecting when the same compile is
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
18 being done again.
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
19 .
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
20 This is similar to, but faster than, the compilercache package.