From e0b9934d4969a6fc8b98de02166c386621b92b4d Mon Sep 17 00:00:00 2001 From: Silver Platter <svp-bot@autistici.org> Date: Sat, 10 Jul 2021 14:43:29 +0000 Subject: [PATCH] Bump debhelper from deprecated 9 to 12. 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 --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/control b/debian/control index a787fe0..1a0c7dc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cgroups-exporter Section: admin Priority: optional Maintainer: ale <ale@incal.net> -Build-Depends: debhelper (>= 9.20160709), dh-golang, golang-any +Build-Depends: debhelper (>= 12~), dh-golang, golang-any Standards-Version: 3.9.5 Package: cgroups-exporter diff --git a/debian/rules b/debian/rules index c5c7b58..54132dc 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DH_GOPKG := git.autistici.org/ai3/tools/cgroups-exporter export DH_GOLANG_EXCLUDES := vendor %: - dh $@ --buildsystem=golang --with=golang --with=systemd + dh $@ --buildsystem=golang --with=golang override_dh_auto_install: dh_auto_install -- GitLab