File: rules

package info (click to toggle)
python-pgbouncer 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 247; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

export PYBUILD_NAME := pgbouncer
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYBUILD_BEFORE_TEST := cp -a {dir}/pgbouncer/tests.py {build_dir}/
export PYBUILD_AFTER_TEST := rm -f {build_dir}/tests.py
endif

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