r47273 - in /desktop/unstable/libsecret/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Jan 25 00:05:56 UTC 2016
Author: biebl
Date: Mon Jan 25 00:05:56 2016
New Revision: 47273
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47273
Log:
* Run test suite during build
- Add Build-Depends on dbus on gjs.
- Use dbus-run-session to run the test suite as some of the tests require
a D-Bus session.
- Unset LD_PRELOAD when running the test suite as most tests fail when run
under fakeroot.
Modified:
desktop/unstable/libsecret/debian/changelog
desktop/unstable/libsecret/debian/control
desktop/unstable/libsecret/debian/control.in
desktop/unstable/libsecret/debian/rules
Modified: desktop/unstable/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/changelog?rev=47273&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsecret/debian/changelog [utf-8] Mon Jan 25 00:05:56 2016
@@ -1,6 +1,12 @@
libsecret (0.18.4-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Run test suite during build
+ - Add Build-Depends on dbus on gjs.
+ - Use dbus-run-session to run the test suite as some of the tests require
+ a D-Bus session.
+ - Unset LD_PRELOAD when running the test suite as most tests fail when run
+ under fakeroot.
-- Michael Biebl <biebl at debian.org> Mon, 25 Jan 2016 00:08:35 +0100
Modified: desktop/unstable/libsecret/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/control?rev=47273&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/control [utf-8] (original)
+++ desktop/unstable/libsecret/debian/control [utf-8] Mon Jan 25 00:05:56 2016
@@ -18,7 +18,9 @@
valac (>= 0.17.2.12),
python-dbus,
python-gobject,
- gnome-pkg-tools
+ gnome-pkg-tools,
+ dbus,
+ gjs
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libsecret
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsecret/
Modified: desktop/unstable/libsecret/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/control.in?rev=47273&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/control.in [utf-8] (original)
+++ desktop/unstable/libsecret/debian/control.in [utf-8] Mon Jan 25 00:05:56 2016
@@ -14,7 +14,9 @@
valac (>= 0.17.2.12),
python-dbus,
python-gobject,
- gnome-pkg-tools
+ gnome-pkg-tools,
+ dbus,
+ gjs
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libsecret
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsecret/
Modified: desktop/unstable/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/rules?rev=47273&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/rules [utf-8] (original)
+++ desktop/unstable/libsecret/debian/rules [utf-8] Mon Jan 25 00:05:56 2016
@@ -13,7 +13,6 @@
find debian/tmp/usr/lib -name '*.la' -delete
dh_install --fail-missing
-# Disable tests as they don't work for some reason
override_dh_auto_test:
- make -p check || true
+ env -u LD_PRELOAD dbus-run-session -- make check
More information about the pkg-gnome-commits
mailing list