File: rules

package info (click to toggle)
ktechlab 0.51.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,876 kB
  • sloc: cpp: 70,138; xml: 558; sh: 246; 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: