File: rules

package info (click to toggle)
libktoblzcheck 1.53-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,276 kB
  • sloc: cpp: 3,955; python: 186; sh: 26; makefile: 8; ansic: 5
file content (12 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_auto_configure:
	dh_auto_configure -- \
		-DENABLE_BANKDATA_DOWNLOAD=0 \
		-DINSTALL_RAW_BANKDATA_FILE=1