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

export PYBUILD_NAME=django-xmlrpc

%:
	dh $@ --buildsystem=pybuild --without=single-binary
