File: rules

package info (click to toggle)
dnss 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: sh: 237; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

# Include the embedded files.
export DH_GOLANG_INSTALL_EXTRA := internal/nettrace/templates/

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

# No need to install the source files, this is a binary package.
override_dh_auto_install:
	dh_auto_install -- --no-source