r53939 - in /desktop/unstable/gnome-software/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Sep 15 00:18:00 UTC 2017


Author: jbicha
Date: Fri Sep 15 00:17:59 2017
New Revision: 53939

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53939
Log:
Add workaround for Ubuntu translations issue

Modified:
    desktop/unstable/gnome-software/debian/changelog
    desktop/unstable/gnome-software/debian/rules

Modified: desktop/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/changelog?rev=53939&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/changelog	[utf-8] Fri Sep 15 00:17:59 2017
@@ -5,6 +5,8 @@
 
   [ Jeremy Bicha ]
   * New upstream release
+  * debian/rules
+    - Add workaround for Ubuntu translations issue
 
  -- Jeremy Bicha <jbicha at debian.org>  Thu, 14 Sep 2017 20:16:00 -0400
 

Modified: desktop/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/rules?rev=53939&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/rules	[utf-8] Fri Sep 15 00:17:59 2017
@@ -87,3 +87,8 @@
 override_dh_clean:
 	rm -f debian/gnome-software.gsettings-override
 	dh_clean
+
+# Needed by Ubuntu
+override_dh_translations:
+	ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-software-pot
+	dh_translations




More information about the pkg-gnome-commits mailing list