diff options
author | Sandro Knauß <hefee@debian.org> | 2024-12-02 21:20:29 +0000 |
---|---|---|
committer | Sandro Knauß <hefee@debian.org> | 2024-12-02 23:04:55 +0100 |
commit | 464f83a99b09dc06e20dc77b4bc69924819254e5 (patch) | |
tree | 8a3f85dc4c7b8c7e7ab80abf5296667968f00019 | |
parent | 48d7a9358263ca1d858dc699235ccbde51550abe (diff) | |
download | keyringer-464f83a99b09dc06e20dc77b4bc69924819254e5.tar.gz keyringer-464f83a99b09dc06e20dc77b4bc69924819254e5.tar.bz2 |
Bump debhelper from deprecated 9 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat index ec63514..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +13 diff --git a/debian/control b/debian/control index 4226668..cedbccf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: keyringer Section: misc Priority: extra Maintainer: Silvio Rhatto <rhatto@riseup.net> -Build-Depends: debhelper (>= 9.20120909~) +Build-Depends: debhelper (>= 13~) Standards-Version: 3.9.8 Homepage: https://keyringer.fluxo.info Vcs-Git: https://0xacab.org/rhatto/keyringer.git |