r53669 - /desktop/unstable/gtk+3.0/debian/rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Sep 11 20:59:30 UTC 2017
Author: pochu
Date: Mon Sep 11 20:59:30 2017
New Revision: 53669
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53669
Log:
move testsuite related bits to override_dh_auto_test
Modified:
desktop/unstable/gtk+3.0/debian/rules
Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=53669&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules [utf-8] Mon Sep 11 20:59:30 2017
@@ -111,6 +111,12 @@
endif
override_dh_auto_build:
+ dh_auto_build --builddirectory=debian/build/deb
+ifneq ($(filter %-udeb,$(binaries)),)
+ dh_auto_build --builddirectory=debian/build/udeb
+endif
+
+override_dh_auto_test:
# Mark reftests with known failures as non-fatal
touch testsuite/reftests/nonresizable-size.ui.known_fail
touch testsuite/reftests/window-show-contents-on-map.ui.known_fail
@@ -120,12 +126,6 @@
mkdir -p debian/build/glib-2.0/schemas/
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
glib-compile-schemas debian/build/glib-2.0/schemas/
- dh_auto_build --builddirectory=debian/build/deb
-ifneq ($(filter %-udeb,$(binaries)),)
- dh_auto_build --builddirectory=debian/build/udeb
-endif
-
-override_dh_auto_test:
# Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail
env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k check -j1
More information about the pkg-gnome-commits
mailing list