File: rules

package info (click to toggle)
golang-golang-x-oauth2 0.0~git20150527-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272 kB
  • ctags: 216
  • sloc: makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 727 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DH_GOPKG := golang.org/x/oauth2
export DH_GOLANG_INSTALL_ALL := 1

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

override_dh_auto_install:
	dh_auto_install $@
	rm debian/golang-golang-x-oauth2-dev/usr/share/gocode/src/golang.org/x/oauth2/CONTRIBUTORS
	rm debian/golang-golang-x-oauth2-dev/usr/share/gocode/src/golang.org/x/oauth2/AUTHORS
	rm debian/golang-golang-x-oauth2-dev/usr/share/gocode/src/golang.org/x/oauth2/CONTRIBUTING.md
	rm debian/golang-golang-x-oauth2-dev/usr/share/gocode/src/golang.org/x/oauth2/.travis.yml
	rm debian/golang-golang-x-oauth2-dev/usr/share/gocode/src/golang.org/x/oauth2/README.md
	rm debian/golang-golang-x-oauth2-dev/usr/share/gocode/src/golang.org/x/oauth2/LICENSE