r35644 - in /desktop/experimental/libsecret/debian: control control.in rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Aug 26 12:23:00 UTC 2012


Author: sjoerd
Date: Sun Aug 26 12:22:59 2012
New Revision: 35644

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35644
Log:
Remove the usage of dbus-test-runner, not available in debian

Modified:
    desktop/experimental/libsecret/debian/control
    desktop/experimental/libsecret/debian/control.in
    desktop/experimental/libsecret/debian/rules

Modified: desktop/experimental/libsecret/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/control?rev=35644&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/control [utf-8] (original)
+++ desktop/experimental/libsecret/debian/control [utf-8] Sun Aug 26 12:22:59 2012
@@ -16,8 +16,7 @@
                libgirepository1.0-dev (>= 1.29),
                gobject-introspection (>= 1.29),
                gtk-doc-tools,
-               valac-0.18 (>= 0.17.2.12),
-               dbus-test-runner,
+               valac (>= 0.17.2.12) | valac-0.18 (>= 0.17.2.12),
                python-dbus,
                python-gobject
 Standards-Version: 3.9.3

Modified: desktop/experimental/libsecret/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/control.in?rev=35644&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/control.in [utf-8] (original)
+++ desktop/experimental/libsecret/debian/control.in [utf-8] Sun Aug 26 12:22:59 2012
@@ -11,8 +11,7 @@
                libgirepository1.0-dev (>= 1.29),
                gobject-introspection (>= 1.29),
                gtk-doc-tools,
-               valac-0.18 (>= 0.17.2.12),
-               dbus-test-runner,
+               valac (>= 0.17.2.12) | valac-0.18 (>= 0.17.2.12),
                python-dbus,
                python-gobject
 Standards-Version: 3.9.3

Modified: desktop/experimental/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/rules?rev=35644&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/rules [utf-8] (original)
+++ desktop/experimental/libsecret/debian/rules [utf-8] Sun Aug 26 12:22:59 2012
@@ -5,7 +5,7 @@
 
 # Disable tests as they don't work for some reason
 override_dh_auto_test:
-	dbus-test-runner -t make -p check || true
+	make -p check || true
 
 %:
 	dh $@ --with autoreconf,gir




More information about the pkg-gnome-commits mailing list