[Python-apps-commits] r11471 - in packages/beets/trunk/debian (changelog copyright watch)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Thu Oct 23 21:35:03 UTC 2014


    Date: Thursday, October 23, 2014 @ 21:35:02
  Author: stefanor
Revision: 11471

Repack orig tarball, to remove lyrics with no license for redistribution.

Modified:
  packages/beets/trunk/debian/changelog
  packages/beets/trunk/debian/copyright
  packages/beets/trunk/debian/watch

Modified: packages/beets/trunk/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog	2014-10-23 21:08:56 UTC (rev 11470)
+++ packages/beets/trunk/debian/changelog	2014-10-23 21:35:02 UTC (rev 11471)
@@ -1,4 +1,4 @@
-beets (1.3.8-1) UNRELEASED; urgency=low
+beets (1.3.8+dfsg-1) UNRELEASED; urgency=low
 
   [ Stefano Rivera ]
   * New upstream release. (Closes: #745582)
@@ -6,6 +6,7 @@
     - 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)

Modified: packages/beets/trunk/debian/copyright
===================================================================
--- packages/beets/trunk/debian/copyright	2014-10-23 21:08:56 UTC (rev 11470)
+++ packages/beets/trunk/debian/copyright	2014-10-23 21:35:02 UTC (rev 11471)
@@ -2,6 +2,11 @@
 Upstream-Name: Beets
 Upstream-Contact: Adrian Sampson <adrian at radbox.org>
 Source: http://beets.radbox.org/
+Files-Excluded:
+ test/rsrc/lyrics
+Comment:
+ The upstream includes verbatim HTML from lyrics websites, with no clear
+ license to redistribute this. A few of these pages claim All Rights Reserved.
 
 Files: *
 Copyright: 2010-2014, Adrian Sampson <adrian at radbox.org>

Modified: packages/beets/trunk/debian/watch
===================================================================
--- packages/beets/trunk/debian/watch	2014-10-23 21:08:56 UTC (rev 11470)
+++ packages/beets/trunk/debian/watch	2014-10-23 21:35:02 UTC (rev 11471)
@@ -1,4 +1,4 @@
 version=3
 
-opts=uversionmangle=s/(b|rc)/~$1/,dversionmangle=s/\+dfsg// \
+opts=uversionmangle=s/(b|rc)/~$1/;s/$/\+dfsg/ \
 https://pypi.python.org/packages/source/b/beets/beets-(.+).tar.gz




More information about the Python-apps-commits mailing list