r54002 - in /desktop/experimental/gtk+4.0/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Sep 17 08:24:56 UTC 2017
Author: pochu
Date: Sun Sep 17 08:24:56 2017
New Revision: 54002
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54002
Log:
Don't abort on test suite failures.
Modified:
desktop/experimental/gtk+4.0/debian/changelog
desktop/experimental/gtk+4.0/debian/rules
Modified: desktop/experimental/gtk+4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/changelog?rev=54002&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/changelog [utf-8] Sun Sep 17 08:24:56 2017
@@ -2,6 +2,7 @@
* New major release, GTK+ 4 (beta version).
Rename everything as appropriate for GTK+ 4.
+ * Don't abort on test suite failures.
-- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 11 Sep 2017 23:33:08 +0200
Modified: desktop/experimental/gtk+4.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/rules?rev=54002&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/rules [utf-8] Sun Sep 17 08:24:56 2017
@@ -181,7 +181,7 @@
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
glib-compile-schemas debian/build/glib-2.0/schemas/
# 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
+ env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k check -j1 || true
override_dh_auto_install:
dh_auto_install --builddirectory=debian/build/deb --destdir=debian/install/deb
More information about the pkg-gnome-commits
mailing list