File: rules

package info (click to toggle)
ratt 0.0~git20160202.0.a14e2ff-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 8
  • sloc: makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_install:
	dh_install
	$(RM) -rf debian/ratt/usr/share/gocode

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