From 5a8fcd394f04ecc31d7097c0a309c806d1c3ddac Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Wed, 27 Aug 2014 09:21:18 +0000 Subject: [PATCH] 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 --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7492220ca..06d6504ef 100644 --- a/debian/control +++ b/debian/control @@ -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.