[SCM] Polkit Qt 1 packaging branch, experimental, updated. debian/0.95.1-1-66-g07f096f
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Mar 14 09:18:41 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/polkit-qt-1.git;a=commitdiff;h=f12694a
The following commit has been merged in the experimental branch:
commit f12694aed23bd1d761a76fb07e430facca119e2d
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sun Jan 25 20:46:04 2015 +0100
Add systemd as an alternative to the deprecated consolekit.
---
debian/changelog | 2 +-
debian/control | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 41ca395..b71c6c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
polkit-qt-1 (0.112.0-2~) UNRELEASED; urgency=medium
- *
+ * Add systemd as an alternative to the deprecated consolekit.
-- Maximiliano Curia <maxy at debian.org> Sun, 25 Jan 2015 20:41:54 +0100
diff --git a/debian/control b/debian/control
index 0d6d07a..a63d0d3 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Package: libpolkit-qt-1-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}, consolekit
+Depends: ${misc:Depends}, ${shlibs:Depends}, consolekit | systemd
Description: PolicyKit-qt-1 library
PolicyKit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
@@ -73,7 +73,7 @@ Description: PolicyKit-qt5-1 development files
Package: libpolkit-qt5-1-1
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, consolekit
+Depends: ${misc:Depends}, ${shlibs:Depends}, consolekit | systemd
Description: PolicyKit-qt5-1 library
PolicyKit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
--
Polkit Qt 1 packaging
More information about the pkg-kde-commits
mailing list