aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 74d55b0055fb0b3bcd951507daa837183cfaa26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: krb5-auth-dialog
Section: gnome
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends:
 autoconf,
 automake,
 autotools-dev,
 bison,
 cdbs,
 debhelper (>= 6),
 flex,
 gnome-common,
 gnome-doc-utils,
 intltool,
 itstool,
 libglade2-dev,
 libglib2.0-dev (>= 2.26.0),
 libgtk-3-dev (>= 3.14.0),
 libkrb5-dev,
 libnm-dev,
 libnotify-dev (>= 0.7.1),
 libpam0g-dev,
 pkg-config,
 rarian-compat,
Standards-Version: 3.9.8
Vcs-Git: git://git.debian.org/git/users/agx/krb5-auth-dialog.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/agx/krb5-auth-dialog.git/
Homepage: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog

Package: krb5-auth-dialog
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
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
 at any time by clicking on the tray icon. It can also operate in "classic
 mode" as a simple dialog without any trayicon.
 .
 It features ticket autorenewal and supports pkinit.
bgstack15