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/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 $@
+