#!/usr/bin/make -f

%:
	dh $@ --with autoreconf,pyppd

override_dh_auto_configure:
	dh_auto_configure -- --docdir=/usr/share/doc/printer-driver-brlaser
