diff -Nru libgweather-3.18.2.orig/debian/changelog libgweather-3.18.2/debian/changelog --- libgweather-3.18.2.orig/debian/changelog 2016-09-06 12:25:51.000000000 +0200 +++ libgweather-3.18.2/debian/changelog 2017-12-11 20:25:16.031806254 +0100 @@ -1,3 +1,12 @@ +libgweather (3.18.2-0ubuntu0.2) xenial; urgency=medium + + * Add langpack-hack.patch: + - Rename the gettext template to work around Launchpad issue. This + fixes the untranslated weather conditions in the GNOME Weather + app. (LP: #1704533) + + -- Gunnar Hjalmarsson Mon, 11 Dec 2017 20:25:00 +0100 + libgweather (3.18.2-0ubuntu0.1) xenial; urgency=medium * New upstream bugfix release. diff -Nru libgweather-3.18.2.orig/debian/patches/langpack-hack.patch libgweather-3.18.2/debian/patches/langpack-hack.patch --- libgweather-3.18.2.orig/debian/patches/langpack-hack.patch 1970-01-01 01:00:00.000000000 +0100 +++ libgweather-3.18.2/debian/patches/langpack-hack.patch 2017-12-11 20:06:14.969494184 +0100 @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -74,7 +74,7 @@ + IT_PROG_INTLTOOL([0.50.0]) + IT_PO_SUBDIR([po-locations]) + +-GETTEXT_PACKAGE=libgweather-3.0 ++GETTEXT_PACKAGE=libgweather + AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package]) + diff -Nru libgweather-3.18.2.orig/debian/patches/series libgweather-3.18.2/debian/patches/series --- libgweather-3.18.2.orig/debian/patches/series 2016-09-06 12:25:51.000000000 +0200 +++ libgweather-3.18.2/debian/patches/series 2017-12-11 20:06:53.336018963 +0100 @@ -1,2 +1,3 @@ 02_no_external_gettext.patch 99_ltmain_as-needed.patch +langpack-hack.patch