File: rules

package info (click to toggle)
golang-github-ulikunitz-xz 0.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, experimental, sid, trixie
  • size: 1,664 kB
  • sloc: makefile: 7; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# tests require extra files from the repository
export DH_GOLANG_INSTALL_ALL := 1

override_dh_install:
	find debian -name .gitignore -print -delete
	rm -rfv debian/*/usr/bin
	dh_install

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