This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libgnome2-gconf-perl.

commit f38d14f7e2e6a6fc160e7f45c152b5b4aef1b57e
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Aug 30 19:19:46 2016 +0200

    Use dbus-run-session to run tests.
    
    Thanks: Simon McVittie for the bug report.
    Closes: #836109
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2cf4e7d..1c4121e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
                perl,
-               dbus-x11,
+               dbus (>= 1.8),
                libextutils-depends-perl,
                libextutils-pkgconfig-perl,
                libgconf2-dev,
diff --git a/debian/rules b/debian/rules
index b2da011..a964dce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
        dh $@
 
 override_dh_auto_test:
-       dbus-launch dh_auto_test
+       dbus-run-session -- dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libgnome2-gconf-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to