diff options
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/openssh-known-hosts.lintian-overrides | 2 | ||||
-rw-r--r-- | debian/watch | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 705ed66..0eb9f13 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: openssh-known-hosts Section: net -Priority: extra +Priority: optional Maintainer: Timo Weingärtner <timo@tiwe.de> -Build-Depends: debhelper (>= 7), pandoc -Standards-Version: 3.9.6 +Build-Depends: debhelper-compat (= 13), pandoc +Standards-Version: 4.7.0 +Rules-Requires-Root: no Homepage: https://git.tiwe.de/openssh-known-hosts.git Vcs-Git: https://git.tiwe.de/openssh-known-hosts.git -b debian Vcs-Browser: https://git.tiwe.de/openssh-known-hosts.git/log/?h=debian diff --git a/debian/copyright b/debian/copyright index 3a78e29..31f3577 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: openssh-known-hosts Upstream-Contact: Timo Weingärtner <timo@tiwe.de> Source: https://git.tiwe.de/openssh-known-hosts.git diff --git a/debian/openssh-known-hosts.lintian-overrides b/debian/openssh-known-hosts.lintian-overrides deleted file mode 100644 index adf1d80..0000000 --- a/debian/openssh-known-hosts.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# long line contains long string, warning not avoidable -openssh-known-hosts: manpage-has-errors-from-man usr/share/man/man8/update-openssh-known-hosts.8.gz 34: warning [p 1, 5.0i]: cannot adjust line diff --git a/debian/watch b/debian/watch index 9da6be4..4a71850 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -https://git.tiwe.de/openssh-known-hosts.git/refs/tags/ .*/snapshot/openssh-known-hosts-([^/]+).tar.gz +version=4 +https://git.tiwe.de/openssh-known-hosts.git/ snapshot/openssh-known-hosts-([^/]+).tar.gz |