r45840 - in /desktop/experimental/gnome-keyring/debian: changelog control rules
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Sat Sep 5 10:27:29 UTC 2015
Author: mitya57
Date: Sat Sep 5 10:27:29 2015
New Revision: 45840
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45840
Log:
Run tests in Xvfb to make them really run (and not hang because of
missing D-Bus). Still ignore the result because two tests fail.
Modified:
desktop/experimental/gnome-keyring/debian/changelog
desktop/experimental/gnome-keyring/debian/control
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=45840&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/changelog [utf-8] Sat Sep 5 10:27:29 2015
@@ -5,6 +5,8 @@
* Drop --disable-gpg-agent option, GPG agent has been dropped upstream.
* Also drop code to remove gnome-keyring-gpg.desktop.
* Remove outdated information from README.Debian.
+ * Run tests in Xvfb to make them really run (and not hang because of
+ missing D-Bus). Still ignore the result because two tests fail.
-- Dmitry Shachnev <mitya57 at debian.org> Sat, 05 Sep 2015 10:29:00 +0300
Modified: desktop/experimental/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control?rev=45840&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control [utf-8] Sat Sep 5 10:27:29 2015
@@ -25,7 +25,9 @@
libselinux1-dev [linux-any],
libtasn1-6-dev,
libtasn1-bin,
- libglib2.0-doc
+ libglib2.0-doc,
+ xauth,
+ xvfb
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=45840&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/rules [utf-8] Sat Sep 5 10:27:29 2015
@@ -10,9 +10,9 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
include /usr/share/dpkg/buildflags.mk
-ifeq (,$(filter $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64))
-DEB_MAKE_CHECK_TARGET := -k check || true
-endif
+debian/stamp-makefile-check:
+ -xvfb-run -a $(MAKE) check
+ touch $@
DEB_CONFIGURE_EXTRA_FLAGS += --with-pam-dir=/lib/security \
--enable-gtk-doc \
More information about the pkg-gnome-commits
mailing list