File: rules

package info (click to toggle)
irtt 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: sh: 157; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 259 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/heistp/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