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

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request ai3/accountserver!35
parents c8153932 fc1dace8
Branches
No related tags found
No related merge requests found
10
...@@ -2,12 +2,12 @@ Source: accountserver ...@@ -2,12 +2,12 @@ Source: accountserver
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org> Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-any (>=1.14), dh-golang, default-jre-headless Build-Depends: debhelper-compat (= 12), golang-any (>= 1.14), dh-golang, default-jre-headless
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: accountserver Package: accountserver
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Account metadata server. Description: Account metadata server.
Privileged daemon that manages user accounts. Privileged daemon that manages user accounts.
...@@ -9,14 +9,13 @@ export DH_GOLANG_INSTALL_ALL := 1 ...@@ -9,14 +9,13 @@ export DH_GOLANG_INSTALL_ALL := 1
%: %:
dh $@ --with systemd --with golang --buildsystem golang dh $@ --with golang --buildsystem golang
override_dh_auto_install: override_dh_auto_install:
dh_auto_install -- --no-source dh_auto_install -- --no-source
override_dh_systemd_enable: override_dh_installsystemd:
dh_systemd_enable --no-enable dh_installsystemd --no-enable
override_dh_systemd_start:
dh_systemd_start --no-start
override_dh_installsystemd:
dh_installsystemd --no-start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment