diff options
author | Timo Weingärtner <timo@tiwe.de> | 2016-08-27 23:13:28 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2016-08-28 11:09:06 +0200 |
commit | f095cfc840e53fbce21fe3409dc4bb61ee92d017 (patch) | |
tree | a08ed2233827f99caa384b95b863718bb0626968 | |
parent | 006e761921ff7ccd773e2b623c3a81e72210a99e (diff) | |
download | ssh-agent-filter-f095cfc840e53fbce21fe3409dc4bb61ee92d017.tar.gz |
remove Build-Depends: bash-completion
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c10445b..1fdfd69 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), dh-exec, nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-iostreams-dev, bash-completion, help2man, pandoc +Build-Depends: debhelper (>= 9), dh-exec, nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-iostreams-dev, help2man, pandoc Standards-Version: 3.9.6 Homepage: https://github.com/tiwe-de/ssh-agent-filter Vcs-Git: git://github.com/tiwe-de/ssh-agent-filter.git -b debian |