r2659 - in /unstable/evolution-data-server/debian: changelog rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Fri Dec 12 09:34:23 UTC 2014


Author: jordi
Date: Fri Dec 12 09:34:22 2014
New Revision: 2659

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2659
Log:
Add uncommitted changes from 3.12.7.1-2.

Modified:
    unstable/evolution-data-server/debian/changelog
    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=2659&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Dec 12 09:34:22 2014
@@ -19,6 +19,19 @@
     and translations.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 30 Nov 2014 09:55:18 +0100
+
+evolution-data-server (3.12.7.1-2) unstable; urgency=medium
+
+  * Replace hardcoded list of libphonenumber architectures with just
+    [!kfreebsd-any !hurd-any], so arm64 can also get this support.
+  * Add sqlite3_xfetch_crash.patch: Add upstream fix for crashes with
+    new sqlite3 (closes: #765812).
+  * Add imapx_no_connect_when_offline.patch: avoid server connections while
+    in offline mode.
+  * Add imapx_reconnect_after_socket_io_timeout.patch: Fix connection
+    problems after network state changes.
+
+ -- Jordi Mallach <jordi at debian.org>  Thu, 06 Nov 2014 21:10:18 +0100
 
 evolution-data-server (3.12.7.1-1) unstable; urgency=medium
 

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2659&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Dec 12 09:34:22 2014
@@ -25,7 +25,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/buildflags.mk
 
-ifneq (,$(findstring $(DEB_HOST_ARCH),amd64 armel armhf i386 mips mipsel powerpc ppc64el s390x alpha ppc64 x32))
+ifeq (,$(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd))
 	DEB_CONFIGURE_EXTRA_FLAGS += --with-phonenumber=/usr
 endif
 




More information about the pkg-evolution-commits mailing list