Skip to content
Snippets Groups Projects
Commit 5d1bb7fa authored by godog's avatar godog
Browse files

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request !1
parents e810a8ab f2f88d87
No related branches found
No related tags found
1 merge request!1Fix some issues reported by lintian
9
...@@ -2,11 +2,12 @@ Source: cgroups-exporter ...@@ -2,11 +2,12 @@ Source: cgroups-exporter
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: ale <ale@incal.net> Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 9), dh-systemd, dh-golang, golang-any Build-Depends: debhelper-compat (= 12), dh-golang, golang-any
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Package: cgroups-exporter Package: cgroups-exporter
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Cgroups metrics exporter Description: Cgroups metrics exporter
Exports cgroups resource accounting metrics to Prometheus. Exports cgroups resource accounting metrics to Prometheus.
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: cgroups-exporter Upstream-Name: cgroups-exporter
Source: <url://example.com> Source: <url://example.com>
......
...@@ -5,7 +5,7 @@ export DH_GOPKG := git.autistici.org/ai3/tools/cgroups-exporter ...@@ -5,7 +5,7 @@ export DH_GOPKG := git.autistici.org/ai3/tools/cgroups-exporter
export DH_GOLANG_EXCLUDES := vendor export DH_GOLANG_EXCLUDES := vendor
%: %:
dh $@ --buildsystem=golang --with=golang --with=systemd dh $@ --buildsystem=golang --with=golang
override_dh_auto_install: override_dh_auto_install:
dh_auto_install dh_auto_install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment