summaryrefslogtreecommitdiff
path: root/debian/control
blob: ca5d0af567beac8550f65719feaa675f3c808395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.