[Python-modules-commits] r34175 - in packages/python-secretstorage/trunk/debian (3 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Sun Sep 6 09:56:43 UTC 2015
Date: Sunday, September 6, 2015 @ 09:56:42
Author: mitya57
Revision: 34175
Replace Xvfb with dbus-run-session in gnome-keyring autopkgtest.
Modified:
packages/python-secretstorage/trunk/debian/changelog
packages/python-secretstorage/trunk/debian/tests/control
packages/python-secretstorage/trunk/debian/tests/gnome-keyring
Modified: packages/python-secretstorage/trunk/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog 2015-09-06 08:48:47 UTC (rev 34174)
+++ packages/python-secretstorage/trunk/debian/changelog 2015-09-06 09:56:42 UTC (rev 34175)
@@ -1,3 +1,9 @@
+python-secretstorage (2.1.2-2) UNRELEASED; urgency=medium
+
+ * Replace Xvfb with dbus-run-session in gnome-keyring autopkgtest.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 06 Sep 2015 12:55:29 +0300
+
python-secretstorage (2.1.2-1) unstable; urgency=medium
* New upstream release.
Modified: packages/python-secretstorage/trunk/debian/tests/control
===================================================================
--- packages/python-secretstorage/trunk/debian/tests/control 2015-09-06 08:48:47 UTC (rev 34174)
+++ packages/python-secretstorage/trunk/debian/tests/control 2015-09-06 09:56:42 UTC (rev 34175)
@@ -1,6 +1,4 @@
Tests: gnome-keyring
Depends: gnome-keyring (>= 3.11.92),
python-secretstorage,
- python3-secretstorage,
- xauth,
- xvfb
+ python3-secretstorage
Modified: packages/python-secretstorage/trunk/debian/tests/gnome-keyring
===================================================================
--- packages/python-secretstorage/trunk/debian/tests/gnome-keyring 2015-09-06 08:48:47 UTC (rev 34174)
+++ packages/python-secretstorage/trunk/debian/tests/gnome-keyring 2015-09-06 09:56:42 UTC (rev 34175)
@@ -8,5 +8,5 @@
for python in $(pyversions -i) $(py3versions -i); do
echo "Testing with $python..."
- xvfb-run -a $python -m unittest discover -v -s tests
+ dbus-run-session -- $python -m unittest discover -v -s tests
done
More information about the Python-modules-commits
mailing list