diff options
author | Guido Günther <agx@sigxcpu.org> | 2008-10-18 18:41:11 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-10-18 18:41:11 +0200 |
commit | 37e6092b0d0b16579906f080217e57b3396a62e6 (patch) | |
tree | 196e575b53a8e175b25f353823ae53e63198ddba | |
parent | new standards version (diff) | |
download | krb5-auth-dialog-37e6092b0d0b16579906f080217e57b3396a62e6.tar.gz krb5-auth-dialog-37e6092b0d0b16579906f080217e57b3396a62e6.tar.bz2 krb5-auth-dialog-37e6092b0d0b16579906f080217e57b3396a62e6.zip |
depend on gconf2
-rw-r--r-- | debian/control | 2 |
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 |