File: rules

package info (click to toggle)
cyarray 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 416 kB
  • sloc: python: 554; ansic: 160; makefile: 18
file content (12 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=cyarray
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

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

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r .pytest_cache cyarray.egg-info
	$(RM) cyarray/carray.cpp