aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-21 13:30:18 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-21 13:30:18 +0200
commite3faf1bd01394dd4b66461d43c7480ec8958c342 (patch)
tree5d74525fa20c533437cec666b2e4391fe5e3f1b0
parentBuild-Depend on itstool (diff)
downloadkrb5-auth-dialog-e3faf1bd01394dd4b66461d43c7480ec8958c342.tar.gz
krb5-auth-dialog-e3faf1bd01394dd4b66461d43c7480ec8958c342.tar.bz2
krb5-auth-dialog-e3faf1bd01394dd4b66461d43c7480ec8958c342.zip
wrap-and-sort -ast
-rw-r--r--debian/control31
1 files changed, 17 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index 22c0c8b..eb88969 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,27 @@ Source: krb5-auth-dialog
Section: gnome
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
-Build-Depends: debhelper (>= 6),
+Build-Depends:
+ autoconf,
+ automake,
+ autotools-dev,
+ bison,
cdbs,
+ debhelper (>= 6),
+ flex,
+ gnome-common,
+ gnome-doc-utils,
heimdal-dev (>= 1.3.1.dfsg.1-5),
+ intltool,
+ itstool,
+ libglade2-dev,
libglib2.0-dev (>= 2.26.0),
libgtk-3-dev (>= 3.14.0),
- libglade2-dev, intltool,
- autotools-dev,
libnm-glib-dev (>= 0.8.1),
- gnome-common,
- itstool,
- autoconf,
- automake,
- pkg-config,
- intltool,
- bison,
- flex,
libnotify-dev (>= 0.7.1),
- gnome-doc-utils,
- rarian-compat,
libpam0g-dev,
+ pkg-config,
+ rarian-compat,
Standards-Version: 3.9.2
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/
@@ -29,7 +30,9 @@ Homepage: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog
Package: krb5-auth-dialog
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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
bgstack15