File: rules

package info (click to toggle)
kdb 3.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,616 kB
  • sloc: cpp: 36,854; yacc: 799; python: 779; sh: 698; ansic: 440; lex: 316; xml: 182; sql: 51; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --with kf5,pkgkde_symbolshelper

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DPython_ADDITIONAL_VERSIONS=3

override_dh_missing:
	dh_missing --fail-missing

.PHONY: override_dh_auto_test