File: rules

package info (click to toggle)
rust-rbw 1.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 732 kB
  • sloc: sh: 164; makefile: 14
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
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 "unofficial command line client for Bitwarden" \
		--no-info \
		--version-string $(DEB_VERSION_UPSTREAM) \
		debian/rbw/usr/bin/rbw > debian/rbw.1
	dh_installman -O--buildsystem=cargo