summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ca5d0af
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: php-cpp
+Section: php
+Priority: optional
+Maintainer: Tzafrir Cohen <tzafrir@debian.org>
+Build-Depends: debhelper (>= 9), php5-dev | php-dev
+Standards-Version: 3.9.6
+Homepage: https://github.com/CopernicaMarketingSoftware/PHP-CPP
+
+Package: libphpcpp1.5
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++ library for developing PHP extensions
+ The PHP-CPP library is a C++ library for developing PHP extensions.
+ It offers a collection of well documented and easy-to-use classes that
+ can be used and extended to build native extensions for PHP.
+ .
+ This package contains the run-time library.
+
+Package: libphpcpp-dev
+Architecture: any
+section: libdevel
+Depends: ${misc:Depends}, libphpcpp1.5 (= ${binary:Version})
+Description: headers for PHP-CPP a C++ library for developing PHP extensions
+ The PHP-CPP library is a C++ library for developing PHP extensions.
+ It offers a collection of well documented and easy-to-use classes that
+ can be used and extended to build native extensions for PHP.
+ .
+ This package contains the development headers.
+
+Package: libphpcpp-dbg
+Architecture: any
+section: debug
+priority: extra
+Depends: ${misc:Depends}, libphpcpp1.5 (= ${binary:Version})
+Description: debugging symbols for PHP-CPP a C++ library for developing PHP extensions
+ The PHP-CPP library is a C++ library for developing PHP extensions.
+ It offers a collection of well documented and easy-to-use classes that
+ can be used and extended to build native extensions for PHP.
+ .
+ This package contains the debugging symbols.