r4: Load php5-apc-3.0.15 into trunk.
[php5-apc.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..12dbc85
--- /dev/null
@@ -0,0 +1,20 @@
+Source: php5-apc
+Priority: optional
+Section: libs
+Origin: carnet
+Maintainer: Dragan Dosen <ddosen@ffzg.hr>
+Build-Depends: debhelper (>= 4.2.32), php5-dev, gawk | awk, autoconf
+Standards-Version: 3.7.2
+
+Package: php5-apc
+Section: web
+Architecture: i386
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= 5.2.0-8+etch7)
+Conflicts: php4-apc
+Description: APC module for PHP5
+ This package provides a module for APC functions.
+ .
+ The Alternative PHP Cache (APC) is a free, open, and robust framework
+ for caching and optimizing PHP intermediate code.  This extension is 
+ being released under the PHP License for complete compliance with PHP
+ and to encourage wide-spread use.