File: rules

package info (click to toggle)
golang-github-nbutton23-zxcvbn-go 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,448 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install
	# Binary files produces are from tests
	$(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin

# Tests were not updated to match an intentional change
override_dh_auto_test: