Browse Source

Add dependencies for the libphonenumber6-dev package.

The dependencies for this package should be those packages that must be
installed in order to compile and link code that uses the library.

R=daniel@pocock.pro
BUG=

Review URL: https://codereview.appspot.com/137740043
pull/567/head
Fredrik Roubert 11 years ago
committed by Mihaela Rosca
parent
commit
5a8fcd394f
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      debian/control

+ 5
- 1
debian/control View File

@ -51,7 +51,11 @@ Architecture: any
Provides: libphonenumber-dev
Conflicts: libphonenumber-dev
Replaces: libphonenumber-dev
Depends: libphonenumber6 (=${binary:Version}), ${misc:Depends}
Depends: libphonenumber6 (=${binary:Version}), ${misc:Depends},
libboost-dev (>= 1.40),
libboost-system-dev (>= 1.40),
libboost-thread-dev (>= 1.40),
libprotobuf-dev (>= 2.4)
Description: parsing/formatting/validating phone numbers - development files
Google's common C++ and Java library for parsing, formatting, storing and
validating international phone numbers.


Loading…
Cancel
Save