Initial commit
Change-Id: Ife61c7bdd6b1894c460f835f77746793de13e544
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..34c70f1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+salt-formula-telegraf (0.1) trusty; urgency=medium
+
+ * Initial release
+
+ -- Bartosz Kupidura <bkupidura@mirantis.com> Fri, 10 Mar 2017 09:14:06 +0100
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..692bd18
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: salt-formula-telegraf
+Maintainer: Salt Formulas Community <salt-formulas@freelists.org>
+Section: admin
+Priority: optional
+Build-Depends: salt-master, python, python-yaml, debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/salt-formulas/salt-formulas
+Vcs-Browser: https://github.com/salt-formulas/salt-formula-telegraf
+Vcs-Git: https://github.com/salt-formulas/salt-formula-telegraf.git
+
+Package: salt-formula-telegraf
+Architecture: all
+Depends: ${misc:Depends}, salt-master, reclass
+Description: telegraf Salt formula
+ Install and configure telegraf monitoring
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8e0f18e
--- /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-telegraf
+Upstream-Contact: Salt Formulas Community <salt-formulas@freelists.org>
+Source: https://github.com/salt-formulas/salt-formula-telegraf
+
+Files: *
+Copyright: 2017 Mirantis et al.
+License: Apache-2.0
+ Copyright (C) 2017 Mirantis et al.
+ .
+ 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..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
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)