[Pkg-mpd-commits] [pkg-mpd] branch master updated (34b471a -> b3ab14f)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Feb 12 22:07:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository pkg-mpd.

      from  34b471a   Change initscript LSB dependency on avahi to avahi-daemon (and add appropriate Breaks)
       new  a17324a   Imported Upstream version 0.18.8
       new  1b8993c   Merge tag 'upstream/0.18.8'
       new  8e72412   Import Upstream version 0.18.8
       new  ae47573   transition away from START_MPD=false (closes: #738313)
       new  9d7877e   New systemd_honor_MPDCONF.patch
       new  b3ab14f   update changelog for release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                | 11 ++++
 Makefile.in                                | 81 ++++++++++++++++++++++++--
 NEWS                                       | 12 +++-
 configure                                  | 58 +++++++++----------
 configure.ac                               |  4 +-
 debian/README.Debian                       |  5 +-
 debian/changelog                           |  8 +++
 debian/mpd.default                         |  6 +-
 debian/mpd.init.d                          |  6 --
 debian/mpd.lintian-overrides               |  2 +
 debian/mpd.preinst                         | 18 ++++++
 debian/patches/series                      |  1 +
 debian/patches/systemd_honor_MPDCONF.patch | 16 ++++++
 doc/developer.xml                          |  2 +-
 doc/doxygen.conf                           |  2 +-
 doc/user.xml                               | 45 +++++++++++++++
 src/IcyMetaDataParser.cxx                  | 92 +++++++++++++++++++++++-------
 src/OutputAPI.hxx                          |  2 +-
 src/Playlist.hxx                           |  2 +-
 src/PlaylistPrint.cxx                      |  4 +-
 src/PlaylistSave.cxx                       |  2 +-
 src/PlaylistSave.hxx                       |  4 +-
 src/Queue.cxx                              | 50 ++++++++--------
 src/Queue.hxx                              | 10 ++--
 src/QueuePrint.cxx                         | 12 ++--
 src/QueuePrint.hxx                         | 12 ++--
 src/QueueSave.cxx                          |  4 +-
 src/QueueSave.hxx                          |  6 +-
 src/SongFilter.cxx                         |  2 +-
 src/decoder/FfmpegDecoderPlugin.cxx        | 16 +++++-
 src/decoder/FfmpegMetaData.hxx             |  4 +-
 src/tag/TagConfig.cxx                      |  2 +-
 src/util/PeakBuffer.cxx                    |  5 +-
 test/test_icy_parser.cxx                   | 85 +++++++++++++++++++++++++++
 test/test_queue_priority.cxx               |  4 +-
 35 files changed, 457 insertions(+), 138 deletions(-)
 create mode 100644 debian/mpd.lintian-overrides
 create mode 100644 debian/mpd.preinst
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/systemd_honor_MPDCONF.patch
 create mode 100644 test/test_icy_parser.cxx

-- 
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