File: rules

package info (click to toggle)
rust-zoxide 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 376 kB
  • sloc: sh: 109; python: 36; makefile: 14
file content (14 lines) | stat: -rwxr-xr-x 287 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 zoxide \
		--no-info \
		--version-string $(DEB_VERSION_UPSTREAM) \
		debian/zoxide/usr/bin/zoxide > debian/zoxide.1
	dh_installman -O--buildsystem=cargo