File: rules

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

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# copy also the test data in the build directory, so the tests can use them
# copy also the "version" file, as it is embedded during the build
export DH_GOLANG_INSTALL_EXTRA := test version

%:
	dh $@ --builddirectory=_build

override_dh_auto_install:
	dh_auto_install --builddirectory=_build -- --no-source