From 47b37c20fe4d044e770bd0c4bd8d050f622c759e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 29 Mar 2009 10:34:51 +0100 Subject: [PATCH] Modified control file to use python-dbus and policykit as recommended packages, after all these are not required for oblogout to run. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ff124a4..c5c34a2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Homepage: http://launchpad.net/oblogout/ Package: oblogout Architecture: all -Depends: ${python:Depends}, python-gobject, python-gtk2, python-imaging, python-cairo, python-dbus +Depends: ${python:Depends}, python-gobject, python-gtk2, python-imaging, python-cairo +Recommends: python-dbus, policykit XB-Python-Version: ${python:Versions} Description: Logout script designed with Openbox in mind. OBLogout is a expandable, configurable, and theme-able logout script designed to be used in a Openbox desktop environment.