summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 1bb04803ebe8b827537416ca9c10eff54cb13fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:
	dh_auto_configure -- --with-cupsbackenddir=/usr/lib/cups/backend

%:
	dh $@  --with autotools-dev