r53982 - in /desktop/unstable/atk1.0/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sat Sep 16 10:32:13 UTC 2017
Author: jbicha
Date: Sat Sep 16 10:32:13 2017
New Revision: 53982
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53982
Log:
Add workaround for Ubuntu translations issue
Modified:
desktop/unstable/atk1.0/debian/changelog
desktop/unstable/atk1.0/debian/rules
Modified: desktop/unstable/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/changelog?rev=53982&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/changelog [utf-8] Sat Sep 16 10:32:13 2017
@@ -1,3 +1,10 @@
+atk1.0 (2.26.0-3) UNRELEASED; urgency=medium
+
+ * debian/rules
+ - Add workaround for Ubuntu translations issue
+
+ -- Jeremy Bicha <jbicha at debian.org> Sat, 16 Sep 2017 06:31:40 -0400
+
atk1.0 (2.26.0-2) unstable; urgency=medium
* Update maintainer
Modified: desktop/unstable/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/rules?rev=53982&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/rules [utf-8] Sat Sep 16 10:32:13 2017
@@ -28,3 +28,9 @@
override_dh_strip:
dh_strip --dbgsym-migration='libatk1.0-dbg (<< 2.21.90-1~)'
+
+# Needed by Ubuntu
+override_dh_translations:
+ ninja -C obj-$(DEB_HOST_GNU_TYPE) atk10-pot
+ dh_translations
+
More information about the pkg-gnome-commits
mailing list