File: rules

package info (click to toggle)
libratbag 0.9.905-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,708 kB
  • sloc: ansic: 22,058; python: 2,733; sh: 409; makefile: 12; cpp: 7
file content (17 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export LC_ALL = C.UTF-8

%:
	dh $@ --with python3

override_dh_auto_configure:
	dh_auto_configure -- -Dudev-dir=/lib/udev -Dsystemd-unit-dir=/lib/systemd/system

override_dh_auto_install:
	find . -name \*.md5 -delete
	chmod 644 data/devices/*.device
	dh_auto_install

override_dh_missing:
	dh_missing --list-missing