File: rules

package info (click to toggle)
python-fitsio 1.2.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 768 kB
  • sloc: python: 5,982; ansic: 3,565; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# Uncomment line below to enable verbose debhelper output.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_NAME=fitsio
export PYBUILD_BUILD_ARGS=--use-system-fitsio
export PYBUILD_INSTALL_ARGS=--use-system-fitsio
export SKIP_BZIP_TEST=1

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

override_dh_shlibdeps:
	dh_shlibdeps
	dh_numpy3