[Python-apps-commits] r12147 - in packages/puddletag/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jul 26 21:00:22 UTC 2015


    Date: Sunday, July 26, 2015 @ 21:00:21
  Author: morph
Revision: 12147

* debian/patches/add_missing_doc_files.patch
  - add missing files, required to build doc

Added:
  packages/puddletag/trunk/debian/patches/
  packages/puddletag/trunk/debian/patches/add_missing_doc_files.patch
  packages/puddletag/trunk/debian/patches/series
Modified:
  packages/puddletag/trunk/debian/changelog

Modified: packages/puddletag/trunk/debian/changelog
===================================================================
--- packages/puddletag/trunk/debian/changelog	2015-07-26 20:46:36 UTC (rev 12146)
+++ packages/puddletag/trunk/debian/changelog	2015-07-26 21:00:21 UTC (rev 12147)
@@ -7,8 +7,10 @@
     - add python-sphinx-bootstrap-theme to b-d-i, needed to build doc
   * debian/copyright
     - extend packaging copyright years
+  * debian/patches/add_missing_doc_files.patch
+    - add missing files, required to build doc
 
- -- Sandro Tosi <morph at debian.org>  Wed, 08 Apr 2015 17:26:54 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 26 Jul 2015 22:00:02 +0100
 
 puddletag (1.0.2-1) unstable; urgency=low
 

Added: packages/puddletag/trunk/debian/patches/add_missing_doc_files.patch
===================================================================
--- packages/puddletag/trunk/debian/patches/add_missing_doc_files.patch	                        (rev 0)
+++ packages/puddletag/trunk/debian/patches/add_missing_doc_files.patch	2015-07-26 21:00:21 UTC (rev 12147)
@@ -0,0 +1,90 @@
+Description: Add missing doc files, needed to build doc
+Author: Sandro Tosi <morph at debian.org>
+Origin: vendor
+Bug: https://github.com/keithgg/puddletag/issues/259
+Last-Update: 2015-07-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- /dev/null
++++ b/docs/checksums.txt
+@@ -0,0 +1,23 @@
++.. |source_link| replace:: puddletag-1.0.5.tar.gz
++.. _source_link: http://sourceforge.net/projects/puddletag/files/puddletag-1.0.5.tar.gz
++.. |deb_link| replace:: puddletag_1.0.5-1_all.deb
++.. _deb_link: http://sourceforge.net/projects/puddletag/files/puddletag_1.0.5-1_all.deb
++.. |deb_name| replace:: puddletag_1.0.5-1_all.deb
++
++.. |beta_source_link| replace:: puddletag-1.0.5.tar.gz
++.. _beta_source_link: http://sourceforge.net/projects/puddletag/files/dev/puddletag-1.0.5.tar.gz
++.. |beta_deb_link| replace:: puddletag_1.0.5-1_all.deb
++.. _beta_deb_link: http://sourceforge.net/projects/puddletag/files/dev/puddletag_1.0.5-1_all.deb
++
++.. |source_sha| replace:: d8b010b17e61214d30edb1008ffe1aa088cde4bd
++.. |deb_sha| replace:: fadfcb20bd10457174fd00f2e2da616f475b196d
++.. |beta_source_sha| replace:: d8b010b17e61214d30edb1008ffe1aa088cde4bd
++.. |beta_deb_sha| replace:: fadfcb20bd10457174fd00f2e2da616f475b196d
++
++.. |version| replace:: 1.0.5
++.. |docs_html_link| replace:: HTML
++.. _docs_html_link: http://sourceforge.net/projects/puddletag/files/docs/puddletag-docs-html-1.0.5.tar.bz2
++.. |docs_rst_link| replace:: ReStructuredText
++.. _docs_rst_link: http://sourceforge.net/projects/puddletag/files/docs/puddletag-docs-rst-1.0.5.tar.bz2
++
++
+--- /dev/null
++++ b/docs/index.txt
+@@ -0,0 +1,45 @@
++.. include:: subs.txt
++.. include:: checksums.txt
++
++Home
++====
++
++What it is
++----------
++
++puddletag is an audio tag editor (primarily created) for GNU/Linux similar to the Windows program, `Mp3tag <http://www.mp3tag.de>`_. Unlike most taggers for GNU/Linux, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable.
++
++The usual tag editor features are supported like extracting tag information from filenames, renaming files based on their tags by using patterns and basic tag editing.
++
++Then there're Functions, which can do things like replace text, trim it, do case conversions, etc. Actions can automate repetitive tasks. Doing web lookups using Amazon (including cover art), Discogs (does cover art too!), FreeDB and MusicBrainz is also supported. There's quite a bit more, but I've reached my comma quota.
++
++Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv).
++
++Why it is
++---------
++Keeping an XP partition for Mp3tag just wasn't feasible anymore.
++
++How it's different
++------------------
++To Mp3tag it's not that different. Mp3tag has things puddletag doesn't have, puddletag has things Mp3tag doesn't. Skim the :doc:`menus section <source/menus>` to get an overview of the differences.
++
++However, compared to other GNU/Linux taggers the differences are much too vast to list.
++
++How to get it
++-------------
++Instructions are over at the :doc:`downloads <download>` page.
++
++License
++-------
++puddletag is licensed under the GPLv3, which you can find in its entirety at http://www.gnu.org/licenses/gpl-3.0.html.
++
++Updates
++-------
++Releases are infrequent. Subscribe to the :download:`RSS Feed <rss.xml>` to be notified.
++
++Support
++-------
++Report any bugs on the issue tracker hosted at `Github <https://github.com/keithgg/puddletag/issues>`_. Anything else goes on the |forum|_. But check out the :doc:`documentation <docs>` first.
++
++| Last website update: |today|
++| Latest version: |version|
+--- /dev/null
++++ b/docs/_templates/my_sidebar.html
+@@ -0,0 +1,5 @@
++{{ toc }}
++
++<hr style='width:80%'>
++
++{{ toctree(maxdepth=1) }}
+\ No newline at end of file

Added: packages/puddletag/trunk/debian/patches/series
===================================================================
--- packages/puddletag/trunk/debian/patches/series	                        (rev 0)
+++ packages/puddletag/trunk/debian/patches/series	2015-07-26 21:00:21 UTC (rev 12147)
@@ -0,0 +1 @@
+add_missing_doc_files.patch




More information about the Python-apps-commits mailing list