#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ --with python2

# Force python-central for use with twisted
override_dh_installinit:
	dh_installinit -p gaspacho --name=gaspacho

.PHONY: override_dh_installinit
