From f53e790b35ad5f379453716a3a959cba5c24c68b Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 11 May 2016 13:53:23 +0300 Subject: Debian packaging --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7d199c9 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: php-cpp +Section: php +Priority: optional +Maintainer: Tzafrir Cohen +Build-Depends: debhelper (>= 9), 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. -- cgit v1.2.3