r3204 - in /unstable/evolution-data-server/debian: changelog patches/series patches/ubuntu_gettext_domain.patch

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Sep 1 16:01:32 UTC 2017


Author: jbicha
Date: Fri Sep  1 16:01:32 2017
New Revision: 3204

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3204
Log:
Work around Ubuntu translations issue

Added:
    unstable/evolution-data-server/debian/patches/ubuntu_gettext_domain.patch
Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/patches/series

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=3204&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Sep  1 16:01:32 2017
@@ -1,3 +1,9 @@
+evolution-data-server (3.24.5-5) UNRELEASED; urgency=medium
+
+  * Add ubuntu_gettext_domain.patch to work around Ubuntu translations issue
+
+ -- Jeremy Bicha <jbicha at debian.org>  Fri, 01 Sep 2017 11:58:09 -0400
+
 evolution-data-server (3.24.5-4) unstable; urgency=medium
 
   * Don't build with libphonenumber on hppa

Modified: unstable/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/series?rev=3204&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/patches/series	(original)
+++ unstable/evolution-data-server/debian/patches/series	Fri Sep  1 16:01:32 2017
@@ -1 +1,2 @@
 01-noinst-libedbus-private.patch
+ubuntu_gettext_domain.patch

Added: unstable/evolution-data-server/debian/patches/ubuntu_gettext_domain.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/ubuntu_gettext_domain.patch?rev=3204&op=file
==============================================================================
--- unstable/evolution-data-server/debian/patches/ubuntu_gettext_domain.patch	(added)
+++ unstable/evolution-data-server/debian/patches/ubuntu_gettext_domain.patch	Fri Sep  1 16:01:32 2017
@@ -0,0 +1,16 @@
+Description: Ubuntu's dh-translations can't handle variables
+ for GETTEXT_PACKAGE
+Bug: https://bugzilla.gnome.org/784877
+Index: evolution-data-server-3.24.3/CMakeLists.txt
+===================================================================
+--- evolution-data-server-3.24.3.orig/CMakeLists.txt
++++ evolution-data-server-3.24.3/CMakeLists.txt
+@@ -18,7 +18,7 @@ set(BASE_VERSION 3.24)
+ set(API_VERSION 1.2)
+ 
+ # Required for FindIntltool module
+-set(GETTEXT_PACKAGE ${PROJECT_NAME})
++set(GETTEXT_PACKAGE "evolution-data-server")
+ set(GETTEXT_PO_DIR ${CMAKE_SOURCE_DIR}/po)
+ 
+ # Required for 'disttest' and 'ditcheck' of DistTarget module




More information about the pkg-evolution-commits mailing list