diff -Nru libgweather-3.24.1.orig/debian/changelog libgweather-3.24.1/debian/changelog --- libgweather-3.24.1.orig/debian/changelog 2017-06-06 05:06:59.000000000 +0200 +++ libgweather-3.24.1/debian/changelog 2017-12-11 20:29:03.379463571 +0100 @@ -1,3 +1,12 @@ +libgweather (3.24.1-0ubuntu0.2) zesty; 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:29:00 +0100 + libgweather (3.24.1-0ubuntu0.1) zesty; urgency=medium * New upstream bugfix release diff -Nru libgweather-3.24.1.orig/debian/patches/langpack-hack.patch libgweather-3.24.1/debian/patches/langpack-hack.patch --- libgweather-3.24.1.orig/debian/patches/langpack-hack.patch 1970-01-01 01:00:00.000000000 +0100 +++ libgweather-3.24.1/debian/patches/langpack-hack.patch 2017-12-11 20:18:32.228204616 +0100 @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -72,7 +72,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.24.1.orig/debian/patches/series libgweather-3.24.1/debian/patches/series --- libgweather-3.24.1.orig/debian/patches/series 2017-06-06 05:06:59.000000000 +0200 +++ libgweather-3.24.1/debian/patches/series 2017-12-11 20:19:10.111362835 +0100 @@ -1 +1 @@ - +langpack-hack.patch