aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-11-19 17:29:06 +0100
committerGuido Guenther <agx@sigxcpu.org>2007-11-19 17:29:06 +0100
commit064719aab6de6e455cf6c62b617be527f74b5747 (patch)
tree5b328c4e4c15895932b7d11ed9643512f12cdb55 /debian/control
parentImported upstream version 0.6 (diff)
downloadkrb5-auth-dialog-064719aab6de6e455cf6c62b617be527f74b5747.tar.gz
krb5-auth-dialog-064719aab6de6e455cf6c62b617be527f74b5747.tar.bz2
krb5-auth-dialog-064719aab6de6e455cf6c62b617be527f74b5747.zip
Imported Debian patch 0.6-0ubuntu1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5848d52
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: krb5-auth-dialog
+Section: gnome
+Priority: optional
+Maintainer: Andrew Mitchell <ajmitch@ubuntu.com>
+Build-Depends: debhelper (>= 5.0.0), cdbs, libkrb5-dev, libgnome2-dev, libgtk2.0-dev, libglade2-dev, intltool, libgnomeui-dev
+Standards-Version: 3.7.2
+
+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