[Python-modules-commits] [python-soco] 03/07: Added essential debian files

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Dec 13 18:37:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository python-soco.

commit 21a3c52b26c3fc635a1fe2a214464489078eed3c
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Dec 11 19:26:56 2016 +0100

    Added essential debian files
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     | 12 ++++++++++++
 4 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..95f090a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-soco (0.12-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 11 Dec 2016 19:26:24 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8f86ffd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: python-soco
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/SoCo/SoCo
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-soco.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-soco.git
+
+Package: python-soco
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Library to communicate with Sonos
+ This library makes it easy to communicate with a Chromecast device using
+ Python.
+ .
+ It currently supports:
+ .
+  - Auto discovering connected Chromecasts on the network
+  - Start the default media receiver and play any online media
+  - Control playback of current playing media
+  - Implement Google Chromecast API v2
+  - Communicate with apps via channels
+  - Easily extendable to add support for unsupported namespaces
+
+
+Package: python3-soco
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-zeroconf, python3-protobuf (>= 3)
+Description: Library to communicate with Sonos
+ This library makes it easy to communicate with a Chromecast device using
+ Python.
+ .
+ It currently supports:
+ .
+  - Auto discovering connected Chromecasts on the network
+  - Start the default media receiver and play any online media
+  - Control playback of current playing media
+  - Implement Google Chromecast API v2
+  - Communicate with apps via channels
+  - Easily extendable to add support for unsupported namespaces
+ .
+ This package contains the Python 3 version of python-soco
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6622b41
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+#DH_VERBOSE = 1
+
+
+export PYBUILD_NAME = soco
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+
+override_dh_clean:
+	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-soco.git



More information about the Python-modules-commits mailing list