[Python-modules-commits] r26594 - in packages/plainbox/trunk/debian (changelog control)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Wed Nov 27 21:45:42 UTC 2013
Date: Wednesday, November 27, 2013 @ 21:45:41
Author: zyga-guest
Revision: 26594
Add missing dependency on policykit
Modified:
packages/plainbox/trunk/debian/changelog
packages/plainbox/trunk/debian/control
Modified: packages/plainbox/trunk/debian/changelog
===================================================================
--- packages/plainbox/trunk/debian/changelog 2013-11-27 21:18:25 UTC (rev 26593)
+++ packages/plainbox/trunk/debian/changelog 2013-11-27 21:45:41 UTC (rev 26594)
@@ -2,6 +2,7 @@
* Initial release (Closes: #730568)
* debian/control: Changed chort description of each package to be unique
+ * debian/control: Make python3-plainbox depend on policykit-1
* debian/patches: Fix patches to apply cleanly
* debian/copyright: Clarify license for most files as GPL-3+, drop text
* debian/copyright: Clairfy signal.py license as GPL-3 (only)
Modified: packages/plainbox/trunk/debian/control
===================================================================
--- packages/plainbox/trunk/debian/control 2013-11-27 21:18:25 UTC (rev 26593)
+++ packages/plainbox/trunk/debian/control 2013-11-27 21:45:41 UTC (rev 26594)
@@ -54,9 +54,10 @@
${misc:Depends},
${python3:Depends},
plainbox-policy,
+ policykit-1,
python3-lxml,
python3-pkg-resources,
- python3-requests (>= 1.1)
+ python3-requests (>= 1.1),
Suggests:
python3-xlsxwriter
Description: toolkit for software and hardware testing (python3 module)
More information about the Python-modules-commits
mailing list