File: rules

package info (click to toggle)
irtt 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, forky, sid, trixie
  • size: 600 kB
  • sloc: sh: 60; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_GOPKG := github.com/peteheist/irtt

override_dh_auto_install:
	cp $(CURDIR)/irtt.service debian/
	dh_auto_install -- --no-source

override_dh_clean:
	dh_clean
	rm -f debian/irtt.service

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