diff --git a/debian/changelog b/debian/changelog index 3d3e716261fa38f471c4e47bd995fb176d39b5fd..a31c655239dfedf84db428d53ca3ed8b6b14f2ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ jitsi-prometheus-exporter (0.1) unstable; urgency=low * Initial Release. - -- ale <ale@incal.net> Mon, 17 Jan 2021 13:17:23 +0000 + -- ale <ale@incal.net> Sun, 17 Jan 2021 13:17:23 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f60048986bc560c5576355344005e6e7..0000000000000000000000000000000000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 460437e1c8795bd9428361bfb39713f133653bed..6bb2b6b670d8ceff4300717e9fd87e5e932f2655 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,12 @@ Source: jitsi-prometheus-exporter Section: admin Priority: optional Maintainer: ale <ale@incal.net> -Build-Depends: debhelper (>= 9), dh-golang, golang-any +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any Standards-Version: 3.9.6 Package: jitsi-prometheus-exporter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${misc:Built-Using} Description: Jitsi prometheus exporter Exports Jitsi usage metrics to Prometheus. diff --git a/debian/copyright b/debian/copyright index c9e1969d0ac684270a5328992668f803fe0a786d..84ecb9f3d470d5fb4b32f2a273f8e4230774ddf8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -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: jitsi-prometheus-exporter Source: <url://example.com> diff --git a/debian/rules b/debian/rules index 50f07cdaaa0cb11620f9ec7d16f057223f79c80f..7de226b78ab732a1bfe01169a3de8d589a988166 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DH_GOPKG := git.autistici.org/ai3/tools/jitsi-prometheus-exporter %: - dh $@ --buildsystem=golang --with=golang --with=systemd + dh $@ --buildsystem=golang --with=golang override_dh_auto_install: dh_auto_install -- --no-source