File: rules

package info (click to toggle)
khtml 5.103.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 38,192 kB
  • sloc: cpp: 202,858; ansic: 2,829; perl: 2,317; yacc: 1,497; python: 339; sh: 108; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with pkgkde_symbolshelper

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF

override_dh_auto_test:
	# Disable dh_auto_test at build time
	: