File: rules

package info (click to toggle)
golang-github-htcat-htcat 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install #
	#-- --no-source

	# remove test application
	rm -rf debian/golang-github-htcat-htcat-dev/usr/bin

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