aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: ae1a0e80ba1ebfb505f8c28aef93649dcfd8a009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: krb5-auth-dialog
Section: gnome
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 6), quilt, cdbs, heimdal-dev, libgtk2.0-dev,
 libglade2-dev, intltool, libgnomeui-dev, autotools-dev, libnm-glib-dev, gnome-common,
 autoconf, automake, pkg-config, intltool, bison, flex, libnotify-dev, libgconf2-dev,
 libdbus-glib-1-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