r53489 - in /desktop/unstable/gnome-calendar/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Tue Sep 5 18:18:43 UTC 2017


Author: jbicha
Date: Tue Sep  5 18:18:42 2017
New Revision: 53489

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

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

Modified: desktop/unstable/gnome-calendar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/changelog?rev=53489&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/changelog	[utf-8] Tue Sep  5 18:18:42 2017
@@ -1,3 +1,10 @@
+gnome-calendar (3.25.90-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Add workaround for Ubuntu translations issue
+
+ -- Jeremy Bicha <jbicha at debian.org>  Tue, 05 Sep 2017 14:17:33 -0400
+
 gnome-calendar (3.25.90-1) unstable; urgency=medium
 
   * New upstream release

Modified: desktop/unstable/gnome-calendar/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/rules?rev=53489&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/rules	[utf-8] Tue Sep  5 18:18:42 2017
@@ -4,3 +4,8 @@
 
 %:
 	dh $@ --with gnome --buildsystem=meson
+
+# Needed by Ubuntu
+override_dh_translations:
+	ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-calendar-pot
+	dh_translations




More information about the pkg-gnome-commits mailing list