File: rules

package info (click to toggle)
caio 0.9.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: ansic: 1,645; python: 632; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=caio
# test_file_selector requires write permissions to system folder
export PYBUILD_TEST_ARGS=--asyncio-mode=auto -k 'not test_file_selector'

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