diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-10-27 20:14:38 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-10-27 20:14:38 +0100 |
commit | 3e6b60164d2366b10634249624c60a4e4b5ad054 (patch) | |
tree | 2389835d127e1385da8be12d590f80175ad6b32a | |
parent | Merge tag 'upstream/3.15.1' into experimental (diff) | |
download | krb5-auth-dialog-3e6b60164d2366b10634249624c60a4e4b5ad054.tar.gz krb5-auth-dialog-3e6b60164d2366b10634249624c60a4e4b5ad054.tar.bz2 krb5-auth-dialog-3e6b60164d2366b10634249624c60a4e4b5ad054.zip |
Bump required GTK+ version
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 33cb46c..579a273 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 6), cdbs, heimdal-dev (>= 1.3.1.dfsg.1-5), libglib2.0-dev (>= 2.26.0), - libgtk-3-dev, + libgtk-3-dev (>= 3.14.0), libglade2-dev, intltool, autotools-dev, libnm-glib-dev (>= 0.8.1), |