[Pkg-mpd-commits] [pkg-mpc] branch master updated (7cd1164 -> d9cd80c)

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


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

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

      from  7cd1164   preparing changelog for release
       new  2eff06e   Switch to .tar.xz upstream tarball
       new  3ffe7f2   Imported Upstream version 0.25
       new  88df7ea   Merge tag 'upstream/0.25'
       new  c3c5aed   Import Upstream version 0.25
       new  f0d8394   Update upstream copyright statement
       new  82a533b   refresh Makefile.am.patch
       new  d9cd80c   release mpc 0.25

The 7 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 +-
 debian/changelog                 |    9 +
 debian/copyright                 |    5 +-
 debian/patches/Makefile.am.patch |    2 +-
 debian/watch                     |    2 +-
 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 ++--
 45 files changed, 1299 insertions(+), 1102 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