[Python-modules-commits] r19620 - in packages/pyacoustid/trunk (10 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue Dec 13 13:51:09 UTC 2011


    Date: Tuesday, December 13, 2011 @ 13:51:07
  Author: laarmen-guest
Revision: 19620

[svn-inject] Application des modifications Debian (0.3-1) pour le tronc

Added:
  packages/pyacoustid/trunk/debian/
  packages/pyacoustid/trunk/debian/changelog
  packages/pyacoustid/trunk/debian/compat
  packages/pyacoustid/trunk/debian/control
  packages/pyacoustid/trunk/debian/copyright
  packages/pyacoustid/trunk/debian/docs
  packages/pyacoustid/trunk/debian/rules
  packages/pyacoustid/trunk/debian/source/
  packages/pyacoustid/trunk/debian/source/format
  packages/pyacoustid/trunk/debian/watch


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

Added: packages/pyacoustid/trunk/debian/changelog
===================================================================
--- packages/pyacoustid/trunk/debian/changelog	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/changelog	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1,5 @@
+pyacoustid (0.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #651094)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Tue, 13 Dec 2011 12:18:01 +0100

Added: packages/pyacoustid/trunk/debian/compat
===================================================================
--- packages/pyacoustid/trunk/debian/compat	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/compat	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1 @@
+8

Added: packages/pyacoustid/trunk/debian/control
===================================================================
--- packages/pyacoustid/trunk/debian/control	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/control	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1,28 @@
+Source: pyacoustid
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 8.0.0),
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ libchromaprint-dev
+Standards-Version: 3.9.2
+Homepage: https://github.com/sampsyo/pyacoustid
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyacoustid/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyacoustid/trunk/
+
+Package: python-acoustid
+Architecture: all
+Depends:
+ libchromaprint0,
+ python-audioread,
+ ${misc:Depends},
+ ${python:Depends}
+Conflicts: python-chromaprint
+Replaces: python-chromaprint
+Description: Acoustid interface implementation and Chromaprint bindings
+ Acoustid is a web service offering high quality acoustic fingerprinting
+ system using the Chromaprint C library. This package provides Python
+ bindings for the library as well as an interface to the web service.

Added: packages/pyacoustid/trunk/debian/copyright
===================================================================
--- packages/pyacoustid/trunk/debian/copyright	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/copyright	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: pyacoustid
+Source: https://github.com/sampsyo/pyacoustid
+
+Files: *
+Copyright: 2011 Adrian Sampson <adrian at radbox.org>
+License: Expat
+
+Files: chromaprint.py
+Copyright: 2011 Lukáš Lalinský <lalinsky at gmail.com>
+           2011 Adrian Sampson <adrian at radbox.org>
+License: Expat
+
+Files: debian/*
+Copyright: 2011 Simon Chopin <chopin.simon at gmail.com>
+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/pyacoustid/trunk/debian/docs
===================================================================
--- packages/pyacoustid/trunk/debian/docs	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/docs	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1 @@
+README.rst

Added: packages/pyacoustid/trunk/debian/rules
===================================================================
--- packages/pyacoustid/trunk/debian/rules	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/rules	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2
+
+override_dh_clean:
+	dh_clean
+	rm pyacoustid.egg-info -rf	# It is automatically updated by setuptools.


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

Added: packages/pyacoustid/trunk/debian/source/format
===================================================================
--- packages/pyacoustid/trunk/debian/source/format	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/source/format	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pyacoustid/trunk/debian/watch
===================================================================
--- packages/pyacoustid/trunk/debian/watch	                        (rev 0)
+++ packages/pyacoustid/trunk/debian/watch	2011-12-13 13:51:07 UTC (rev 19620)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-(.+).tar.gz




More information about the Python-modules-commits mailing list