Fix contents of debian directory
diff --git "a/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst" "b/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst"
index 305c815..e3224e5 100644
--- "a/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst"
+++ "b/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst"
@@ -1,6 +1,6 @@
 {{cookiecutter.service_name}} formula
 =========================================
 
-0.0.1 (2015-08-22)
+0.1 (2015-08-22)
 
-- Initial formula setup
\ No newline at end of file
+- Initial formula setup
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/changelog" "b/\173\173cookiecutter.project_name\175\175/debian/changelog"
index f6516e7..2e8ba14 100644
--- "a/\173\173cookiecutter.project_name\175\175/debian/changelog"
+++ "b/\173\173cookiecutter.project_name\175\175/debian/changelog"
@@ -1,5 +1,4 @@
-
-salt-formula-heat (0.1) trusty; urgency=medium
+salt-formula-{{cookiecutter.service_name}} (0.1) trusty; urgency=medium
 
   * Initial release
 
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/install" "b/\173\173cookiecutter.project_name\175\175/debian/install"
index c28f289..e2ef556 100644
--- "a/\173\173cookiecutter.project_name\175\175/debian/install"
+++ "b/\173\173cookiecutter.project_name\175\175/debian/install"
@@ -1,4 +1,6 @@
-_modules/*         /usr/share/salt-formulas/env/_modules/
-_states/*         /usr/share/salt-formulas/env/_states/
 {{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/