Browse Source

CPP: Update Debian package version number after major version was updated in r369.

pull/567/head
Fredrik Roubert 14 years ago
committed by Mihaela Rosca
parent
commit
c3d0742ee9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      debian/control

+ 2
- 2
debian/control View File

@ -22,14 +22,14 @@ Vcs-Svn: http://libphonenumber.googlecode.com/svn/trunk/
Package: libphonenumber-dev
Section: libdevel
Architecture: any
Depends: libphonenumber3 (=${binary:Version}), ${misc:Depends}
Depends: libphonenumber4 (=${binary:Version}), ${misc:Depends}
Description: parsing/formatting/validating phone numbers - development
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: libphonenumber3
Package: libphonenumber4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}


Loading…
Cancel
Save