[Python-apps-commits] r14371 - in packages/beets/tags (5 files)

rak at users.alioth.debian.org rak at users.alioth.debian.org
Mon Sep 4 18:38:42 UTC 2017


    Date: Monday, September 4, 2017 @ 18:38:41
  Author: rak
Revision: 14371

[svn-buildpackage] Tagging beets 1.4.5-1

Added:
  packages/beets/tags/1.4.5-1/
  packages/beets/tags/1.4.5-1/debian/changelog
    (from rev 14370, packages/beets/trunk/debian/changelog)
  packages/beets/tags/1.4.5-1/debian/control
    (from rev 14370, packages/beets/trunk/debian/control)
Deleted:
  packages/beets/tags/1.4.5-1/debian/changelog
  packages/beets/tags/1.4.5-1/debian/control

Deleted: packages/beets/tags/1.4.5-1/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog	2017-08-31 17:36:15 UTC (rev 14369)
+++ packages/beets/tags/1.4.5-1/debian/changelog	2017-09-04 18:38:41 UTC (rev 14371)
@@ -1,239 +0,0 @@
-beets (1.4.5-1) UNRELEASED; urgency=medium
-
-  * Team upload
-  * New upstream release (Closes: #852257)
-    + version number displayed by beets now agrees with the Debian package
-      version (Closes: #837193)
-    + Fixes issues with broken utf8 filenames (Closes: #851630)
-
-  [ Ryan Kavanagh ]
-  * Bumped standards version to 4.0.0
-  * Switch to Python 3 now that it's supported by upstream. (Closes: #849085)
-    + Update the (build-)dependencies accordingly.
-    + Specify that we're using pybuild in the rules
-    + Drop (build-)dependencies on python-enum34, python-imaging, and
-      python-pathlib: these are no longer needed with Python 3.
-    + We require at least Python 3.4 if we are to drop python-enum34; set
-      X-Python3-Version and other dependency versions accordingly.
-  * Refreshed patches, and dropped the following unneeded patches:
-    fix-test_hidden, fix-test_mediafile_edge, fix-test_nonexistent_file,
-    no-jellyfish
-  * Because #806716 has been resolved, added a build-dependency on
-    python3-jellyfish; this justifies dropping the no-jellyfish patch.
-  * Fixed insecure URLs for Vcs-Browser; no secure alternative exists for
-    Vcs-Svn
-  * Updated copyright holders
-  * Added myself to the uploaders field
-  * Install zsh completion file (Closes: #775811)
-
- -- Ryan Kavanagh <rak at debian.org>  Thu, 27 Jul 2017 10:05:12 -0400
-
-beets (1.3.19-2) unstable; urgency=medium
-
-  * Fix occasional FTBFS due to lack of mock cleanup. Thanks Santiago Vila.
-    (Closes: #835937)
-  * Fix autopkgtests by adding the test dependencies, and a sane unittest
-    incantation.
-  * Drop unittest2 and nose Build-Depends, no longer used.
-
- -- Stefano Rivera <stefanor at debian.org>  Mon, 29 Aug 2016 22:07:14 -0700
-
-beets (1.3.19-1) unstable; urgency=medium
-
-  * New upstream release. (Closes: #775719, #792060, LP: #1502394)
-    - No need to repack any more.
-    - Drop patches, superseded upstream.
-    - Update copyright.
-    - Add Build-Depends: python-{bs4,mpd,mutagen,pathlib,rarfile,xdg}
-    - Add Suggests (plugin dependencies):
-      python-{dbus,pathlib,rarfile,requests-oauthlib,xdg}
-    - Update gstreamer Suggests to python-gst-1.0 (Closes: #785903)
-    - Upstream dropped Python 2.6 support.
-  * Drop Build-Conflicts: python-rarfile, it seems to be working now.
-  * Patches:
-    - Bundled a function from jellyfish, pending resolving a package namespace
-      problem blocking packaging jellyfish. See #806716.
-    - Cherry pick upstream fixes for test_mediafile_edge and test_hidden.
-    - Skip tests for path queries, as these are broken by Debian sqlite using
-      SQLITE_LIKE_DOESNT_MATCH_BLOBS.
-  * Switch watch file to pypi.debian.net. (Closes: #815761)
-  * Bump debhelper compat level to 9.
-  * Bump Standards-Version to 3.9.8, no changes needed.
-
- -- Stefano Rivera <stefanor at debian.org>  Tue, 23 Aug 2016 01:18:46 -0700
-
-beets (1.3.8+dfsg-2) unstable; urgency=medium
-
-  * Patch: test_bucket-years. Fix test failure when the current year is >=
-    2015 (Closes: #775618)
-
- -- Stefano Rivera <stefanor at debian.org>  Sun, 18 Jan 2015 11:39:11 -0800
-
-beets (1.3.8+dfsg-1) unstable; urgency=low
-
-  [ Stefano Rivera ]
-  * New upstream release. (Closes: #745582)
-    - Suggests python-mpd, for mpdstats plugin.
-    - Depends on python-enum34, rather than an internal enum implementation.
-  * Update (and sort) copyright holders.
-  * Suggests python-bs4, for the Lyrics plugin.
-  * Repack orig tarball, to remove lyrics with no license for redistribution.
-
-  [ Jackson Doak ]
-  * New upstream release. (1.3.3)
-    - Build-depend on python-flask
-  * Drop no-namespace-pkg patch, fixed upstream
-
-  [ Simon Chopin ]
-  * Bump Standards-Version to 3.9.6, no changes needed.
-  * Add build-dependencies on python-response and python-nose for the tests
-  * Bump copyright year.
-  * Add python-pylast to Build-Depends for the tests
-  * Patch out the tests depending on pyechonest and rarfile
-  * Add new copyright holders for the plugins
-  * Build-conflict on python-rarfile as the Debian version don't pass the test
-    (note that this is gracefully handled beets)
-
- -- Simon Chopin <chopin.simon at gmail.com>  Thu, 23 Oct 2014 23:35:11 +0200
-
-beets (1.3.1-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * Version the dependency on python-musicbrainzngs (>= 0.4) (Closes: #717763)
-  * New upstream release (Closes: #730046)
-    + Bump the dependency on python-mutagen (>= 1.22)
-    + Drop the fix_bpd_search patch, merged upstream.
-  * Export PYTHONPATH when building the doc to build the API docs as well.
-
-  [ Stefano Rivera ]
-  * Update copyright holders
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sat, 30 Nov 2013 00:39:48 -0800
-
-beets (1.2.1-1) unstable; urgency=low
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
-  [ Simon Chopin ]
-  * New upstream release (Closes: #715561).
-  * Upload to unstable
-  * Update watch file to use PyPI.
-  * Add a patch to fix a crash in the BPD plugin
-  * Update d/copyright with a separate paragraph for beetsplug/* Expat files
-  * Add python-requests to the Suggests field for the beatport plugin
-  * Add a TODO file to keep track of the unpackaged plugin dependencies
-
- -- Simon Chopin <chopin.simon at gmail.com>  Mon, 22 Jul 2013 16:12:53 +0200
-
-beets (1.0.0-1) experimental; urgency=low
-
-  * Initial upstream stable release.
-  * Bump copyright years.
-
- -- Stefano Rivera <stefanor at debian.org>  Fri, 08 Feb 2013 14:11:04 +0200
-
-beets (1.0~rc2-1) experimental; urgency=low
-
-  * New upstream release.
-  * Update copyright.
-  * Support ~rcX in the watch file.
-  * Suggest python-imaging for resizing album art (fetchart or embedart
-    plugins), and libav-tools for transcoding (convert plugin).
-  * Suggest mp3gain for bpd.
-
- -- Stefano Rivera <stefanor at debian.org>  Sat, 12 Jan 2013 17:21:03 +0200
-
-beets (1.0~b15-1) experimental; urgency=low
-
-  * New upstream release.
-    - Album art downloading has been moved into the "fetchart" plugin.
-  * Patch no-namespace-pkg: Don't make beetsplug a namespace package, this
-    serves no purpose, if we are installing into a private location.
-  * Upload to experimental, as Debian is frozen for wheezy.
-  * Use the C.UTF-8 locale instead of generating a UTF-8 locale at build time.
-    - Build-Depend on libc-bin (>= 2.13).
-  * Bump Standards-Version to 3.9.4.
-    - Bump debhelpers Build-Depend to 8.1, for build-{arch,indep} support.
-  * Add autopkgtests.
-
- -- Stefano Rivera <stefanor at debian.org>  Tue, 04 Dec 2012 22:39:05 +0200
-
-beets (1.0~b14-2) unstable; urgency=low
-
-  * Split the documentation in a separate beets-doc package (Closes: #672363)
-    + Add symlinks in /usr/share/doc/beets to ../beets-doc/
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sun, 03 Jun 2012 20:29:43 +0200
-
-beets (1.0~b14-1) unstable; urgency=low
-
-  * New upstream release.
-    - Update debian/copyright.
-  * Respect nocheck in DEB_BUILD_OPTIONS.
-
- -- Stefano Rivera <stefanor at debian.org>  Sun, 13 May 2012 11:41:35 -0700
-
-beets (1.0~b13-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * New upstream release.
-    - patches unittest2 and integer-timestamps included upstream
-  * Add python-pylast to the Suggests: field for the lastgenre plugin.
-
-  [ Stefano Rivera ]
-  * Update machine-readable copyright file to Format 1.0.
-  * Bump Standards-Version to 3.9.3, no changes needed.
-
- -- Simon Chopin <chopin.simon at gmail.com>  Wed, 21 Mar 2012 12:30:24 +0200
-
-beets (1.0~b12-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * New upstream release:
-    - Patch libmpd-incompatibility included upstream.
-  * Add myself to Uploaders:
-  * Add python-musicbrainzngs in Build-Depends: since upstream dropped the embedded
-    copy
-  * Suggest the python-acoustid package for the chroma plugin
-  * Remove the egg-info directory in the clean target of debian/rules to
-    enable consecutive builds.
-
-  [ Stefano Rivera ]
-  * Refresh patches.
-  * Bump copyright years, and add entries for Simon and the replaygain plugin
-    from 1.0~b11.
-  * Patch: integer-timestamps: Avoid test failure on filesystems with
-    high-resolution file timestamps (Closes: #655732)
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sun, 22 Jan 2012 01:09:03 +0200
-
-beets (1.0~b11-1) unstable; urgency=low
-
-  * New upstream release (Closes: #650078)
-    - No need to repack any more, upstream uses non-minified JS.
-  * Drop dependency on python-musicbrainz2 (now uses the internal musicbrainz3
-    library, soon to be broken out into musicbrainz-ngs).
-  * Build docs, they are now included.
-    - Use upstream's manpages.
-    - Add doc-base entry.
-  * Run tests, they are now included.
-    - Use unittest2 to provide newer unittest features for python2.6.
-    - Build-Depend on python-mutagen, python-munkres, and python-unidecode
-    - Test under the en_US.UTF-8 locale, to work around a test expecting a
-      UTF-8 locale.
-  * Suggest python-rgain, for the rgain plugin.
-
- -- Stefano Rivera <stefanor at debian.org>  Tue, 13 Dec 2011 16:44:57 +0200
-
-beets (1.0~b10+dfsg-2) unstable; urgency=low
-
-  * Depend on python-pkg-resources (Closes: #649927)
-
- -- Stefano Rivera <stefanor at debian.org>  Fri, 25 Nov 2011 22:16:27 +0200
-
-beets (1.0~b10+dfsg-1) unstable; urgency=low
-
-  * Initial release (Closes: #589396)
-
- -- Stefano Rivera <stefanor at debian.org>  Tue, 22 Nov 2011 22:16:28 +0200

Copied: packages/beets/tags/1.4.5-1/debian/changelog (from rev 14370, packages/beets/trunk/debian/changelog)
===================================================================
--- packages/beets/tags/1.4.5-1/debian/changelog	                        (rev 0)
+++ packages/beets/tags/1.4.5-1/debian/changelog	2017-09-04 18:38:41 UTC (rev 14371)
@@ -0,0 +1,239 @@
+beets (1.4.5-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream release (Closes: #852257)
+    + version number displayed by beets now agrees with the Debian package
+      version (Closes: #837193)
+    + Fixes issues with broken utf8 filenames (Closes: #851630)
+
+  [ Ryan Kavanagh ]
+  * Bumped standards version to 4.0.1
+  * Switch to Python 3 now that it's supported by upstream. (Closes: #849085)
+    + Update the (build-)dependencies accordingly.
+    + Specify that we're using pybuild in the rules
+    + Drop (build-)dependencies on python-enum34, python-imaging, and
+      python-pathlib: these are no longer needed with Python 3.
+    + We require at least Python 3.4 if we are to drop python-enum34; set
+      X-Python3-Version and other dependency versions accordingly.
+  * Refreshed patches, and dropped the following unneeded patches:
+    fix-test_hidden, fix-test_mediafile_edge, fix-test_nonexistent_file,
+    no-jellyfish
+  * Because #806716 has been resolved, added a build-dependency on
+    python3-jellyfish; this justifies dropping the no-jellyfish patch.
+  * Fixed insecure URLs for Vcs-Browser; no secure alternative exists for
+    Vcs-Svn
+  * Updated copyright holders
+  * Added myself to the uploaders field
+  * Install zsh completion file (Closes: #775811)
+
+ -- Ryan Kavanagh <rak at debian.org>  Mon, 04 Sep 2017 14:26:49 -0400
+
+beets (1.3.19-2) unstable; urgency=medium
+
+  * Fix occasional FTBFS due to lack of mock cleanup. Thanks Santiago Vila.
+    (Closes: #835937)
+  * Fix autopkgtests by adding the test dependencies, and a sane unittest
+    incantation.
+  * Drop unittest2 and nose Build-Depends, no longer used.
+
+ -- Stefano Rivera <stefanor at debian.org>  Mon, 29 Aug 2016 22:07:14 -0700
+
+beets (1.3.19-1) unstable; urgency=medium
+
+  * New upstream release. (Closes: #775719, #792060, LP: #1502394)
+    - No need to repack any more.
+    - Drop patches, superseded upstream.
+    - Update copyright.
+    - Add Build-Depends: python-{bs4,mpd,mutagen,pathlib,rarfile,xdg}
+    - Add Suggests (plugin dependencies):
+      python-{dbus,pathlib,rarfile,requests-oauthlib,xdg}
+    - Update gstreamer Suggests to python-gst-1.0 (Closes: #785903)
+    - Upstream dropped Python 2.6 support.
+  * Drop Build-Conflicts: python-rarfile, it seems to be working now.
+  * Patches:
+    - Bundled a function from jellyfish, pending resolving a package namespace
+      problem blocking packaging jellyfish. See #806716.
+    - Cherry pick upstream fixes for test_mediafile_edge and test_hidden.
+    - Skip tests for path queries, as these are broken by Debian sqlite using
+      SQLITE_LIKE_DOESNT_MATCH_BLOBS.
+  * Switch watch file to pypi.debian.net. (Closes: #815761)
+  * Bump debhelper compat level to 9.
+  * Bump Standards-Version to 3.9.8, no changes needed.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 23 Aug 2016 01:18:46 -0700
+
+beets (1.3.8+dfsg-2) unstable; urgency=medium
+
+  * Patch: test_bucket-years. Fix test failure when the current year is >=
+    2015 (Closes: #775618)
+
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 18 Jan 2015 11:39:11 -0800
+
+beets (1.3.8+dfsg-1) unstable; urgency=low
+
+  [ Stefano Rivera ]
+  * New upstream release. (Closes: #745582)
+    - Suggests python-mpd, for mpdstats plugin.
+    - Depends on python-enum34, rather than an internal enum implementation.
+  * Update (and sort) copyright holders.
+  * Suggests python-bs4, for the Lyrics plugin.
+  * Repack orig tarball, to remove lyrics with no license for redistribution.
+
+  [ Jackson Doak ]
+  * New upstream release. (1.3.3)
+    - Build-depend on python-flask
+  * Drop no-namespace-pkg patch, fixed upstream
+
+  [ Simon Chopin ]
+  * Bump Standards-Version to 3.9.6, no changes needed.
+  * Add build-dependencies on python-response and python-nose for the tests
+  * Bump copyright year.
+  * Add python-pylast to Build-Depends for the tests
+  * Patch out the tests depending on pyechonest and rarfile
+  * Add new copyright holders for the plugins
+  * Build-conflict on python-rarfile as the Debian version don't pass the test
+    (note that this is gracefully handled beets)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Thu, 23 Oct 2014 23:35:11 +0200
+
+beets (1.3.1-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * Version the dependency on python-musicbrainzngs (>= 0.4) (Closes: #717763)
+  * New upstream release (Closes: #730046)
+    + Bump the dependency on python-mutagen (>= 1.22)
+    + Drop the fix_bpd_search patch, merged upstream.
+  * Export PYTHONPATH when building the doc to build the API docs as well.
+
+  [ Stefano Rivera ]
+  * Update copyright holders
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sat, 30 Nov 2013 00:39:48 -0800
+
+beets (1.2.1-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Simon Chopin ]
+  * New upstream release (Closes: #715561).
+  * Upload to unstable
+  * Update watch file to use PyPI.
+  * Add a patch to fix a crash in the BPD plugin
+  * Update d/copyright with a separate paragraph for beetsplug/* Expat files
+  * Add python-requests to the Suggests field for the beatport plugin
+  * Add a TODO file to keep track of the unpackaged plugin dependencies
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Mon, 22 Jul 2013 16:12:53 +0200
+
+beets (1.0.0-1) experimental; urgency=low
+
+  * Initial upstream stable release.
+  * Bump copyright years.
+
+ -- Stefano Rivera <stefanor at debian.org>  Fri, 08 Feb 2013 14:11:04 +0200
+
+beets (1.0~rc2-1) experimental; urgency=low
+
+  * New upstream release.
+  * Update copyright.
+  * Support ~rcX in the watch file.
+  * Suggest python-imaging for resizing album art (fetchart or embedart
+    plugins), and libav-tools for transcoding (convert plugin).
+  * Suggest mp3gain for bpd.
+
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 12 Jan 2013 17:21:03 +0200
+
+beets (1.0~b15-1) experimental; urgency=low
+
+  * New upstream release.
+    - Album art downloading has been moved into the "fetchart" plugin.
+  * Patch no-namespace-pkg: Don't make beetsplug a namespace package, this
+    serves no purpose, if we are installing into a private location.
+  * Upload to experimental, as Debian is frozen for wheezy.
+  * Use the C.UTF-8 locale instead of generating a UTF-8 locale at build time.
+    - Build-Depend on libc-bin (>= 2.13).
+  * Bump Standards-Version to 3.9.4.
+    - Bump debhelpers Build-Depend to 8.1, for build-{arch,indep} support.
+  * Add autopkgtests.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 04 Dec 2012 22:39:05 +0200
+
+beets (1.0~b14-2) unstable; urgency=low
+
+  * Split the documentation in a separate beets-doc package (Closes: #672363)
+    + Add symlinks in /usr/share/doc/beets to ../beets-doc/
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sun, 03 Jun 2012 20:29:43 +0200
+
+beets (1.0~b14-1) unstable; urgency=low
+
+  * New upstream release.
+    - Update debian/copyright.
+  * Respect nocheck in DEB_BUILD_OPTIONS.
+
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 13 May 2012 11:41:35 -0700
+
+beets (1.0~b13-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * New upstream release.
+    - patches unittest2 and integer-timestamps included upstream
+  * Add python-pylast to the Suggests: field for the lastgenre plugin.
+
+  [ Stefano Rivera ]
+  * Update machine-readable copyright file to Format 1.0.
+  * Bump Standards-Version to 3.9.3, no changes needed.
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Wed, 21 Mar 2012 12:30:24 +0200
+
+beets (1.0~b12-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * New upstream release:
+    - Patch libmpd-incompatibility included upstream.
+  * Add myself to Uploaders:
+  * Add python-musicbrainzngs in Build-Depends: since upstream dropped the embedded
+    copy
+  * Suggest the python-acoustid package for the chroma plugin
+  * Remove the egg-info directory in the clean target of debian/rules to
+    enable consecutive builds.
+
+  [ Stefano Rivera ]
+  * Refresh patches.
+  * Bump copyright years, and add entries for Simon and the replaygain plugin
+    from 1.0~b11.
+  * Patch: integer-timestamps: Avoid test failure on filesystems with
+    high-resolution file timestamps (Closes: #655732)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sun, 22 Jan 2012 01:09:03 +0200
+
+beets (1.0~b11-1) unstable; urgency=low
+
+  * New upstream release (Closes: #650078)
+    - No need to repack any more, upstream uses non-minified JS.
+  * Drop dependency on python-musicbrainz2 (now uses the internal musicbrainz3
+    library, soon to be broken out into musicbrainz-ngs).
+  * Build docs, they are now included.
+    - Use upstream's manpages.
+    - Add doc-base entry.
+  * Run tests, they are now included.
+    - Use unittest2 to provide newer unittest features for python2.6.
+    - Build-Depend on python-mutagen, python-munkres, and python-unidecode
+    - Test under the en_US.UTF-8 locale, to work around a test expecting a
+      UTF-8 locale.
+  * Suggest python-rgain, for the rgain plugin.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 13 Dec 2011 16:44:57 +0200
+
+beets (1.0~b10+dfsg-2) unstable; urgency=low
+
+  * Depend on python-pkg-resources (Closes: #649927)
+
+ -- Stefano Rivera <stefanor at debian.org>  Fri, 25 Nov 2011 22:16:27 +0200
+
+beets (1.0~b10+dfsg-1) unstable; urgency=low
+
+  * Initial release (Closes: #589396)
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 22 Nov 2011 22:16:28 +0200

Deleted: packages/beets/tags/1.4.5-1/debian/control
===================================================================
--- packages/beets/trunk/debian/control	2017-08-31 17:36:15 UTC (rev 14369)
+++ packages/beets/tags/1.4.5-1/debian/control	2017-09-04 18:38:41 UTC (rev 14371)
@@ -1,92 +0,0 @@
-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>,
- Simon Chopin <chopin.simon at gmail.com>,
- Ryan Kavanagh <rak at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- libc-bin (>= 2.13),
- python3-all (>= 3.4),
- python3-bs4,
- python3-flask,
- python3-jellyfish,
- python3-mock,
- python3-mpd,
- python3-munkres,
- python3-musicbrainzngs (>= 0.4),
- python3-mutagen (>= 1.27),
- python3-pylast,
- python3-rarfile,
- python3-responses,
- python3-setuptools,
- python3-sphinx (>= 1.0.7+dfsg),
- python3-unidecode,
- python3-xdg,
- python3-yaml
-Standards-Version: 4.0.0
-X-Python3-Version: >= 3.4
-Homepage: http://beets.radbox.org/
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/beets/trunk/
-Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/beets/trunk/
-
-Package: beets
-Architecture: all
-Depends:
- libjs-backbone,
- libjs-jquery,
- libjs-underscore,
- python3-musicbrainzngs (>= 0.4),
- python3-mutagen (>= 1.21),
- python3-pkg-resources,
- ${misc:Depends},
- ${python3:Depends}
-Suggests:
- beets-doc,
- libav-tools,
- mp3gain,
- python3-acoustid,
- python3-bs4,
- python3-dbus,
- python3-flask,
- python3-gst-1.0,
- python3-mpd,
- python3-pylast,
- python3-rarfile,
- python3-requests,
- python3-requests-oauthlib,
- python3-xdg
-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.
-
-Package: beets-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Breaks: beets (<< 1.0~b14-2~)
-Replaces: beets (<< 1.0~b14-2~)
-Description: music tagger and library organizer - documentation
- 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.
- .
- This package provides detailed documentation on beets usage.

Copied: packages/beets/tags/1.4.5-1/debian/control (from rev 14370, packages/beets/trunk/debian/control)
===================================================================
--- packages/beets/tags/1.4.5-1/debian/control	                        (rev 0)
+++ packages/beets/tags/1.4.5-1/debian/control	2017-09-04 18:38:41 UTC (rev 14371)
@@ -0,0 +1,92 @@
+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>,
+ Simon Chopin <chopin.simon at gmail.com>,
+ Ryan Kavanagh <rak at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ libc-bin (>= 2.13),
+ python3-all (>= 3.4),
+ python3-bs4,
+ python3-flask,
+ python3-jellyfish,
+ python3-mock,
+ python3-mpd,
+ python3-munkres,
+ python3-musicbrainzngs (>= 0.4),
+ python3-mutagen (>= 1.27),
+ python3-pylast,
+ python3-rarfile,
+ python3-responses,
+ python3-setuptools,
+ python3-sphinx (>= 1.0.7+dfsg),
+ python3-unidecode,
+ python3-xdg,
+ python3-yaml
+Standards-Version: 4.0.1
+X-Python3-Version: >= 3.4
+Homepage: http://beets.radbox.org/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/beets/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/beets/trunk/
+
+Package: beets
+Architecture: all
+Depends:
+ libjs-backbone,
+ libjs-jquery,
+ libjs-underscore,
+ python3-musicbrainzngs (>= 0.4),
+ python3-mutagen (>= 1.21),
+ python3-pkg-resources,
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests:
+ beets-doc,
+ libav-tools,
+ mp3gain,
+ python3-acoustid,
+ python3-bs4,
+ python3-dbus,
+ python3-flask,
+ python3-gst-1.0,
+ python3-mpd,
+ python3-pylast,
+ python3-rarfile,
+ python3-requests,
+ python3-requests-oauthlib,
+ python3-xdg
+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.
+
+Package: beets-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Breaks: beets (<< 1.0~b14-2~)
+Replaces: beets (<< 1.0~b14-2~)
+Description: music tagger and library organizer - documentation
+ 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.
+ .
+ This package provides detailed documentation on beets usage.




More information about the Python-apps-commits mailing list