File: rules

package info (click to toggle)
unifrac 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: python: 1,643; sh: 45; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CFLAGS_MAINT_APPEND="-Wno-error=incompatible-pointer-types"
# ^ workaround https://bugs.debian.org/1077205

export PYBUILD_NAME=unifrac
export PYBUILD_TEST_ARGS=--pyargs unifrac

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	dh_numpy3