File: rules

package info (click to toggle)
ktorrent 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,156 kB
  • sloc: cpp: 39,815; xml: 998; python: 182; sh: 10; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DWITH_SYSTEM_GEOIP:BOOL=ON \
	                           -DBUILD_TESTING=OFF

%:
	dh $@ --with kf5

.PHONY: override_dh_auto_test