[Python-apps-commits] r7824 - in packages/beets/trunk (15 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Mon Nov 21 09:30:45 UTC 2011


    Date: Monday, November 21, 2011 @ 09:30:35
  Author: stefanor
Revision: 7824

[svn-inject] Applying Debian modifications (1.0~b10-1) to trunk

Added:
  packages/beets/trunk/debian/
  packages/beets/trunk/debian/changelog
  packages/beets/trunk/debian/clean
  packages/beets/trunk/debian/compat
  packages/beets/trunk/debian/control
  packages/beets/trunk/debian/copyright
  packages/beets/trunk/debian/docs
  packages/beets/trunk/debian/links
  packages/beets/trunk/debian/patches/
  packages/beets/trunk/debian/patches/private-module
  packages/beets/trunk/debian/patches/series
  packages/beets/trunk/debian/rules
  packages/beets/trunk/debian/source/
  packages/beets/trunk/debian/source/format
  packages/beets/trunk/debian/watch


Property changes on: packages/beets/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/beets/trunk/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog	                        (rev 0)
+++ packages/beets/trunk/debian/changelog	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,5 @@
+beets (1.0~b10-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #589396)
+
+ -- Stefano Rivera <stefanor at debian.org>  Mon, 21 Nov 2011 10:20:09 +0200

Added: packages/beets/trunk/debian/clean
===================================================================
--- packages/beets/trunk/debian/clean	                        (rev 0)
+++ packages/beets/trunk/debian/clean	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1 @@
+*.egg-info/*

Added: packages/beets/trunk/debian/compat
===================================================================
--- packages/beets/trunk/debian/compat	                        (rev 0)
+++ packages/beets/trunk/debian/compat	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1 @@
+7

Added: packages/beets/trunk/debian/control
===================================================================
--- packages/beets/trunk/debian/control	                        (rev 0)
+++ packages/beets/trunk/debian/control	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,37 @@
+Source: beets
+Section: sound
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python-musicbrainz2,
+ python-setuptools
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+Homepage: http://beets.radbox.org/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/beets/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/beets/trunk/
+
+Package: beets
+Architecture: all
+Depends:
+ libjs-backbone,
+ libjs-jquery,
+ libjs-underscore,
+ python-musicbrainz2 (>= 0.7.2),
+ ${misc:Depends},
+ ${python:Depends}
+Suggests: python-flask, python-gst0.10
+Description: music tagger and library organizer
+ Beets is a media library management system for obsessive-compulsive music
+ geeks.
+ .
+ The purpose of beets is to get your music collection right once and for all.
+ It catalogs your collection, automatically improving its metadata as it goes
+ using the MusicBrainz database.  It then provides a set of tools for
+ manipulating and accessing your music.
+ .
+ Beets also includes a music player that implements the MPD protocol, so you
+ can play music in your beets library using any MPD client.

Added: packages/beets/trunk/debian/copyright
===================================================================
--- packages/beets/trunk/debian/copyright	                        (rev 0)
+++ packages/beets/trunk/debian/copyright	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,31 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&revision=174
+Upstream-Name: Beets
+Upstream-Contact: Adrian Sampson <adrian at radbox.org>
+Source: http://beets.radbox.org/
+
+Files: *
+Copyright: 2010-2011, Adrian Sampson <adrian at radbox.org>
+License: Expat
+
+Files: debian/*
+Copyright: 2010-2011, Stefano Rivera <stefanor at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.

Added: packages/beets/trunk/debian/docs
===================================================================
--- packages/beets/trunk/debian/docs	                        (rev 0)
+++ packages/beets/trunk/debian/docs	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,2 @@
+NEWS
+README.rst

Added: packages/beets/trunk/debian/links
===================================================================
--- packages/beets/trunk/debian/links	                        (rev 0)
+++ packages/beets/trunk/debian/links	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,3 @@
+/usr/share/javascript/jquery/jquery.js         /usr/share/beets/beetsplug/web/static/jquery.js
+/usr/share/javascript/underscore/underscore.js /usr/share/beets/beetsplug/web/static/underscore.js
+/usr/share/javascript/backbone/backbone.js     /usr/share/beets/beetsplug/web/static/backbone.js

Added: packages/beets/trunk/debian/patches/private-module
===================================================================
--- packages/beets/trunk/debian/patches/private-module	                        (rev 0)
+++ packages/beets/trunk/debian/patches/private-module	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,14 @@
+Description: We install into a private location, so no namespace_packages handling is necessary
+Author: Stefano Rivera <stefanor at debian.org>
+Forwarded: not-necessary
+Last-Update: 2011-11-21
+--- a/setup.py
++++ b/setup.py
+@@ -42,7 +42,6 @@
+           'beetsplug.bpd',
+           'beetsplug.web',
+       ],
+-      namespace_packages=['beetsplug'],
+       entry_points={
+           'console_scripts': [
+               'beet = beets.ui:main',

Added: packages/beets/trunk/debian/patches/series
===================================================================
--- packages/beets/trunk/debian/patches/series	                        (rev 0)
+++ packages/beets/trunk/debian/patches/series	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1 @@
+private-module

Added: packages/beets/trunk/debian/rules
===================================================================
--- packages/beets/trunk/debian/rules	                        (rev 0)
+++ packages/beets/trunk/debian/rules	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+	find . -name .DS_Store -delete
+	dh_auto_install -- --install-lib=/usr/share/beets/
+	mv debian/beets/usr/bin/beet debian/beets/usr/share/beets
+	dh_link /usr/share/beets/beet /usr/bin/beet


Property changes on: packages/beets/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/beets/trunk/debian/source/format
===================================================================
--- packages/beets/trunk/debian/source/format	                        (rev 0)
+++ packages/beets/trunk/debian/source/format	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/beets/trunk/debian/watch
===================================================================
--- packages/beets/trunk/debian/watch	                        (rev 0)
+++ packages/beets/trunk/debian/watch	2011-11-21 09:30:35 UTC (rev 7824)
@@ -0,0 +1,4 @@
+version=3
+
+opts=uversionmangle=s/b/~b/ \
+http://code.google.com/p/beets/downloads/list .*/beets-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list