File: rules

package info (click to toggle)
kf6-purpose 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,196 kB
  • sloc: cpp: 4,700; xml: 170; ansic: 34; sh: 31; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_TESTING=OFF

override_dh_shlibdeps:
	dh_shlibdeps -plibkf6purpose6 -plibkf6purposewidgets6 -- -xlibkf6purpose-bin
	dh_shlibdeps --remaining-packages

override_dh_auto_test:
	# Disable auto_tests at build time
	: