Raw File
#!/usr/bin/make -f

%:
	PATH="/bin:/usr/bin:/sbin:/usr/sbin"; \
	dh $@

override_dh_auto_test:
back to top