#!/usr/bin/make -f BUILD_DIR=$(CURDIR)/debian/mandaye-cud %: dh $@ --with python2 override_dh_install: dh_install mv $(BUILD_DIR)/usr/bin/server.py $(BUILD_DIR)/usr/lib/mandaye-cud/server.py mv $(BUILD_DIR)/usr/bin/manager.py $(BUILD_DIR)/usr/lib/mandaye-cud/manager.py cp -R mandaye_cud/static $(BUILD_DIR)/usr/share/mandaye-cud