File: rules

package info (click to toggle)
burrow 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 864 kB
  • sloc: sh: 59; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install -- --no-source

# Burrow requires manual configuration to start
override_dh_installsystemd:
	dh_installsystemd --no-start --no-enable

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