diff options
author | Guido Günther <agx@sigxcpu.org> | 2017-07-07 09:37:24 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2017-07-07 09:44:23 +0200 |
commit | 5a7fe1c4908861b278a8fcfa9e01c8c3f23b0697 (patch) | |
tree | 3d59bc7e2c94ee920928b35c0d9d12016267f4f0 | |
parent | Bump standards version (diff) | |
download | krb5-auth-dialog-5a7fe1c4908861b278a8fcfa9e01c8c3f23b0697.tar.gz krb5-auth-dialog-5a7fe1c4908861b278a8fcfa9e01c8c3f23b0697.tar.bz2 krb5-auth-dialog-5a7fe1c4908861b278a8fcfa9e01c8c3f23b0697.zip |
Don't depend on unused libnm-glib-dev
Closes: #823568
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f0b55a1..74d55b0 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: libglib2.0-dev (>= 2.26.0), libgtk-3-dev (>= 3.14.0), libkrb5-dev, - libnm-glib-dev (>= 0.8.1), + libnm-dev, libnotify-dev (>= 0.7.1), libpam0g-dev, pkg-config, |