New release, debian packaging moved
Change-Id: I1843edc3cd27669620d2a37e1ee47d4da0a20417
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3462070..80a6c16 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,10 @@
horizon formula
===============
+2016.4.1 (2016-04-15)
+
+- second release
+
0.0.1 (2015-08-03)
-- Initial formula setup
\ No newline at end of file
+- Initial formula setup
diff --git a/VERSION b/VERSION
index 3b04cfb..1bad316 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2
+2016.4.1
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 3d68450..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-salt-formula-horizon (0.2) trusty; urgency=medium
-
- * First public release
-
- -- Filip Pytloun <filip.pytloun@tcpcloud.eu> Tue, 06 Oct 2015 16:38:42 +0200
-
-salt-formula-horizon (0.1) trusty; urgency=medium
-
- * Initial release
-
- -- Ales Komarek <ales.komarek@tcpcloud.eu> Thu, 13 Aug 2015 23:23:41 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index f2d93d0..0000000
--- a/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: salt-formula-horizon
-Maintainer: Ales Komarek <ales.komarek@tcpcloud.eu>
-Section: admin
-Priority: optional
-Build-Depends: salt-master, python, python-yaml, debhelper (>= 9)
-Standards-Version: 3.9.6
-Homepage: https://wiki.openstack.org/wiki/OpenStackSalt
-Vcs-Browser: https://github.com/openstack/salt-formula-horizon
-Vcs-Git: https://github.com/openstack/salt-formula-horizon.git
-
-Package: salt-formula-horizon
-Architecture: all
-Depends: ${misc:Depends}, salt-master, reclass
-Description: Horizon salt formula
- Install and configure Horizon web service.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index e6aa878..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,15 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: salt-formula-horizon
-Upstream-Contact: Ales Komarek <ales.komarek@tcpcloud.eu>
-Source: https://github.com/openstack/salt-formula-horizon
-
-Files: *
-Copyright: 2014-2016 tcp cloud a.s.
-License: Apache-2.0
- Copyright (C) 2014-2016 tcp cloud a.s.
- .
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- .
- On a Debian system you can find a copy of this license in
- /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index d585829..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,3 +0,0 @@
-README.rst
-CHANGELOG.rst
-VERSION
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
deleted file mode 100644
index 3f1a558..0000000
--- a/debian/lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-salt-formula-horizon binary: shell-script-fails-syntax-check usr/share/salt-formulas/env/horizon/files/gunicorn_start
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index abde6ef..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
diff --git a/metadata.yml b/metadata.yml
index 0f24928..e643fae 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,3 +1,3 @@
name: "horizon"
-version: "0.2"
+version: "2016.4.1"
source: "https://github.com/openstack/salt-formula-horizon"