aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: c4448a5c0ee9fbf030e33d5cbea3de33d22e923a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: krb5-auth-dialog
Section: gnome
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 5.0.0), cdbs, libkrb5-dev, libgnome2-dev, libgtk2.0-dev, libglade2-dev, intltool, libgnomeui-dev
Standards-Version: 3.7.3

Package: krb5-auth-dialog
Architecture: any
Depends: ${shlibs:Depends}
Description: dialog for reauthenticating kerberos tickets
 krb5-auth-dialog is a simple dialog that monitors kerberos tickets, and 
 pops up a dialog when they are about to expire. 
 
bgstack15