File: rules

package info (click to toggle)
golang-github-anacrolix-dms 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 436 kB
  • sloc: xml: 19; sh: 19; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# install all to include sample embedded image data file
export DH_GOLANG_INSTALL_ALL=1

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

override_dh_installman:
	rst2man debian/dms.rst > debian/dms.1
	dh_installman

override_dh_clean:
	dh_clean
	rm -f debian/dms.1