diff options
author | Timo Weingärtner <timo@tiwe.de> | 2018-01-08 22:44:05 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2018-01-11 21:45:56 +0100 |
commit | 1bca0e325d0c16eeabbeff404ea06cb2f2b5c3a7 (patch) | |
tree | 80cf9ff66bdefc45279115789c80306ad6241747 | |
parent | a7cdd4fd112532c062ac532b55f6bafb53d49c35 (diff) | |
download | ssh-agent-filter-1bca0e325d0c16eeabbeff404ea06cb2f2b5c3a7.tar.gz |
version Build-Depends: on nettle 3.4 (new API)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index efc313d..f20df88 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11~), libboost-iostreams-dev, libboost-program-options-dev, libgmp-dev, - nettle-dev, + nettle-dev (>= 3.4), pandoc Standards-Version: 4.1.3 Homepage: https://github.com/tiwe-de/ssh-agent-filter |