File: rules

package info (click to toggle)
gpaw 25.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,888 kB
  • sloc: python: 174,804; ansic: 17,564; cpp: 5,668; sh: 972; csh: 139; makefile: 45
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