File: rules

package info (click to toggle)
rust-rebuilderd-worker 0.23.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 284 kB
  • sloc: sh: 27; makefile: 14
file content (16 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

execute_after_dh_fixperms:
	chmod 640 ./debian/rebuilderd-worker/etc/rebuilderd-worker.conf

execute_before_dh_installman:
	help2man \
		--name rebuilderd-worker \
		--no-info \
		debian/rebuilderd-worker/usr/bin/rebuilderd-worker > debian/rebuilderd-worker.1

override_dh_dwz:
	# Don't do anything. fails because of the
	# https://github.com/rust-lang/rust/issues/66118