File: rules

package info (click to toggle)
msi-keyboard 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 100 kB
  • ctags: 55
  • sloc: cpp: 244; makefile: 11; sh: 4
file content (17 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_configure:
	QT_SELECT=5 dh_auto_configure

override_dh_auto_build:
	dh_auto_build
	PATH="`pwd`":"$$PATH" help2man msi-keyboard --no-info --name="MSI steelseries keyboard color changer" > debian/msi-keyboard.1

override_dh_auto_clean:
	$(RM) debian/msi-keyboard.1
	dh_auto_clean