CPP: Add "system" as a Boost component.
[platform/upstream/libphonenumber.git] / debian / control
1 Source: libphonenumber
2 Priority: optional
3 Maintainer: Fredrik Roubert <roubert@google.com>
4 Build-Depends: ant,
5                cmake,
6                debhelper (>= 7.0.50~),
7                default-jdk | java-sdk,
8                javahelper (>= 0.34),
9                libboost-dev (>= 1.40),
10                libboost-system-dev (>= 1.40),
11                libboost-thread-dev (>= 1.40),
12                libgtest-dev,
13                libicu-dev (>= 4.4),
14                libprotobuf-dev (>= 2.4),
15                libre2-dev,
16                protobuf-compiler
17 Standards-Version: 3.9.1
18 Section: libs
19 Homepage: http://code.google.com/p/libphonenumber/
20 Vcs-Browser: http://code.google.com/p/libphonenumber/source/browse/
21 Vcs-Svn: http://libphonenumber.googlecode.com/svn/trunk/
22
23 Package: libphonenumber-dev
24 Section: libdevel
25 Architecture: any
26 Depends: libphonenumber6 (=${binary:Version}), ${misc:Depends}
27 Description: parsing/formatting/validating phone numbers - development
28  Google's common C++ and Java library for parsing, formatting, storing and
29  validating international phone numbers.
30  .
31  This package contains the static libraries and include files.
32
33 Package: libphonenumber6
34 Section: libs
35 Architecture: any
36 Depends: ${shlibs:Depends}, ${misc:Depends}
37 Description: parsing/formatting/validating phone numbers - runtime
38  Google's common C++ and Java library for parsing, formatting, storing and
39  validating international phone numbers.
40  .
41  This package contains the runtime libraries.
42
43 Package: libphonenumber-java
44 Section: java
45 Architecture: all
46 Depends: ${java:Depends}, ${misc:Depends}
47 Description: parsing/formatting/validating phone numbers - java
48  Google's common C++ and Java library for parsing, formatting, storing and
49  validating international phone numbers.
50  .
51  This package contains the JAR files.