r2611 - in /unstable/evolution-data-server/debian: changelog control rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sat Oct 4 09:40:51 UTC 2014
Author: bigon
Date: Sat Oct 4 09:40:51 2014
New Revision: 2611
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2611
Log:
* Non-Maintainer Upload
* Restrict use of libphonenumber to architectures where it is confirmed to
be available. (Closes: 762129)
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=2611&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Sat Oct 4 09:40:51 2014
@@ -1,3 +1,12 @@
+evolution-data-server (3.12.6-1.1) unstable; urgency=medium
+
+ * Non-Maintainer Upload
+ * Restrict use of libphonenumber to architectures where it is confirmed to
+ be available. (Closes: 762129)
+
+
+ -- Peter Michael Green <plugwash at debian.org> Wed, 17 Sep 2014 19:10:52 +0000
+
evolution-data-server (3.12.6-1) unstable; urgency=medium
* New upstream release.
Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=2611&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control (original)
+++ unstable/evolution-data-server/debian/control Sat Oct 4 09:40:51 2014
@@ -40,7 +40,7 @@
libkrb5-dev,
libldap2-dev,
liboauth-dev (>= 0.9.4),
- libphonenumber6-dev [linux-any],
+ libphonenumber6-dev [amd64 armel armhf i386 mips mipsel powerpc ppc64el s390x alpha ppc64 x32],
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=2611&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules (original)
+++ unstable/evolution-data-server/debian/rules Sat Oct 4 09:40:51 2014
@@ -25,7 +25,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/buildflags.mk
-ifeq ($(DEB_HOST_ARCH_OS),linux)
+ifneq (,$(findstring $(DEB_HOST_ARCH),amd64 armel armhf i386 mips mipsel powerpc ppc64el s390x alpha ppc64 x32))
DEB_CONFIGURE_EXTRA_FLAGS += --with-phonenumber=/usr
endif
More information about the pkg-evolution-commits
mailing list