Debian packaging fixes
diff --git a/debian/changelog b/debian/changelog
index 052f791..f6516e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,6 @@
-salt-formula-heat (0.2) trusty; urgency=medium
-
- * First public release
-
- -- Filip Pytloun <filip.pytloun@tcpcloud.eu> Tue, 06 Oct 2015 16:38:42 +0200
salt-formula-heat (0.1) trusty; urgency=medium
* Initial release
- -- Ales Komarek <ales.komarek@tcpcloud.eu> Thu, 13 Aug 2015 23:23:41 +0200
+ -- {{cookiecutter.author_contact}} Thu, 13 Aug 2015 23:23:41 +0200
diff --git a/debian/control b/debian/control
index 17ade00..d6a4936 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
-Source: salt-formula-heat
-Maintainer: Ales Komarek <ales.komarek@tcpcloud.eu>
+Source: salt-formula-{{cookiecutter.service_name}}
+Maintainer: {{cookiecutter.author_contact}}
Section: admin
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://www.tcpcloud.eu
-Vcs-Browser: https://github.com/tcpcloud/salt-formula-heat
-Vcs-Git: https://github.com/tcpcloud/salt-formula-heat.git
+Vcs-Browser: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}
+Vcs-Git: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}.git
-Package: salt-formula-heat
+Package: salt-formula-{{cookiecutter.service_name}}
Architecture: all
Depends: ${misc:Depends}, salt-master, reclass
-Description: Heat salt formula
- Configure Heat system.
+Description: {{cookiecutter.service_name}} salt formula
+ Install and configure {{cookiecutter.service_name}} system.
diff --git a/debian/copyright b/debian/copyright
index 537f1e7..044d80e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,12 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: salt-formula-heat
-Upstream-Contact: Ales Komarek <ales.komarek@tcpcloud.eu>
-Source: https://github.com/tcpcloud/salt-formula-heat
+Upstream-Name: salt-formula-{{cookiecutter.service_name}}
+Upstream-Contact:
+Source: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}
Files: *
-Copyright: 2014-2015 tcp cloud a.s.
+Copyright: 2014-2015 {{cookiecutter.license_holder}}
License: Apache-2.0
- Copyright (C) 2014-2015 tcp cloud a.s.
+ Copyright (C) 2014-2015 {{cookiecutter.license_holder}}
.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/debian/install b/debian/install
index ae9527b..c28f289 100644
--- a/debian/install
+++ b/debian/install
@@ -1,4 +1,4 @@
_modules/* /usr/share/salt-formulas/env/_modules/
_states/* /usr/share/salt-formulas/env/_states/
-heat/* /usr/share/salt-formulas/env/heat/
-metadata/service/* /usr/share/salt-formulas/reclass/service/heat/
+{{cookiecutter.service_name}}/* /usr/share/salt-formulas/env/{{cookiecutter.service_name}}/
+metadata/service/* /usr/share/salt-formulas/reclass/service/{{cookiecutter.service_name}}/