File: rules

package info (click to toggle)
python-netfilterqueue 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 598; sh: 38; makefile: 5
file content (14 lines) | stat: -rwxr-xr-x 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=pybuild

# Upstream self tests depend on python-unshare which we prefer to
# avoid having in Debian, so disable self-tests until someone patches
# them to avoid python-unshare or upstream resolves this.
# https://github.com/oremanj/python-netfilterqueue/issues/15
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091506#10
override_dh_auto_test:
	-dh_auto_test $(DH_BUILD_OPTS)