#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	phpab --output getid3/autoload.php getid3
