File: rules

package info (click to toggle)
prometheus-varnish-exporter 1.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: sh: 84; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
D := debian/$(DEB_SOURCE)

export DH_GOLANG_INSTALL_EXTRA=\
	test/scrape/

%:
	dh $@ --builddirectory=_build

override_dh_auto_install:
	dh_auto_install -- --no-source
	mv -v $D/usr/bin/prometheus_varnish_exporter \
		$D/usr/bin/prometheus-varnish-exporter

override_dh_dwz: