aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-10-18 18:41:11 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-10-18 18:41:11 +0200
commit37e6092b0d0b16579906f080217e57b3396a62e6 (patch)
tree196e575b53a8e175b25f353823ae53e63198ddba /debian/control
parentnew standards version (diff)
downloadkrb5-auth-dialog-37e6092b0d0b16579906f080217e57b3396a62e6.tar.gz
krb5-auth-dialog-37e6092b0d0b16579906f080217e57b3396a62e6.tar.bz2
krb5-auth-dialog-37e6092b0d0b16579906f080217e57b3396a62e6.zip
depend on gconf2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f1acdab..05b7c0e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 3.8.0
Package: krb5-auth-dialog
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, gconf2
Description: tray applet for reauthenticating kerberos tickets
krb5-auth-dialog is a simple tray applet that monitors kerberos tickets. It
pops up reminders when the ticket is about to expire. Tickets can be refreshed
bgstack15