File: rules

package info (click to toggle)
policyd-rate-limit 1.0.1.1-0%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 336 kB
  • sloc: python: 1,186; sh: 149; makefile: 58
file content (19 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME = policyd-rate-limit

# Tests can only be run from the tar archive or once installed as
# policyd-rate-limit instances are launch during testing
export PYBUILD_DISABLE = test

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

override_dh_auto_build:
	make man_files
	dh_auto_build

override_dh_auto_clean:
	dh_auto_clean
	make clean