Add remaining alex-z changes
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/changelog" "b/\173\173cookiecutter.project_name\175\175/debian/changelog"
index 2e8ba14..0250323 100644
--- "a/\173\173cookiecutter.project_name\175\175/debian/changelog"
+++ "b/\173\173cookiecutter.project_name\175\175/debian/changelog"
@@ -1,5 +1,5 @@
-salt-formula-{{cookiecutter.service_name}} (0.1) trusty; urgency=medium
+salt-formula-{{cookiecutter.service_name}} ({{cookiecutter.initial_version}}) {{cookiecutter.debian_version}}; urgency=medium
 
   * Initial release
 
- -- {{cookiecutter.author_contact}}  Thu, 13 Aug 2015 23:23:41 +0200
+ -- {{cookiecutter.author_name}} {{cookiecutter.author_contact}}  {% now "Europe/London", "%a, %d %b %Y %I:%M:%S %Z" %}
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/control" "b/\173\173cookiecutter.project_name\175\175/debian/control"
index 73e5156..2ec3bc1 100644
--- "a/\173\173cookiecutter.project_name\175\175/debian/control"
+++ "b/\173\173cookiecutter.project_name\175\175/debian/control"
@@ -1,12 +1,12 @@
 Source: salt-formula-{{cookiecutter.service_name}}
-Maintainer: {{cookiecutter.author_contact}}
+Maintainer: {{cookiecutter.author_name}} {{cookiecutter.author_contact}}
 Section: admin
 Priority: optional
 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}}
-Vcs-Git: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}.git
+Homepage: {{cookiecutter.homepage}}
+Vcs-Browser: https://github.com/salt-formulas/salt-formula-{{cookiecutter.service_name}}
+Vcs-Git: https://github.com/salt-formulas/salt-formula-{{cookiecutter.service_name}}.git
 
 Package: salt-formula-{{cookiecutter.service_name}}
 Architecture: all
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/copyright" "b/\173\173cookiecutter.project_name\175\175/debian/copyright"
index 044d80e..67fa9c6 100644
--- "a/\173\173cookiecutter.project_name\175\175/debian/copyright"
+++ "b/\173\173cookiecutter.project_name\175\175/debian/copyright"
@@ -1,12 +1,12 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: salt-formula-{{cookiecutter.service_name}}
-Upstream-Contact: 
-Source: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}
+Upstream-Contact: salt-formulas@freelists.org
+Source: https://github.com/salt-formulas/salt-formula-{{cookiecutter.service_name}}
 
 Files: *
-Copyright: 2014-2015 {{cookiecutter.license_holder}}
+Copyright: {{cookiecutter.copyright_year}} {{cookiecutter.copyright_holder}}
 License: Apache-2.0
-  Copyright (C) 2014-2015 {{cookiecutter.license_holder}}
+  Copyright (C) {{cookiecutter.copyright_year}} {{cookiecutter.copyright_holder}}
   .
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.