#!/usr/bin/make -f

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


# magic debhelper rule
%:
	dh $@ --with python2,python3

override_dh_auto_clean:
	dh_auto_clean
	rm -fr gsw.egg-info
