#!/usr/bin/make -f

export PYBUILD_NAME = lesscpy
export PYBUILD_DISABLE = test

override_dh_install:
	dh_install
	mv $(CURDIR)/debian/python-lesscpy/usr/bin/lesscpy $(CURDIR)/debian/python-lesscpy/usr/bin/python2-lesscpy
	mv $(CURDIR)/debian/python3-lesscpy/usr/bin/lesscpy $(CURDIR)/debian/python3-lesscpy/usr/bin/python3-lesscpy

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