diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..0000000000000000000000000000000000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index e88709ceedc600da46f1a91e6cd0ad3489dacade..2a362ecb208ae40153f9afefb1a559c0de5ad137 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: float-debug-proxy Section: net -Priority: extra +Priority: optional Maintainer: Autistici/Inventati <debian@autistici.org> -Build-Depends: debhelper (>= 8.0.0), golang-any (>= 1.11), dh-golang, dh-systemd +Build-Depends: debhelper-compat (= 12), golang-any (>= 1.11), dh-golang Standards-Version: 3.9.6 XS-Go-Import-Path: git.autistici.org/ai3/tools/float-debug-proxy diff --git a/debian/copyright b/debian/copyright index 847a2039c25e95c669a79425f9dc1b47f019a325..e00f79131809583528532b4c05bac2e409dba84e 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: float-debug-proxy Source: <https://git.autistici.org/ai3/tools/float-debug-proxy> diff --git a/debian/rules b/debian/rules index 53f2afb14a5da633732b9d3818db698fc7bfd3f3..1656b28a64040a1233aa3fe25f71df4083975895 100755 --- a/debian/rules +++ b/debian/rules @@ -4,10 +4,9 @@ export DH_GOLANG_EXCLUDES = vendor %: - dh $@ --with golang --with systemd --buildsystem golang + dh $@ --with golang --buildsystem golang override_dh_auto_test: override_dh_auto_install: dh_auto_install -- --no-source -