File: rules

package info (click to toggle)
rust-rebuilderd 0.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: sql: 679; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
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/etc/rebuilderd.conf

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

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