File: rules

package info (click to toggle)
rust-rustfilt 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: makefile: 14
file content (14 lines) | stat: -rwxr-xr-x 295 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 rustfilt \
		--no-info \
		--version-string $(DEB_VERSION_UPSTREAM) \
		debian/rustfilt/usr/bin/rustfilt > debian/rustfilt.1
	dh_installman -O--buildsystem=cargo