r2772 - in /unstable/evolution-mapi/debian: changelog patches/ patches/0001-configure.ac-Do-not-override-localedir-variable.patch patches/series
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Wed Jun 17 16:38:51 UTC 2015
Author: laney
Date: Wed Jun 17 16:38:51 2015
New Revision: 2772
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2772
Log:
debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch:
Cherry-pick patch to fix build (installing of translations) with newer
intltool versions.
Added:
unstable/evolution-mapi/debian/patches/
unstable/evolution-mapi/debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch
unstable/evolution-mapi/debian/patches/series
Modified:
unstable/evolution-mapi/debian/changelog
Modified: unstable/evolution-mapi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-mapi/debian/changelog?rev=2772&op=diff
==============================================================================
--- unstable/evolution-mapi/debian/changelog (original)
+++ unstable/evolution-mapi/debian/changelog Wed Jun 17 16:38:51 2015
@@ -1,3 +1,11 @@
+evolution-mapi (3.16.3-2) UNRELEASED; urgency=medium
+
+ * debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch:
+ Cherry-pick patch to fix build (installing of translations) with newer
+ intltool versions.
+
+ -- Iain Lane <laney at debian.org> Wed, 17 Jun 2015 17:32:17 +0100
+
evolution-mapi (3.16.3-1) unstable; urgency=medium
* New upstream release.
Added: unstable/evolution-mapi/debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-mapi/debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch?rev=2772&op=file
==============================================================================
--- unstable/evolution-mapi/debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch (added)
+++ unstable/evolution-mapi/debian/patches/0001-configure.ac-Do-not-override-localedir-variable.patch Wed Jun 17 16:38:51 2015
@@ -0,0 +1,28 @@
+From 91404d74230ee629a053be4398a0fd23a034a1ae Mon Sep 17 00:00:00 2001
+From: Milan Crha <mcrha at redhat.com>
+Date: Thu, 11 Jun 2015 10:20:44 +0200
+Subject: [PATCH] configure.ac: Do not override localedir variable
+
+It could place locale files into $PREFIX/locale, instead of $PREFIX/share/locale.
+The change follows bug 703732.
+---
+ configure.ac | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2cf7753..d1a9421 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -133,9 +133,6 @@ GETTEXT_PACKAGE=evolution-mapi
+ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])
+
+-localedir='$(prefix)/$(DATADIRNAME)/locale'
+-AC_SUBST(localedir)
+-
+ dnl ****************************
+ dnl Initialize libtool
+ dnl ****************************
+--
+2.1.4
+
Added: unstable/evolution-mapi/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-mapi/debian/patches/series?rev=2772&op=file
==============================================================================
--- unstable/evolution-mapi/debian/patches/series (added)
+++ unstable/evolution-mapi/debian/patches/series Wed Jun 17 16:38:51 2015
@@ -0,0 +1 @@
+0001-configure.ac-Do-not-override-localedir-variable.patch
More information about the pkg-evolution-commits
mailing list