[Pkg-mpd-commits] [pkg-mpc] 02/10: Update upstream source from tag 'upstream/0.29'

Florian Schlichting fsfs at moszumanska.debian.org
Mon Feb 12 20:57:01 UTC 2018


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

fsfs pushed a commit to branch master
in repository pkg-mpc.

commit 09cc4842b2ce1ad941b9d2f908f5f20bae006f57
Merge: 728b3cb e08f2af
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Feb 12 20:44:17 2018 +0100

    Update upstream source from tag 'upstream/0.29'
    
    Update to upstream version '0.29'
    with Debian dir 3f031f96333fcbeecb440878e9f371e98a344c54

 .travis.yml                          |   16 +
 AUTHORS                              |   19 +-
 INSTALL                              |   76 -
 Makefile.am                          |   76 -
 Makefile.in                          | 1406 -------
 NEWS                                 |    8 +
 README                               |   15 -
 README.rst                           |   46 +
 aclocal.m4                           | 1336 ------
 build/build.sh                       |    6 +
 build/configure.py                   |   86 +
 build/win32/cross-file.txt           |   15 +
 build/win32/pkg-config.sh            |    8 +
 build/win64/cross-file.txt           |   15 +
 build/win64/pkg-config.sh            |    8 +
 compile                              |  347 --
 config.h.in                          |   61 -
 configure                            | 7367 ----------------------------------
 configure.ac                         |  185 -
 {doc => contrib}/mpc-completion.bash |    0
 {doc => contrib}/mpd-m3u-handler.sh  |    0
 {doc => contrib}/mpd-pls-handler.sh  |    0
 depcomp                              |  708 ----
 doc/conf.py                          |  319 ++
 doc/index.rst                        |  371 ++
 doc/meson.build                      |   23 +
 doc/mpc.1                            |  299 --
 doc/mppledit                         |  114 -
 install-sh                           |  527 ---
 m4/ax_append_compile_flags.m4        |   65 -
 m4/ax_append_flag.m4                 |   71 -
 m4/ax_append_link_flags.m4           |   63 -
 m4/ax_check_compile_flag.m4          |   74 -
 m4/ax_check_link_flag.m4             |   74 -
 m4/ax_require_defined.m4             |   37 -
 m4/check.m4                          |  132 -
 meson.build                          |  129 +
 meson_options.txt                    |    8 +
 missing                              |  331 --
 src/Compiler.h                       |   21 +-
 src/args.c                           |    2 +-
 src/args.h                           |    2 +-
 src/charset.c                        |    2 +-
 src/charset.h                        |    2 +-
 src/command.c                        |  158 +-
 src/command.h                        |    9 +-
 src/format.c                         |    2 +-
 src/format.h                         |    2 +-
 src/idle.c                           |    2 +-
 src/idle.h                           |    2 +-
 src/list.c                           |    2 +-
 src/list.h                           |    2 +-
 src/main.c                           |   60 +-
 src/message.c                        |    2 +-
 src/message.h                        |    2 +-
 src/mpc.h                            |    2 +-
 src/options.c                        |    2 +-
 src/options.h                        |    4 +-
 src/output.c                         |  277 ++
 src/{tab.h => output.h}              |   22 +-
 src/password.c                       |    2 +-
 src/password.h                       |    2 +-
 src/path.c                           |    2 +-
 src/path.h                           |    2 +-
 src/queue.c                          |   20 +
 src/queue.h                          |    5 +-
 src/search.c                         |    2 +-
 src/search.h                         |    2 +-
 src/song_format.c                    |    8 +-
 src/song_format.h                    |    2 +-
 src/status.c                         |    2 +-
 src/status.h                         |    2 +-
 src/sticker.c                        |    2 +-
 src/sticker.h                        |    2 +-
 src/tab.c                            |    2 +-
 src/tab.h                            |    2 +-
 src/util.c                           |    2 +-
 src/util.h                           |    2 +-
 test/meson.build                     |   10 +
 79 files changed, 1485 insertions(+), 13608 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpc.git



More information about the Pkg-mpd-commits mailing list