File: rules

package info (click to toggle)
rust-condure 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 824 kB
  • sloc: python: 267; makefile: 10
file content (10 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_installman:
	help2man \
		--name "HTTP/WebSocket connection manager" \
		--no-info \
		debian/condure/usr/bin/condure > debian/condure.1
	dh_installman -O--buildsystem=cargo