#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
#

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

%:
	dh $@ --with python3,apache2

override_dh_auto_configure:
	dh_auto_configure -- cgidir=/usr/lib/cgi-bin/ htdocsdir=/usr/share/

override_dh_python3:
	dh_python3 --no-guessing-deps
