File: rules

package info (click to toggle)
ktechlab 0.50.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 11,712 kB
  • sloc: cpp: 71,085; xml: 478; sh: 245; ansic: 19; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with kf5

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF

override_dh_auto_test: