r45848 - in /desktop/experimental/gnome-keyring/debian: changelog control control.in rules
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Sun Sep 6 09:31:22 UTC 2015
Author: mitya57
Date: Sun Sep 6 09:31:19 2015
New Revision: 45848
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45848
Log:
Replace Xvfb with dbus-run-session, it much better fits our needs.
Modified:
desktop/experimental/gnome-keyring/debian/changelog
desktop/experimental/gnome-keyring/debian/control
desktop/experimental/gnome-keyring/debian/control.in
desktop/experimental/gnome-keyring/debian/rules
Modified: desktop/experimental/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/changelog?rev=45848&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/changelog [utf-8] Sun Sep 6 09:31:19 2015
@@ -1,8 +1,8 @@
gnome-keyring (3.17.91-2) UNRELEASED; urgency=medium
- * Add dbus-x11 build-dependency, forgotten in the previous upload.
-
- -- Dmitry Shachnev <mitya57 at debian.org> Sat, 05 Sep 2015 13:47:47 +0300
+ * Replace Xvfb with dbus-run-session, it much better fits our needs.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 06 Sep 2015 12:30:14 +0300
gnome-keyring (3.17.91-1) experimental; urgency=medium
Modified: desktop/experimental/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control?rev=45848&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control [utf-8] Sun Sep 6 09:31:19 2015
@@ -10,7 +10,7 @@
Build-Depends: debhelper (>= 9),
cdbs,
ca-certificates,
- dbus-x11,
+ dbus,
dh-autoreconf,
docbook-xml,
gnome-pkg-tools (>= 0.10),
@@ -26,9 +26,7 @@
libselinux1-dev [linux-any],
libtasn1-6-dev,
libtasn1-bin,
- libglib2.0-doc,
- xauth,
- xvfb
+ libglib2.0-doc
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/gnome-keyring/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/gnome-keyring/
Modified: desktop/experimental/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control.in?rev=45848&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control.in [utf-8] Sun Sep 6 09:31:19 2015
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9),
cdbs,
ca-certificates,
- dbus-x11,
+ dbus,
dh-autoreconf,
docbook-xml,
gnome-pkg-tools (>= 0.10),
@@ -22,9 +22,7 @@
libselinux1-dev [linux-any],
libtasn1-6-dev,
libtasn1-bin,
- libglib2.0-doc,
- xauth,
- xvfb
+ libglib2.0-doc
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/gnome-keyring/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/gnome-keyring/
Modified: desktop/experimental/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/rules?rev=45848&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/rules [utf-8] Sun Sep 6 09:31:19 2015
@@ -11,7 +11,7 @@
include /usr/share/dpkg/buildflags.mk
debian/stamp-makefile-check:
- -xvfb-run -a $(MAKE) check
+ -dbus-run-session -- $(MAKE) check -j1
touch $@
DEB_CONFIGURE_EXTRA_FLAGS += --with-pam-dir=/lib/security \
More information about the pkg-gnome-commits
mailing list