[Pkg-mpd-commits] [pkg-mpd] branch master updated (f5b60e9 -> 71685fe)

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 23 21:03:44 UTC 2013


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

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

      from  f5b60e9   Use dh_installinit to install mpd.tmpfiles
       new  8c8fa94   no need to specifically create the tmpfiles.d directory
       new  dd2405f   move the XDG autostart file from examples into /etc
       new  cefe5d2   mpd.postinst: remove check for deprecated option, obsolete after wheezy
       new  02fe215   let dh_installinit do runlevel and start/stop
       new  c3ed4ab   Update mpd.conf in accordance with the upstream sample
       new  7abac8e   Imported Upstream version 0.18.5
       new  c76e254   Merge tag 'upstream/0.18.5'
       new  0a94262   Import Upstream version 0.18.5
       new  c65f46d   fluidsynth is also enabled automatically
       new  55868a7   Drop endian_test.patch, applied upstream
       new  3728fe7   fix bashism in postinst
       new  71685fe   prepare changelog for release

The 12 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:
 NEWS                                 | 16 ++++++++
 configure                            | 74 +++++++++++++++++++++++++++++-------
 configure.ac                         | 10 +++--
 debian/README.Debian                 | 18 +++++----
 debian/changelog                     | 14 +++++++
 debian/mpd.conf                      |  8 ----
 debian/mpd.desktop                   |  4 +-
 debian/mpd.dirs                      |  1 -
 debian/mpd.examples                  |  1 -
 debian/mpd.install                   |  3 +-
 debian/mpd.postinst                  | 54 ++++----------------------
 debian/mpd.postrm                    |  4 +-
 debian/mpd.prerm                     | 22 -----------
 debian/patches/endian_test.patch     | 18 ---------
 debian/patches/series                |  1 -
 debian/rules                         |  4 --
 doc/doxygen.conf                     |  4 +-
 src/DatabaseGlue.cxx                 |  6 +--
 src/DatabasePlugin.hxx               |  9 +++++
 src/DatabaseSimple.hxx               | 16 +-------
 src/Mapper.cxx                       |  4 +-
 src/Mapper.hxx                       |  3 +-
 src/Stats.cxx                        | 62 +++++++++++++++++++-----------
 src/Stats.hxx                        | 20 ----------
 src/archive/Iso9660ArchivePlugin.cxx |  6 +--
 src/db/ProxyDatabasePlugin.cxx       | 10 +++++
 src/db/SimpleDatabasePlugin.hxx      | 11 ++----
 src/decoder/DsdiffDecoderPlugin.cxx  |  5 +--
 src/decoder/DsfDecoderPlugin.cxx     |  4 +-
 src/decoder/OggFind.cxx              |  2 +
 src/input/CurlInputPlugin.cxx        | 32 ++++++++++++++++
 src/pcm/PcmResample.cxx              | 23 +++++++++++
 src/pcm/PcmResample.hxx              |  8 +---
 src/pcm/PcmResampleInternal.hxx      |  9 +++++
 src/pcm/PcmResampleLibsamplerate.cxx | 25 ++++++++++++
 src/pcm/PcmUtils.hxx                 | 12 ++++++
 src/system/ByteOrder.hxx             | 20 ++++++++--
 src/system/fd_util.h                 |  5 +++
 38 files changed, 323 insertions(+), 225 deletions(-)
 delete mode 100644 debian/patches/endian_test.patch
 delete mode 100644 debian/patches/series

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