]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commitdiff
Initial debianization debian/sid
authorMichael Howe <michael@michaelhowe.org>
Sat, 19 Dec 2015 23:46:38 +0000 (23:46 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sat, 19 Dec 2015 23:46:38 +0000 (23:46 +0000)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..66c3b1b
--- /dev/null
@@ -0,0 +1,5 @@
+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
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..072dda9
--- /dev/null
@@ -0,0 +1,12 @@
+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
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..63f929c
--- /dev/null
@@ -0,0 +1,9 @@
+#!/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
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)