--- /dev/null
+paho-mqtt (1.1-1) unstable; urgency=low
+
+ * source package automatically created by stdeb 0.6.0+git
+
+ -- Michael Howe <michael@michaelhowe.org> Sat, 19 Dec 2015 23:43:28 +0000
--- /dev/null
+Source: paho-mqtt
+Maintainer: Michael Howe <michael@michaelhowe.org>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.1
+
+Package: python-paho-mqtt
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: MQTT version 3.1/3.1.1 client class
+
--- /dev/null
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Sat, 19 Dec 2015 23:43:28 +0000
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
+
+