aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-31 17:48:04 +0200
committerGuido Günther <agx@sigxcpu.org>2013-04-01 10:20:27 +0200
commite045c1caa96893a9775af3f337eaefd4d26f798d (patch)
tree403ba13813974a661c102e896b0f34ba4fd66cb6
parentMerge tag 'upstream/3.8.0' (diff)
downloadkrb5-auth-dialog-e045c1caa96893a9775af3f337eaefd4d26f798d.tar.gz
krb5-auth-dialog-e045c1caa96893a9775af3f337eaefd4d26f798d.tar.bz2
krb5-auth-dialog-e045c1caa96893a9775af3f337eaefd4d26f798d.zip
Use GSettings instead of GConf
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c2f329b..33cb46c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 6),
bison,
flex,
libnotify-dev (>= 0.7.1),
- libgconf2-dev,
gnome-doc-utils,
rarian-compat,
libpam0g-dev,
@@ -29,7 +28,7 @@ Homepage: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog
Package: krb5-auth-dialog
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gconf2
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnome-control-center
Description: tray applet for reauthenticating kerberos tickets
krb5-auth-dialog is a simple tray applet that monitors kerberos tickets. It
bgstack15