#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@  --with autoreconf,python3

override_dh_auto_install:
	dh_auto_install

	# Removing unused files
	find debian/python3-pycangjie/usr/lib -name '*.la' -exec rm '{}' \;
