File: rules

package info (click to toggle)
audioop-lts 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: ansic: 2,480; python: 593; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export PYBUILD_NAME=audioop-lts
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS=PYTHONPATH={build_dir} {interpreter} tests/test_audioop.py
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

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