Codebase list mopidy-beets / 6a65619
debian: Initial release Stein Magnus Jodal 10 years ago
10 changed file(s) with 85 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 mopidy-beets (1.0.2-0mopidy1) unstable; urgency=low
1
2 * Initial release
3
4 -- Stein Magnus Jodal <stein.magnus@jodal.no> Mon, 28 Oct 2013 21:26:43 +0100
0 *.egg-info/*
1 dist/*
0 Source: mopidy-beets
1 Section: sound
2 Priority: optional
3 Maintainer: Stein Magnus Jodal <stein.magnus@jodal.no>
4 Build-Depends:
5 debhelper (>= 8.0.0),
6 python-support
7 Standards-Version: 3.9.4
8 Homepage: http://www.mopidy.com/
9 Vcs-Git: git://github.com/mopidy/mopidy-beets.git
10 Vcs-Browser: https://github.com/mopidy/mopidy-beets
11 XS-Python-Version: >= 2.7
12 X-Python-Version: >= 2.7
13 X-Python3-Version: << 3
14
15 Package: mopidy-beets
16 Architecture: all
17 Depends:
18 ${misc:Depends},
19 ${python:Depends},
20 mopidy (>= 0.14.0),
21 python-pykka (>= 1.1.0), python-pykka (<< 2),
22 python-requests,
23 python-setuptools
24 Suggests: beets
25 Description: Mopidy extension for playing music from Beets' web plugin
26 Mopidy is a music server which can play music from multiple sources, like your
27 local hard drive, radio streams, and from Spotify and SoundCloud.
28 .
29 This package provides a Mopidy extension for playing music from the web
30 plugin of the Beets music library organizer.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mopidy-beets
2 Upstream-Contact: Janez Troha <janez.troha@gmail.com>
3 Source: https://github.com/mopidy/mopidy-beets
4
5 Files: *
6 Copyright: 2013 Janez Troha
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2013 Stein Magnus Jodal <stein.magnus@jodal.no>
11 License: Expat
12
13 License: Expat
14 Permission is hereby granted, free of charge, to any person obtaining a copy
15 of this software and associated documentation files (the "Software"), to deal
16 in the Software without restriction, including without limitation the rights
17 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 copies of the Software, and to permit persons to whom the Software is
19 furnished to do so, subject to the following conditions:
20 .
21 The above copyright notice and this permission notice shall be included in all
22 copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30 SOFTWARE.
0 README.rst
0 [DEFAULT]
1 debian-branch = debian
2 upstream-branch = master
3 upstream-tag = v%(version)s
0 #!/usr/bin/make -f
1
2 # Uncomment this to turn on verbose mode.
3 #export DH_VERBOSE=1
4
5 %:
6 dh $@
0 3.0 (quilt)
0 version=3
1 https://pypi.python.org/packages/source/M/Mopidy-Beets/Mopidy-Beets-(.*)\.tar\.gz