[Pkg-mpd-commits] [pkg-mpc] branch upstream updated (7c285dd -> 5f289c6)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jun 2 21:35:14 UTC 2015


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

fsfs pushed a change to branch upstream
in repository pkg-mpc.

      from  7c285dd   Imported Upstream version 0.26
       new  5f289c6   Imported Upstream version 0.27

The 1 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                   |  28 +-
 Makefile.in                   | 999 ++++++++++++++++++++++++++++++++----------
 NEWS                          |  13 +
 aclocal.m4                    |   8 +-
 configure                     | 269 +++++++++++-
 configure.ac                  |  20 +-
 doc/mpc-completion.bash       |   2 +-
 doc/mpc.1                     |   8 +-
 m4/check.m4                   | 132 ++++++
 src/Compiler.h                |  56 ++-
 src/args.c                    |   6 +-
 src/args.h                    |   2 +-
 src/charset.c                 |   2 +-
 src/charset.h                 |   2 +-
 src/command.c                 | 294 ++++++++-----
 src/command.h                 |   3 +-
 src/format.c                  | 259 +++++++++++
 src/{path.h => format.h}      |  37 +-
 src/idle.c                    |   2 +-
 src/idle.h                    |   2 +-
 src/list.c                    | 204 +--------
 src/list.h                    |  50 +--
 src/main.c                    |  30 +-
 src/message.c                 |  13 +-
 src/message.h                 |   2 +-
 src/mpc.h                     |   2 +-
 src/options.c                 |   2 +-
 src/options.h                 |   2 +-
 src/password.c                |   2 +-
 src/password.h                |   2 +-
 src/path.c                    |   2 +-
 src/path.h                    |   2 +-
 src/queue.c                   |  51 ++-
 src/queue.h                   |   2 +-
 src/search.c                  |  40 +-
 src/search.h                  |   5 +-
 src/song_format.c             | 114 +++++
 src/{path.h => song_format.h} |  30 +-
 src/status.c                  |   5 +-
 src/status.h                  |   2 +-
 src/sticker.c                 |   2 +-
 src/sticker.h                 |   2 +-
 src/tab.c                     |  23 +-
 src/tab.h                     |   2 +-
 src/util.c                    | 234 +---------
 src/util.h                    |   6 +-
 test-driver                   | 139 ++++++
 test/test_format.c            | 152 +++++++
 48 files changed, 2298 insertions(+), 968 deletions(-)
 create mode 100644 m4/check.m4
 create mode 100644 src/format.c
 copy src/{path.h => format.h} (55%)
 create mode 100644 src/song_format.c
 copy src/{path.h => song_format.h} (63%)
 create mode 100755 test-driver
 create mode 100644 test/test_format.c

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