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

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

export PYBUILD_NAME = qpid

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install
	rm $(CURDIR)/debian/python-qpid/usr/bin/qpid-python-test.bat

%:
	dh  $@ --with python2 --buildsystem=pybuild

.PHONY: override_dh_auto_test override_dh_auto_install
