From bbd5aaf231838800fbed23a0f68d6de386bbc675 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 19 Dec 2015 23:46:38 +0000 Subject: [PATCH] Initial debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 12 ++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + 5 files changed, 28 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..66c3b1b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +paho-mqtt (1.1-1) unstable; urgency=low + + * source package automatically created by stdeb 0.6.0+git + + -- Michael Howe Sat, 19 Dec 2015 23:43:28 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..072dda9 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: paho-mqtt +Maintainer: Michael Howe +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 index 0000000..63f929c --- /dev/null +++ b/debian/rules @@ -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 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 2.39.5