#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	rm -rf src/core third-part/yaml third-part/hev-task-system
	ln --symbolic ../sub-hev-socks5-core src/core
	ln --symbolic ../sub-hev-task-system third-part/hev-task-system
	dh_auto_clean
	rm src/core third-part/hev-task-system
	mkdir src/core third-part/hev-task-system

override_dh_auto_build:
	rmdir src/core third-part/hev-task-system
	ln --symbolic ../sub-hev-socks5-core src/core
	ln --symbolic ../sub-hev-task-system third-part/hev-task-system
	dh_auto_build
