File: rules

package info (click to toggle)
webhook 2.6.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 5,940 kB
  • sloc: perl: 847; sh: 463; asm: 243; makefile: 47; ansic: 24
file content (22 lines) | stat: -rwxr-xr-x 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := \
	test/hooks.json.tmpl \
	test/hooks.yaml.tmpl \
	hooks.json.example \
	hooks.json.tmpl.example \
	hooks.yaml.example \
	hooks.yaml.tmpl.example

export DH_GOLANG_EXCLUDES := test

%:
	dh $@ --buildsystem=golang --with=golang --with systemd

override_dh_auto_install:
	dh_auto_install -- --no-source

override_dh_installinit:
	dh_systemd_enable -pwebhook --name=webhook webhook.service
	dh_installinit -pwebhook --no-start --noscripts
	dh_systemd_start -pwebhook --no-restart-on-upgrade