[ace-of-penguins] branch upstream updated (819b702 -> e350fa3)
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Jan 6 17:34:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a change to branch upstream
in repository ace-of-penguins.
from 819b702 Imported Upstream version 1.3
new e350fa3 Imported Upstream version 1.5~rc1
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:
ChangeLog | 159 ++
INSTALL | 131 +-
Makefile.in | 390 +++--
aclocal.m4 | 3061 ++++++++++++++++++++------------
compile | 347 ++++
config.guess | 641 +++----
config.sub | 302 ++--
configure | 4062 ++++++++++++++++++++++++++++---------------
configure.in | 2 +-
depcomp | 586 +++++--
desktop/ace.png | Bin 0 -> 502 bytes
desktop/canfield.desktop | 10 +
desktop/freecell.desktop | 10 +
desktop/golf.desktop | 10 +
desktop/mastermind.desktop | 10 +
desktop/merlin.desktop | 10 +
desktop/minesweeper.desktop | 10 +
desktop/pegged.desktop | 10 +
desktop/solitaire.desktop | 10 +
desktop/spider.desktop | 10 +
desktop/taipei.desktop | 10 +
desktop/thornq.desktop | 10 +
docs/toolkit.html | 48 +-
games/.cvsignore | 17 +
games/Makefile.am | 4 +-
games/Makefile.in | 318 ++--
games/canfield.c | 59 +-
games/freecell.c | 41 +-
games/golf.c | 24 +-
games/mastermind.c | 5 +-
games/merlin.c | 5 +-
games/minesweeper.c | 7 +-
games/pegged.c | 9 +-
games/solitaire.c | 43 +-
games/spider.c | 52 +-
games/taipedit.c | 7 +-
games/taipei.c | 5 +-
games/taipeilib.c | 4 +-
games/thornq.c | 35 +-
install-sh | 38 +-
lib/.cvsignore | 9 +
lib/Makefile.am | 12 +-
lib/Makefile.in | 282 ++-
lib/cards.h | 86 +-
lib/funcs.c | 2 +
lib/help.c | 14 +-
lib/imagelib.c | 6 +-
lib/imagelib.h | 1 -
lib/make-imglib.c | 10 +-
lib/stack.c | 158 +-
lib/table.c | 11 +-
lib/table.h | 76 +
lib/text2c.c | 1 +
lib/xwin.c | 65 +-
lib/xwin.h | 6 +
ltmain.sh | 4039 +++++++++++++++++++++++++++---------------
missing | 460 ++---
mkinstalldirs | 9 +-
tests/.cvsignore | 10 +
tests/Makefile.am | 2 +-
tests/Makefile.in | 281 ++-
tests/penguins.c | 4 +
tests/test1.c | 4 +
tests/test3.c | 4 +
tests/test4.c | 6 +-
tests/test5.c | 8 +-
tests/test6.c | 2 +
67 files changed, 10352 insertions(+), 5728 deletions(-)
create mode 100755 compile
create mode 100644 desktop/ace.png
create mode 100644 desktop/canfield.desktop
create mode 100644 desktop/freecell.desktop
create mode 100644 desktop/golf.desktop
create mode 100644 desktop/mastermind.desktop
create mode 100644 desktop/merlin.desktop
create mode 100644 desktop/minesweeper.desktop
create mode 100644 desktop/pegged.desktop
create mode 100644 desktop/solitaire.desktop
create mode 100644 desktop/spider.desktop
create mode 100644 desktop/taipei.desktop
create mode 100644 desktop/thornq.desktop
create mode 100644 games/.cvsignore
create mode 100644 lib/.cvsignore
create mode 100644 lib/table.h
create mode 100644 tests/.cvsignore
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ace-of-penguins.git
More information about the Pkg-games-commits
mailing list