[Pkg-mpd-commits] [pkg-mpd] 06/06: Add doc/include/tags.xml from upstream git, missing in tarball
Florian Schlichting
fsfs at moszumanska.debian.org
Sun May 1 16:47:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository pkg-mpd.
commit fada4fc1678c09581d05a3f7d546f95883dc7ccd
Author: Florian Schlichting <fsfs at debian.org>
Date: Sun May 1 00:05:03 2016 +0200
Add doc/include/tags.xml from upstream git, missing in tarball
---
debian/changelog | 1 +
debian/patches/missing-tags-xml.patch | 159 ++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 161 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 23815c1..f5fd086 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mpd (0.19.15-1) unstable; urgency=medium
and mipsel
* Drop typo.patch and stdint.patch, applied upstream; refresh
curl-proxy.patch and libsystemd.patch (offset)
+ * Add doc/include/tags.xml from upstream git, missing in tarball
-- Florian Schlichting <fsfs at debian.org> Sat, 30 Apr 2016 23:47:35 +0200
diff --git a/debian/patches/missing-tags-xml.patch b/debian/patches/missing-tags-xml.patch
new file mode 100644
index 0000000..b774737
--- /dev/null
+++ b/debian/patches/missing-tags-xml.patch
@@ -0,0 +1,159 @@
+Description: add doc/include/tags.xml missing from upstream tarball
+
+--- /dev/null
++++ b/doc/include/tags.xml
+@@ -0,0 +1,154 @@
++<?xml version='1.0' encoding="utf-8"?>
++<!DOCTYPE itemizedlist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
++ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
++
++<itemizedlist>
++ <listitem>
++ <para>
++ <varname>artist</varname>: the artist name. Its meaning is not
++ well-defined; see <varname>composer</varname> and
++ <varname>performer</varname> for more specific tags.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>artistsort</varname>: same as
++ <varname>artist</varname>, but for sorting. This usually omits
++ prefixes such as "The".
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>album</varname>: the album name.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>albumsort</varname>: same as <varname>album</varname>,
++ but for sorting.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>albumartist</varname>: on multi-artist albums, this is
++ the artist name which shall be used for the whole album. The
++ exact meaning of this tag is not well-defined.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>albumartistsort</varname>: same as
++ <varname>albumartist</varname>, but for sorting.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>title</varname>: the song title.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>track</varname>: the track number within the album.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>name</varname>: a name for this song. This is not the
++ song title. The exact meaning of this tag is not well-defined.
++ It is often used by badly configured internet radio stations
++ with broken tags to squeeze both the artist name and the song
++ title in one tag.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>genre</varname>: the music genre.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>date</varname>: the song's release date. This is
++ usually a 4-digit year.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>composer</varname>: the artist who composed the song.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>performer</varname>: the artist who performed the song.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>comment</varname>: a human-readable comment about this
++ song. The exact meaning of this tag is not well-defined.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>disc</varname>: the disc number in a multi-disc album.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>musicbrainz_artistid</varname>: the artist id in the
++ <ulink
++ url="http://musicbrainz.org/doc/MusicBrainzTag">MusicBrainz</ulink>
++ database.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>musicbrainz_albumid</varname>: the album id in the
++ <ulink
++ url="http://musicbrainz.org/doc/MusicBrainzTag">MusicBrainz</ulink>
++ database.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>musicbrainz_albumartistid</varname>: the album artist
++ id in the <ulink
++ url="http://musicbrainz.org/doc/MusicBrainzTag">MusicBrainz</ulink>
++ database.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>musicbrainz_trackid</varname>: the track id in the
++ <ulink
++ url="http://musicbrainz.org/doc/MusicBrainzTag">MusicBrainz</ulink>
++ database.
++ </para>
++ </listitem>
++
++ <listitem>
++ <para>
++ <varname>musicbrainz_releasetrackid</varname>: the release track
++ id in the <ulink
++ url="http://musicbrainz.org/doc/MusicBrainzTag">MusicBrainz</ulink>
++ database.
++ </para>
++ </listitem>
++</itemizedlist>
diff --git a/debian/patches/series b/debian/patches/series
index 14dd1e7..40a634f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ bind-to-address-socket-activation.patch
prune-doc-data.patch
mpd.service.documentation.patch
mpd.service.documentation.user.patch
+missing-tags-xml.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git
More information about the Pkg-mpd-commits
mailing list