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

%:
	dh $@ --buildsystem=pybuild

# Fix lintian  privacy-breach-generic
execute_after_dh_install:
	find debian/sploitscan/ -name '*.html' -exec sed -i 's/.*https:\/\/cdn\.jsdelivr\.net\/.*//g' {} \;
	find debian/sploitscan/ -name 'top_level.txt' -delete
