r3199 - in /unstable/evolution-data-server/debian: changelog control libebook-contacts-1.2-2.symbols rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Sep 1 12:34:53 UTC 2017


Author: jbicha
Date: Fri Sep  1 12:34:53 2017
New Revision: 3199

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3199
Log:
Build with libphonenumber on Linux only

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/control
    unstable/evolution-data-server/debian/libebook-contacts-1.2-2.symbols
    unstable/evolution-data-server/debian/rules

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=3199&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Sep  1 12:34:53 2017
@@ -1,3 +1,9 @@
+evolution-data-server (3.24.5-3) UNRELEASED; urgency=medium
+
+  * Build with libphonenumber on Linux only
+
+ -- Jeremy Bicha <jbicha at debian.org>  Fri, 01 Sep 2017 08:22:21 -0400
+
 evolution-data-server (3.24.5-2) unstable; urgency=medium
 
   * Upload to unstable.

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=3199&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control	(original)
+++ unstable/evolution-data-server/debian/control	Fri Sep  1 12:34:53 2017
@@ -48,7 +48,7 @@
                pkg-config (>= 0.16),
                valac (>= 0.22),
                gnome-common (>= 3.6.0),
-               libphonenumber-dev [linux-any kfreebsd-any],
+               libphonenumber-dev [linux-any],
                db-util <!nocheck>,
                dbus <!nocheck>,
 

Modified: unstable/evolution-data-server/debian/libebook-contacts-1.2-2.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/libebook-contacts-1.2-2.symbols?rev=3199&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/libebook-contacts-1.2-2.symbols	(original)
+++ unstable/evolution-data-server/debian/libebook-contacts-1.2-2.symbols	Fri Sep  1 12:34:53 2017
@@ -1,15 +1,15 @@
 libebook-contacts-1.2.so.2 libebook-contacts-1.2-2 #MINVER#
 * Build-Depends-Package: libebook-contacts1.2-dev
- (c++)"i18n::phonenumbers::NullLogger::WriteMessage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.24.1
- (c++)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
- (c++)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
- (c++)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
- (c++)"i18n::phonenumbers::Logger::WriteLevel()@Base" 3.24.1
- (c++)"typeinfo for i18n::phonenumbers::NullLogger at Base" 3.24.1
- (c++)"typeinfo for i18n::phonenumbers::Logger at Base" 3.24.1
- (c++)"typeinfo name for i18n::phonenumbers::NullLogger at Base" 3.24.1
- (c++)"typeinfo name for i18n::phonenumbers::Logger at Base" 3.24.1
- (c++)"vtable for i18n::phonenumbers::NullLogger at Base" 3.24.1
+ (c++|arch=linux-any)"i18n::phonenumbers::NullLogger::WriteMessage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.24.1
+ (c++|arch=linux-any)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
+ (c++|arch=linux-any)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
+ (c++|arch=linux-any)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
+ (c++|arch=linux-any)"i18n::phonenumbers::Logger::WriteLevel()@Base" 3.24.1
+ (c++|arch=linux-any)"typeinfo for i18n::phonenumbers::NullLogger at Base" 3.24.1
+ (c++|arch=linux-any)"typeinfo for i18n::phonenumbers::Logger at Base" 3.24.1
+ (c++|arch=linux-any)"typeinfo name for i18n::phonenumbers::NullLogger at Base" 3.24.1
+ (c++|arch=linux-any)"typeinfo name for i18n::phonenumbers::Logger at Base" 3.24.1
+ (c++|arch=linux-any)"vtable for i18n::phonenumbers::NullLogger at Base" 3.24.1
  (c++|optional)"google::protobuf::internal::pLinuxKernelCmpxchg at Base" 3.24.1
  (c++|optional)"google::protobuf::internal::pLinuxKernelMemoryBarrier at Base" 3.24.1
  e_address_western_copy at Base 3.24.1

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=3199&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Sep  1 12:34:53 2017
@@ -18,7 +18,7 @@
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
-ifeq ($(DEB_HOST_ARCH_OS),$(filter $(DEB_HOST_ARCH_OS),linux kfreebsd))
+ifeq ($(DEB_HOST_ARCH_OS),$(filter $(DEB_HOST_ARCH_OS),linux))
 CONFFLAGS = -DWITH_PHONENUMBER=ON
 endif
 




More information about the pkg-evolution-commits mailing list