r53320 - in /desktop/experimental/gnome-shell/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Sep 1 15:29:52 UTC 2017


Author: jbicha
Date: Fri Sep  1 15:29:51 2017
New Revision: 53320

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53320
Log:
Add some Ubuntu tweaks (translation workaround, mandatory build tests)

Modified:
    desktop/experimental/gnome-shell/debian/changelog
    desktop/experimental/gnome-shell/debian/rules

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=53320&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog	[utf-8] Fri Sep  1 15:29:51 2017
@@ -4,6 +4,8 @@
     - Don't use variable when passing libexecdir for meson build
     - Change --list-missing to --fail-missing to catch this kind of problem
     - Switch to dh_missing
+    - Make build tests mandatory on Ubuntu (unknown failure on Debian)
+    - Add workaround for Ubuntu translations issue
 
  -- Jeremy Bicha <jbicha at debian.org>  Fri, 01 Sep 2017 10:57:42 -0400
 

Modified: desktop/experimental/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/rules?rev=53320&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/rules	[utf-8] Fri Sep  1 15:29:51 2017
@@ -37,5 +37,13 @@
 override_dh_strip:
 	dh_strip --dbgsym-migration='gnome-shell-dbg (<< 3.20.2-2~)'
 
+override_dh_translations:
+	ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-shell-pot
+	dh_translations
+
 override_dh_auto_test:
+ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
+	xvfb-run dh_auto_test
+else	
 	-xvfb-run dh_auto_test
+endif




More information about the pkg-gnome-commits mailing list