File: rules

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

BINDIR=$(CURDIR)/debian/jqp/usr/bin

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

override_dh_auto_install:
	dh_auto_install -- --no-source

override_dh_installman:
	help2man --no-info --name="a TUI to explore the jq command line utility" $(BINDIR)/jqp > debian/jqp.1
	dh_installman