diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-12-19 16:00:33 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-12-19 16:41:12 +0100 |
commit | 7bfc3c37c2eb22803659e9b771b5bc508e69249b (patch) | |
tree | 01ab1c700ed30243126f12a66162ab861fdc1cc5 /debian | |
parent | c53477965b42efe662bb30c5a6ad9049e1a97ab6 (diff) | |
download | ssh-agent-filter-7bfc3c37c2eb22803659e9b771b5bc508e69249b.tar.gz |
New Build-Depends: libboost-iostreams-dev
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0e9ce43..4f3725a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ssh-agent-filter Section: net Priority: extra Maintainer: Timo Weingärtner <timo@tiwe.de> -Build-Depends: debhelper (>= 9), nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, bash-completion, help2man, pandoc, pandoc-data +Build-Depends: debhelper (>= 9), nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-iostreams-dev, bash-completion, help2man, pandoc, pandoc-data Standards-Version: 3.9.4 Homepage: https://github.com/tiwe-de/ssh-agent-filter Vcs-Git: git://github.com/tiwe-de/ssh-agent-filter.git -b debian |