File: rules

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

export PYBUILD_NAME := blockbuster
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export https_proxy :=
else
# Skip test that involves talking to the internet.
export PYBUILD_TEST_ARGS := --deselect tests/test_blockbuster.py::test_ssl_socket
endif

%:
	dh $@ --buildsystem=pybuild