File: rules

package info (click to toggle)
kdelibs4support 5.115.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 48,260 kB
  • sloc: cpp: 88,026; perl: 304; ansic: 196; python: 113; xml: 102; sh: 8; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 254 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 optimize=+lto

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF

override_dh_auto_test:
	# Disable dh_auto_test at build time
	: