diff options
author | Sandro Knauß <hefee@debian.org> | 2024-12-02 21:20:30 +0000 |
---|---|---|
committer | Sandro Knauß <hefee@debian.org> | 2024-12-02 23:04:58 +0100 |
commit | 63707428f2414d0371010a187955ec0421dfcb05 (patch) | |
tree | 67fcb623074d7b7b1ae16b5628ca1c706f8447e6 | |
parent | 464f83a99b09dc06e20dc77b4bc69924819254e5 (diff) | |
download | keyringer-63707428f2414d0371010a187955ec0421dfcb05.tar.gz keyringer-63707428f2414d0371010a187955ec0421dfcb05.tar.bz2 |
Set debhelper-compat version in Build-Depends.
Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index cedbccf..ae3ec02 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 (>= 13~) +Build-Depends: debhelper-compat (= 13) Standards-Version: 3.9.8 Homepage: https://keyringer.fluxo.info Vcs-Git: https://0xacab.org/rhatto/keyringer.git |