#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.2 at
# Mon, 22 Dec 2014 19:57:22 +0100
export PYBUILD_NAME = gattlib
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
# Dropping Py2 support
# dh $@ --with python,python3 --buildsystem=pybuild
	dh $@ --with python3 --buildsystem=pybuild
