#!/usr/bin/make -f

#export DH_VERBOSE=1

# include /usr/share/cdbs/1/rules/debhelper.mk
# include /usr/share/cdbs/1/class/python-distutils.mk
# include /usr/share/cdbs/1/rules/simple-patchsys.mk
#
# DEB_DH_INSTALL_SOURCEDIR := debian/tmp

%:
	dh $@ --with=python2 --with=quilt

override_dh_auto_clean:
	dh_auto_clean
	-rm scapy/VERSION

get-orig:
	uscan --download-current-version --destdir ../tarballs
