[SCM] knotifications packaging branch, master, updated. debian/5.25.0-1-5-g15e4b73

Maximiliano Curia maxy at moszumanska.debian.org
Thu Sep 29 15:17:15 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knotifications.git;a=commitdiff;h=15e4b73

The following commit has been merged in the master branch:
commit 15e4b7352105ab90f2d994869409dd69971e2451
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Sep 29 14:34:58 2016 +0200

    Replace dbus-launch by dbus-run-session in tests
---
 debian/changelog     | 1 +
 debian/control       | 2 +-
 debian/rules         | 2 +-
 debian/tests/control | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd85152..0a91d7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ knotifications (5.26.0-1) unstable; urgency=medium
 
   [ Maximiliano Curia ]
   * Bump group breaks (5.26)
+  * Replace dbus-launch with dbus-run-session in tests
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 29 Sep 2016 11:59:38 +0200
 
diff --git a/debian/control b/debian/control
index 161a236..90c8cff 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12~),
-               dbus-x11,
+               dbus (>= 1.8),
                debhelper (>= 9),
                extra-cmake-modules (>= 5.26.0~),
                libdbusmenu-qt5-dev,
diff --git a/debian/rules b/debian/rules
index faf1a6c..57cff1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkf5notifications5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
-	dbus-launch --exit-with-session $(overriden_command)
+	dbus-run-session -- $(overriden_command)
diff --git a/debian/tests/control b/debian/tests/control
index 6d80b94..08f7d46 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 # Tests: testsuite
-# Depends: @, @builddeps@, build-essential, dbus-x11
+# Depends: @, @builddeps@, build-essential, dbus (>= 1.8)
 # Restrictions: build-needed
 
 Tests: acc

-- 
knotifications packaging



More information about the pkg-kde-commits mailing list