#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=python3-pcapy

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	mv debian/python3-pcapy/usr/share/doc/pcapy-ng debian/python3-pcapy/usr/share/doc/python3-pcapy
	rm debian/python3-pcapy/usr/share/doc/python3-pcapy/LICENSE
