diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8357a70 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mopidy-mpris (1.0.0-0mopidy1) unstable; urgency=low + + * Initial release + + -- Stein Magnus Jodal Mon, 28 Oct 2013 21:26:43 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..78d279c --- /dev/null +++ b/debian/clean @@ -0,0 +1,2 @@ +*.egg-info/* +dist/* diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a1af072 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: mopidy-mpris +Section: sound +Priority: optional +Maintainer: Stein Magnus Jodal +Build-Depends: + debhelper (>= 8.0.0), + python-support +Standards-Version: 3.9.4 +Homepage: http://www.mopidy.com/ +Vcs-Git: git://github.com/mopidy/mopidy-mpris.git +Vcs-Browser: https://github.com/mopidy/mopidy-mpris +XS-Python-Version: >= 2.7 +X-Python-Version: >= 2.7 +X-Python3-Version: << 3 + +Package: mopidy-mpris +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + mopidy (>= 0.16.0), + python-dbus, + python-indicate, + python-pykka (>= 1.1.0), python-pykka (<< 2), + python-setuptools +Description: Mopidy extension for controlling playback through MPRIS + Mopidy is a music server which can play music from multiple sources, like your + local hard drive, radio streams, and from Spotify and SoundCloud. + . + This package provides a Mopidy extension for controlling playback through the + MPRIS D-Bus interface. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..43f4075 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mopidy-mpris +Upstream-Contact: Stein Magnus Jodal +Source: https://github.com/mopidy/mopidy-mpris + +Files: * +Copyright: 2009-2013 Stein Magnus Jodal and contributors +License: Apache-2.0 + On Debian systems the full text of the Apache License (Version 2) can be found + in the `/usr/share/common-licenses/Apache-2.0' file. + +Files: debian/* +Copyright: 2013 Stein Magnus Jodal +License: Apache-2.0 + On Debian systems the full text of the Apache License (Version 2) can be found + in the `/usr/share/common-licenses/Apache-2.0' file. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..a1320b1 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.rst diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..0a80fe8 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +debian-branch = debian +upstream-branch = master +upstream-tag = v%(version)s diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..736b14e --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ 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) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f571a6c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://pypi.python.org/packages/source/M/Mopidy-MPRIS/Mopidy-MPRIS-(.*)\.tar\.gz