File: rules

package info (click to toggle)
yara-python 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 296 kB
  • sloc: ansic: 2,627; python: 1,259; sh: 10; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=yara
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@  --with python3 --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build -- --build-args=--dynamic-linking

override_dh_auto_clean:
	dh_auto_clean
	rm -rf tmp