File: rules

package info (click to toggle)
direnv 2.25.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,512 kB
  • sloc: asm: 1,643; sh: 1,595; csh: 76; makefile: 27; ansic: 24
file content (22 lines) | stat: -rwxr-xr-x 343 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
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

export GOCACHE=$(CURDIR)/.cache

%:
	dh $@

override_dh_auto_build:
	ln -s vendor src
	dh_auto_build
	make man

override_dh_auto_test:
	HOME=$(curdir)/tmp dh_auto_test --no-parallel

override_dh_auto_clean:
	dh_auto_clean
	rm -f man/*.1 src