diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-06-24 16:17:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-10-10 15:03:25 +0200 |
commit | 8c6ac2cd7b895b577d078b94263ff3a42839eeb6 (patch) | |
tree | 810c111ceb542ef60ac8c45f19f35085f409a10e /debian/control | |
parent | b8a2d1c361ae440f958675491655ca6831e266f1 (diff) |
coverity fixes
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 93503a0..bf6c9fa 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: naskpass Section: admin Priority: extra Maintainer: Toni Uhlig <matzeton@googlemail.com> -Build-Depends: debhelper (>= 8.0.0), libncurses5-dev, libtinfo-dev, autoconf, automake -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 8.0.0), libncurses5-dev, libtinfo-dev, autoconf, automake, gawk +Standards-Version: 3.9.8 Homepage: https://github.com/freecoding/naskpass.git #Vcs-Git: git://git.debian.org/collab-maint/naskpass.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/naskpass.git;a=summary Package: naskpass Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, cryptsetup (= 2:1.6.6-5), libncurses5, libtinfo5, coreutils +Depends: ${shlibs:Depends}, ${misc:Depends}, cryptsetup (= 2:1.7.3-4), libncurses5, libtinfo5, coreutils Recommends: openssh-server Conflicts: dropbear Description: Ncurses based cryptsetup askpass replacement |