diff options
author | Timo Weingärtner <timo@tiwe.de> | 2018-01-08 22:41:13 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2018-01-11 21:45:56 +0100 |
commit | a7cdd4fd112532c062ac532b55f6bafb53d49c35 (patch) | |
tree | 3ff2133e69de4ac7f3bf97912c358b42ee10b4aa | |
parent | 72c081d7dbe536802f001a16603d66003c8d2e0e (diff) | |
download | ssh-agent-filter-a7cdd4fd112532c062ac532b55f6bafb53d49c35.tar.gz |
Bump Standards-Version and dh compat
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index f65e8ac..efc313d 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: ssh-agent-filter Section: net -Priority: extra +Priority: optional Maintainer: Timo Weingärtner <timo@tiwe.de> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), dh-exec, help2man, libboost-filesystem-dev, @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), libgmp-dev, nettle-dev, pandoc -Standards-Version: 3.9.8 +Standards-Version: 4.1.3 Homepage: https://github.com/tiwe-de/ssh-agent-filter Vcs-Git: https://github.com/tiwe-de/ssh-agent-filter.git -b debian Vcs-Browser: https://github.com/tiwe-de/ssh-agent-filter/tree/debian |