File: rules

package info (click to toggle)
gcompris-qt 26.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,948 kB
  • sloc: javascript: 64,952; cpp: 7,384; xml: 1,362; python: 1,310; sh: 584; sql: 240; php: 183; java: 121; perl: 40; ansic: 14; makefile: 12; awk: 6
file content (18 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with kf6

override_dh_auto_configure:
	dh_auto_configure -Skf6 -- \
	  -DCMAKE_INSTALL_BINDIR=/usr/games \
	  -DQML_BOX2D_MODULE=disabled \
	  -DBUILD_TESTING=ON \
	  -DCOMPILE_DOC=ON \
	  -DPACKAGE_SERVER=ON

override_dh_auto_test:
	xvfb-run -a dh_auto_test