diff options
author | Timo Weingärtner <timo@tiwe.de> | 2021-01-14 00:16:09 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2021-01-14 00:53:15 +0100 |
commit | 71a66c8649e10dbb430483558403ffed290a4a7c (patch) | |
tree | 65625937f9773284d85e19ea9a7280fd69843de6 | |
parent | c0d0f8c94a31fc7e9f71a1640eda9d8cb557f74a (diff) | |
download | hadori-71a66c8649e10dbb430483558403ffed290a4a7c.tar.gz |
bump dh compat, policy and copyright years
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 8 | ||||
-rw-r--r-- | debian/watch | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index fa6e94e..efa0763 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: hadori Section: utils -Priority: extra +Priority: optional Maintainer: Timo Weingärtner <timo@tiwe.de> -Build-Depends: debhelper (>= 10), help2man, libboost-program-options-dev -Standards-Version: 3.9.8 +Build-Depends: debhelper-compat (= 13), help2man, libboost-program-options-dev +Rules-Requires-Root: no +Standards-Version: 4.5.1 Homepage: https://git.tiwe.de/hadori.git Vcs-Git: https://git.tiwe.de/hadori.git -b debian Vcs-Browser: https://git.tiwe.de/hadori.git/log/?h=debian diff --git a/debian/copyright b/debian/copyright index dcfee1d..4f80568 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,14 @@ -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: hadori Upstream-Contact: Timo Weingärtner <timo@tiwe.de> -Source: https://github.com/tiwe-de/hadori +Source: https://git.tiwe.de/hadori.git Files: * -Copyright: 2011-2014, Timo Weingärtner +Copyright: 2011-2021, Timo Weingärtner License: GPL-3+ Files: debian/* -Copyright: 2011-2017, Timo Weingärtner +Copyright: 2011-2021, Timo Weingärtner License: GPL-3+ License: GPL-3+ diff --git a/debian/watch b/debian/watch index dd22b1d..832b5d4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://git.tiwe.de/hadori.git/ snapshot/hadori-([^/]+).tar.gz |