File: rules

package info (click to toggle)
aioredis 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,080 kB
  • sloc: python: 11,329; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

export PYBUILD_NAME=aioredis
export PYBUILD_TEST_ARGS=-ktest_global_loop
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .cache