You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

53 lines
1.9 KiB

Source: libphonenumber
Priority: optional
Maintainer: Fredrik Roubert <roubert@google.com>
Build-Depends: ant,
ant-optional,
cmake,
debhelper (>= 9),
default-jdk | java-sdk,
javahelper (>= 0.34),
junit,
libboost-dev (>= 1.40),
libboost-system-dev (>= 1.40),
libboost-thread-dev (>= 1.40),
libgtest-dev,
libicu-dev (>= 4.4),
libprotobuf-dev (>= 2.4),
libre2-dev,
protobuf-compiler
Standards-Version: 3.9.5
Section: libs
Homepage: http://code.google.com/p/libphonenumber/
Vcs-Browser: http://code.google.com/p/libphonenumber/source/browse/
Vcs-Svn: http://libphonenumber.googlecode.com/svn/trunk/
Package: libphonenumber-dev
Section: libdevel
Architecture: any
Depends: libphonenumber6 (=${binary:Version}), ${misc:Depends}
Description: parsing/formatting/validating phone numbers - development files
Google's common C++ and Java library for parsing, formatting, storing and
validating international phone numbers.
.
This package contains the static libraries and include files.
Package: libphonenumber6
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parsing/formatting/validating phone numbers
Google's common C++ and Java library for parsing, formatting, storing and
validating international phone numbers.
.
This package contains the runtime libraries for C++ users.
Package: libphonenumber-java
Section: java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: parsing/formatting/validating phone numbers - java
Google's common C++ and Java library for parsing, formatting, storing and
validating international phone numbers.
.
This package contains the runtime library JARs for Java users.