[Pkg-mpd-commits] [pkg-mpc] branch upstream updated (5a583a2 -> 3ffe7f2)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Nov 20 21:59:40 UTC 2013


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

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

      from  5a583a2   Imported Upstream version 0.24
       new  3ffe7f2   Imported Upstream version 0.25

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:
 INSTALL                 |    2 +-
 Makefile.am             |   46 ++--
 Makefile.in             |  107 +++++++---
 NEWS                    |    6 +
 configure               |   40 ++--
 configure.ac            |    8 +-
 doc/mpc.1               |    2 +-
 src/Compiler.h          |  159 ++++++++++++++
 src/args.c              |  202 ++++++++++++++++++
 src/args.h              |   73 +++++++
 src/charset.c           |   61 +++---
 src/charset.h           |   21 +-
 src/command.c           |  537 +++++++----------------------------------------
 src/command.h           |   28 +--
 src/gcc.h               |   67 ------
 src/idle.c              |   10 +-
 src/idle.h              |    3 +-
 src/list.c              |   20 +-
 src/list.h              |   18 +-
 src/main.c              |   76 +++----
 src/message.c           |   12 +-
 src/message.h           |   18 +-
 src/mpc.h               |   18 +-
 src/options.c           |   17 +-
 src/options.h           |    3 +-
 src/password.c          |   18 +-
 src/password.h          |   18 +-
 src/path.c              |   17 +-
 src/path.h              |   21 +-
 src/queue.c             |  245 +++++++++++++++++++++
 src/{idle.h => queue.h} |   28 ++-
 src/search.c            |   23 +-
 src/search.h            |    3 +-
 src/status.c            |   29 +--
 src/status.h            |   18 +-
 src/sticker.c           |   12 +-
 src/sticker.h           |    3 +-
 src/tab.c               |  124 +++++++++++
 src/{idle.h => tab.h}   |   14 +-
 src/util.c              |  203 +++---------------
 src/util.h              |   53 +++--
 41 files changed, 1287 insertions(+), 1096 deletions(-)
 create mode 100644 src/Compiler.h
 create mode 100644 src/args.c
 create mode 100644 src/args.h
 delete mode 100644 src/gcc.h
 create mode 100644 src/queue.c
 copy src/{idle.h => queue.h} (56%)
 create mode 100644 src/tab.c
 copy src/{idle.h => tab.h} (71%)

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