#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export PYBUILD_NAME=pcapy
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_clean:
	rm -rf pcapy.egg-info

execute_after_dh_auto_install:
	rm -rf debian/python3-pcapy/usr/share/doc/pcapy
