Move debian dir to the master
Add debian dir to combine building workflow
Change-Id: I07f3b6cfa35da1337af81580b230e5831f66aff3
PROD: https://mirantis.jira.com/browse/PROD-20910
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5f28663
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: salt-formula-keystone
+Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
+Uploaders: Filip Pytloun <filip@pytloun.cz>,
+ OndÅ™ej Nový <onovy@debian.org>,
+Section: admin
+Priority: extra
+Build-Depends: debhelper (>= 9),
+ openstack-pkg-tools,
+Build-Depends-Indep: python-all,
+ python-yaml,
+ salt-formula-apache,
+ salt-formula-mysql,
+Standards-Version: 3.9.6
+Homepage: https://wiki.openstack.org/wiki/OpenStackSalt
+Vcs-Browser: https://anonscm.debian.org/cgit/openstack/salt-formula-keystone.git/
+Vcs-Git: https://anonscm.debian.org/git/openstack/salt-formula-keystone.git
+
+Package: salt-formula-keystone
+Architecture: all
+Depends: ${misc:Depends},
+Description: Salt formula for OpenStack Keystone
+ Salt is a powerful remote execution manager that can be used to
+ administer servers in a fast and efficient way.
+ .
+ This SaltStack formula manages both installation and configuration of
+ OpenStack Keystone.