Update build rules to version 5.1 of the library.
authorroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 27 Sep 2012 15:47:13 +0000 (15:47 +0000)
committerroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 27 Sep 2012 15:47:13 +0000 (15:47 +0000)
Review URL: https://codereview.appspot.com/6572060

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@529 ee073f10-1060-11df-b6a4-87a95322a99c

cpp/CMakeLists.txt
debian/changelog
debian/control
debian/libphonenumber-java.jlibs
debian/libphonenumber5.install [moved from debian/libphonenumber3.install with 100% similarity]
debian/rules

index 7a51687..7150659 100644 (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.
index 93ef8b6..907ebee 100644 (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.
index d8cef39..5f9b0a2 100644 (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}
index 6e8e63d..04e6faa 100644 (file)
@@ -1 +1 @@
-java/libphonenumber/build/jar/libphonenumber.jar
+java/build/jar/libphonenumber.jar
index 0c1a5fe..b067e8e 100755 (executable)
@@ -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