File: rules

package info (click to toggle)
razercfg 0.42%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 848 kB
  • sloc: ansic: 12,178; python: 1,825; sh: 183; makefile: 16
file content (24 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

export LC_ALL=C.UTF-8
export DH_VERBOSE=1
export RAZERCFG_PKG_BUILD=1

override_dh_auto_configure:
	dh_auto_configure -- -DLIBRAZER_SHARED=OFF

override_dh_clean:
	dh_clean
	rm -rf ui/build ui/pyrazer/__pycache__ ui/setup.py

override_dh_install:
	dh_install --exclude=librazer.a

override_dh_installinit:
	dh_installinit --name=razerd

override_dh_missing:
	dh_missing --fail-missing

%:
	dh $@ --with systemd --with python3 --buildsystem=cmake