[Pkg-mpd-commits] [pkg-mpc] branch master updated (31ecf45 -> d06e7a7)

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


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

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

      from  31ecf45   prepare changelog for release
       new  5f289c6   Imported Upstream version 0.27
       new  cf49c66   Merge tag 'upstream/0.27'
       new  6c59321   Import Upstream version 0.27
       new  93df006   Update copyright years, adding license for m4/check.m4
       new  73612ed   Refresh our patch
       new  e4b4ae2   Declare compliance with Debian Policy 3.9.6 (no changes)
       new  9759aec   Enable unit tests
       new  d06e7a7   prepare changelog for release, add bug closer

The 8 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 +-
 debian/changelog                 |  10 +
 debian/control                   |   9 +-
 debian/copyright                 |  27 +-
 debian/patches/Makefile.am.patch |   2 +-
 debian/rules                     |   4 +-
 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 ++++++
 53 files changed, 2343 insertions(+), 975 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