r53352 - in /desktop/unstable/gnome-power-manager/debian: changelog rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Fri Sep 1 23:41:49 UTC 2017
Author: jbicha
Date: Fri Sep 1 23:41:49 2017
New Revision: 53352
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53352
Log:
Add workaround for Ubuntu translations issue
Modified:
desktop/unstable/gnome-power-manager/debian/changelog
desktop/unstable/gnome-power-manager/debian/rules
Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=53352&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog [utf-8] Fri Sep 1 23:41:49 2017
@@ -2,6 +2,8 @@
* New upstream release
* Switch to meson
+ * debian/rules:
+ - Add workaround for Ubuntu translations issue
* Drop 0001-Rename-the-application-id-passed-to-the-gtk_applicat.patch:
- Applied in new release
* Add ctrl-q-quit.patch from Ubuntu
Modified: desktop/unstable/gnome-power-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/rules?rev=53352&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/rules [utf-8] Fri Sep 1 23:41:49 2017
@@ -6,3 +6,8 @@
%:
dh $@ --with gnome --buildsystem=meson
+
+# Needed for Ubuntu translation support
+override_dh_translations:
+ dh_translations
+ ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-power-manager-pot
More information about the pkg-gnome-commits
mailing list