File: rules

package info (click to toggle)
golang-github-fernet-fernet-go 0.0~git20180830.9eac43b-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DH_GOLANG_INSTALL_ALL := 1

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

override_dh_auto_install:
	dh_auto_install

	rm -rf debian/tmp/usr/share/gocode/src/github.com/fernet/fernet-go/Readme
	rm -rf debian/tmp/usr/share/gocode/src/github.com/fernet/fernet-go/License
	rm -rf debian/tmp/usr/share/gocode/src/github.com/fernet/fernet-go/.gitignore