File: rules

package info (click to toggle)
rawdns 1.6~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, stretch, trixie
  • size: 200 kB
  • ctags: 23
  • sloc: sh: 63; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_BUILDPKG := github.com/tianon/rawdns/src/...

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

override_dh_auto_install:
	dh_auto_install
	
	# the source code of rawdns does not make a library
	rm -r debian/rawdns/usr/share/gocode