Add Makefile
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/control" "b/\173\173cookiecutter.project_name\175\175/debian/control"
index d6a4936..73e5156 100644
--- "a/\173\173cookiecutter.project_name\175\175/debian/control"
+++ "b/\173\173cookiecutter.project_name\175\175/debian/control"
@@ -2,7 +2,7 @@
 Maintainer: {{cookiecutter.author_contact}}
 Section: admin
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), salt-master, python, python-yaml
 Standards-Version: 3.9.6
 Homepage: http://www.tcpcloud.eu
 Vcs-Browser: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/install" "b/\173\173cookiecutter.project_name\175\175/debian/install"
deleted file mode 100644
index e2ef556..0000000
--- "a/\173\173cookiecutter.project_name\175\175/debian/install"
+++ /dev/null
@@ -1,6 +0,0 @@
-{{cookiecutter.service_name}}/*             /usr/share/salt-formulas/env/{{cookiecutter.service_name}}/
-metadata/service/*      /usr/share/salt-formulas/reclass/service/{{cookiecutter.service_name}}/
-# Not all salt formulas has custom states and modules,
-# uncomment to install them
-# _modules/*         /usr/share/salt-formulas/env/_modules/
-# _states/*         /usr/share/salt-formulas/env/_states/