File: rules

package info (click to toggle)
reproject 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,968 kB
  • sloc: python: 6,570; ansic: 953; makefile: 114
file content (14 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export PYBUILD_NAME=reproject
export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}
export PYBUILD_TEST_ARGS=reproject

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_shlibdeps:
	dh_numpy3