Add debian packaging

A little futzing around with version numbers to kinda match the version
numbers in powerdebug.h and the commits on the master branch
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7f22673
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: powerdebug
+Section: utils
+Priority: optional
+Maintainer: Amit Arora <amit.arora@linaro.org>
+Build-Depends: cdbs, debhelper (>= 7), libncurses5-dev
+Standards-Version: 3.9.1
+
+Package: powerdebug
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: tool to display regulator, sensor and clock information
+ PowerDebug is a tool to display regulator, sensor and clock information.
+ Information are refreshed every few seconds. You can also use dump
+ option to display the information just once.