Merge tag '2016.4.1' into debian/unstable

2016.4.1
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0b69ce5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+salt-formula-ceilometer (2016.4.1-1) UNRELEASED; urgency=medium
+
+  * Initial release
+
+ -- Filip Pytloun <filip@pytloun.cz>  Mon, 18 Apr 2016 16:03:21 +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..0110957
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: salt-formula-ceilometer
+Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               openstack-pkg-tools (>= 43~),
+               salt-master,
+               python,
+               python-yaml,
+Standards-Version: 3.9.6
+Homepage: https://wiki.openstack.org/wiki/OpenStackSalt
+Vcs-Browser: https://github.com/openstack/salt-formula-ceilometer
+Vcs-Git: https://github.com/openstack/salt-formula-ceilometer.git
+
+Package: salt-formula-ceilometer
+Architecture: all
+Depends: ${misc:Depends}, salt-master, reclass
+Description: Ceilometer Salt formula
+ Install and configure Ceilometer server and client.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..678d159
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: salt-formula-ceilometer
+Source: https://github.com/openstack/salt-formula-ceilometer
+
+Files: *
+Copyright: 2014-2016 tcp cloud
+License: Apache-2
+
+Files: debian/*
+Copyright: (c) 2016, Filip Pytloun <filip@pytloun.cz>
+License: Apache-2
+
+License: Apache-2.0
+ 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.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license
+ can be found 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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..7bf5959
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+[DEFAULT]
+upstream-branch = master
+debian-branch = debian/unstable
+upstream-tag = %(version)s
+compression = xz
+
+[buildpackage]
+export-dir = ../build-area/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f7d5908
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/openstack-pkg-tools/pkgos.make
+
+%:
+	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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..60a37f1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/\.(b|rc)/~$1/" \
+https://github.com/openstack/salt-formula-ceilometer/tags .*/(\d[\d\.]+)\.tar\.gz