Browse Source

Update build rules to version 5.1 of the library.

Review URL: https://codereview.appspot.com/6572060
pull/567/head
Fredrik Roubert 13 years ago
committed by Mihaela Rosca
parent
commit
a6f2d20363
6 changed files with 12 additions and 6 deletions
  1. +2
    -2
      cpp/CMakeLists.txt
  2. +6
    -0
      debian/changelog
  3. +2
    -2
      debian/control
  4. +1
    -1
      debian/libphonenumber-java.jlibs
  5. +0
    -0
      debian/libphonenumber5.install
  6. +1
    -1
      debian/rules

+ 2
- 2
cpp/CMakeLists.txt View File

@ -17,8 +17,8 @@
cmake_minimum_required (VERSION 2.8)
project (libphonenumber)
set (libphonenumber_VERSION_MAJOR 4)
set (libphonenumber_VERSION_MINOR 3)
set (libphonenumber_VERSION_MAJOR 5)
set (libphonenumber_VERSION_MINOR 1)
# Helper functions dealing with finding libraries and programs this library
# depends on.


+ 6
- 0
debian/changelog View File

@ -1,3 +1,9 @@
libphonenumber (5.1) lucid; urgency=low
* Version update.
-- Fredrik Roubert <roubert@google.com> Thu, 27 Sep 2012 17:06:43 +0200
libphonenumber (4.3) lucid; urgency=low
* Version update.


+ 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: libphonenumber4 (=${binary:Version}), ${misc:Depends}
Depends: libphonenumber5 (=${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: libphonenumber4
Package: libphonenumber5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}


+ 1
- 1
debian/libphonenumber-java.jlibs View File

@ -1 +1 @@
java/libphonenumber/build/jar/libphonenumber.jar
java/build/jar/libphonenumber.jar

debian/libphonenumber3.install → debian/libphonenumber5.install View File


+ 1
- 1
debian/rules View File

@ -24,7 +24,7 @@ JAVA_HOME ?= /usr/lib/jvm/default-java
CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/usr
CPP_BUILD := cpp/build
JAVA_BUILD := java/libphonenumber/build
JAVA_BUILD := java/build
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0


Loading…
Cancel
Save