File: rules

package info (click to toggle)
kparts 5.115.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,728 kB
  • sloc: cpp: 7,518; sh: 13; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_QCH=ON

override_dh_auto_test:
	xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test

execute_after_dh_auto_install:
	# test plugin, not actually usable anywhere else
	rm -f debian/tmp/usr/lib/*/qt5/plugins/spellcheckplugin.so