r2592 - in /unstable/evolution-data-server/debian: changelog control rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Sep 6 16:44:17 UTC 2014


Author: bigon
Date: Sat Sep  6 16:44:17 2014
New Revision: 2592

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2592
Log:
debian/rules, debian/control: Enable libphonenumber on linux architectures
(Closes: #758653)

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/control
    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=2592&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Sat Sep  6 16:44:17 2014
@@ -3,8 +3,10 @@
   * Add d/p/01_Adapt-to-new-Google-HTTP-restriction.patch: Adapt to new Google
     HTTP restriction, this fixes authentication issue when updating the
     calendar
-
- -- Laurent Bigonville <bigon at debian.org>  Mon, 01 Sep 2014 13:58:54 +0200
+  * debian/rules, debian/control: Enable libphonenumber on linux architectures
+    (Closes: #758653)
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Sep 2014 18:43:58 +0200
 
 evolution-data-server (3.12.5-1) unstable; urgency=medium
 

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=2592&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control	(original)
+++ unstable/evolution-data-server/debian/control	Sat Sep  6 16:44:17 2014
@@ -40,6 +40,7 @@
                libkrb5-dev,
                libldap2-dev,
                liboauth-dev (>= 0.9.4),
+               libphonenumber6-dev [linux-any],
                libjson-glib-dev,
                librest-dev (>= 0.7),
                libnss3-dev,

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2592&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Sat Sep  6 16:44:17 2014
@@ -25,6 +25,10 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/buildflags.mk
 
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+	DEB_CONFIGURE_EXTRA_FLAGS += --with-phonenumber=/usr
+endif
+
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--sysconfdir=/etc \
 	--libexecdir=\$${prefix}/lib/evolution \




More information about the pkg-evolution-commits mailing list