diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/swig/swigwin-2.0.11/CCache/debian/control	Mon Oct 21 10:42:27 2013 +0200
@@ -0,0 +1,20 @@
+Source: ccache
+Section: devel
+Priority: optional
+Maintainer: Francois Marier <francois@debian.org>
+Build-Depends: debhelper (>> 6), autotools-dev, zlib1g-dev
+Standards-Version: 3.7.3
+Homepage: http://ccache.samba.org
+Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/ccache/
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/ccache/
+
+Package: ccache
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: distcc
+Description: Compiler results cacher, for fast recompiles
+ ccache is a compiler cache. It speeds up re-compilation of C/C++ code 
+ by caching previous compiles and detecting when the same compile is
+ being done again.
+ .
+ This is similar to, but faster than, the compilercache package.