Modified control file to use python-dbus and policykit as recommended

packages, after all these are not required for oblogout to run.
This commit is contained in:
2009-03-29 10:34:51 +01:00
parent 9319c7bac5
commit 47b37c20fe

3
debian/control vendored
View File

@@ -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.