File: rules

package info (click to toggle)
rust-tre-command 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: makefile: 31
file content (14 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem cargo

override_dh_installman:
	help2man \
		--name tre \
		--no-info \
		--version-string $(DEB_VERSION_UPSTREAM) \
		debian/tre-command/usr/bin/tre > debian/tre.1
	dh_installman -O--buildsystem=cargo