File: rules

package info (click to toggle)
sarsen 0.9.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,948 kB
  • sloc: xml: 17,828; python: 1,313; sh: 50; makefile: 26
file content (15 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/make -f

# Skip tests that require a large amount of memory
export GITHUB_ACTIONS=true

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

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r *.egg-info
	$(RM) sarsen/version.py

override_dh_numpy3:
	dh_numpy3 -p python3-sarsen