Debian packaging
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..97eef3d
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,6 @@
+statsd formula
+==============
+
+0.0.1 (2015-08-03)
+
+- Initial formula setup
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..6f2b42f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,13 @@
+Copyright (c) 2014-2015 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.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
\ No newline at end of file
diff --git a/README.md b/README.rst
similarity index 92%
rename from README.md
rename to README.rst
index a9257d8..f8f4e4a 100755
--- a/README.md
+++ b/README.rst
@@ -1,9 +1,12 @@
-# Statsd
+======
+Statsd
+======
Simple daemon for easy stats aggregation.
-## Sample pillars
+Sample pillars
+==============
Standalone Statsd server with Graphite/carbon backend
@@ -44,7 +47,8 @@
host: metrics1.domain.com
port: 2003
-## Read more
+Read more
+=========
* https://github.com/etsy/statsd/
* https://github.com/mrtazz/statsd-amqp-backend
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..49d5957
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.1
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5cd94ac
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+
+salt-formula-statsd (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
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ebf12e4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: salt-formula-statsd
+Maintainer: Ales Komarek <ales.komarek@tcpcloud.eu>
+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-statsd
+Vcs-Git: https://github.com/tcpcloud/salt-formula-statsd.git
+
+Package: salt-formula-statsd
+Architecture: all
+Depends: ${misc:Depends}, salt-master, reclass
+Description: statsd salt formula
+ Configure statsd system.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b7b2655
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: salt-formula-statsd
+Upstream-Contact: Ales Komarek <ales.komarek@tcpcloud.eu>
+Source: https://github.com/tcpcloud/salt-formula-statsd
+
+Files: *
+Copyright: 2014-2015 tcp cloud a.s.
+License: Apache-2.0
+ Copyright (C) 2014-2015 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
new file mode 100644
index 0000000..d585829
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.rst
+CHANGELOG.rst
+VERSION
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..378841a
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+statsd/* /usr/share/salt-formulas/env/statsd/
+metadata/service/* /usr/share/salt-formulas/reclass/service/statsd/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..abde6ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)