File: rules

package info (click to toggle)
python-argon2-cffi-bindings 25.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 108; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export ARGON2_CFFI_USE_SYSTEM = 1

export PYBUILD_NAME=argon2-cffi-bindings

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	rm -rf src/argon2_cffi_bindings.egg-info
	dh_auto_clean