File: rules

package info (click to toggle)
gpaw 21.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 14,492 kB
  • sloc: python: 121,997; ansic: 14,138; sh: 1,125; csh: 139; makefile: 43
file content (17 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export GPAW_CONFIG=$(CURDIR)/debian/siteconfig.py

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

override_dh_auto_test:
	dh_auto_test -- --test-pytest --test-args="-v -m ci"

override_dh_auto_install:
	dh_auto_install
	dh_numpy3

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3