#!/usr/bin/make -f
%:
	cd source && ./generate.py /usr/include/vlc/ -o ../vlc.py
	dh $@ --with python3
