[Git-commits] colorized, small and flexible Tetris(TM)-clone for the console branch, master, updated. f17fcbed089279f4bd7467e751d293ca3123eb86

git repository hosting gitosis at grml.org
Sun Jan 10 17:44:51 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "colorized, small and flexible Tetris(TM)-clone for the console".

The branch, master has been updated
       via  f17fcbed089279f4bd7467e751d293ca3123eb86 (commit)
       via  7e40a0ce3f89caf94584a7538637473af1195edd (commit)
       via  e86ca5e7827d0449472ecc6beabb63154c2d9d02 (commit)
      from  fd7c8b5ea7da8ed190bf646854f29f9c7c01293c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f17fcbed089279f4bd7467e751d293ca3123eb86
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jan 10 17:21:20 2010 +0100

    Add debian, fix manpage issues from upstream + update packaging to current Debian policy.

commit 7e40a0ce3f89caf94584a7538637473af1195edd
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jan 10 17:19:18 2010 +0100

    Imported Upstream version 0.42

commit e86ca5e7827d0449472ecc6beabb63154c2d9d02
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jan 10 17:15:57 2010 +0100

    Drop TODO file

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS          |    7 +
 COPYING          |  340 ++++++++++++++++++++++++++++++++++++++++
 INSTALL          |    9 +
 Makefile         |   44 ++++++
 README           |    5 +
 TODO             |    6 +
 brick.c          |  173 +++++++++++++++++++++
 brick.h          |   14 ++
 colors.h         |   24 +++
 create_config.sh |   15 ++
 ctris.6.gz       |  Bin 0 -> 536 bytes
 ctris.c          |  116 ++++++++++++++
 ctris.h          |   46 ++++++
 debian/changelog |   12 ++
 debian/compat    |    1 +
 debian/control   |   16 ++
 debian/copyright |   26 +++
 debian/ctris.6   |   55 +++++++
 debian/docs      |    2 +
 debian/rules     |   67 ++++++++
 debian/watch     |    8 +
 game.c           |  222 ++++++++++++++++++++++++++
 game.h           |   14 ++
 highscore.c      |   87 +++++++++++
 highscore.h      |   27 ++++
 screen.c         |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 screen.h         |   38 +++++
 27 files changed, 1827 insertions(+), 0 deletions(-)
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 INSTALL
 create mode 100644 Makefile
 create mode 100644 README
 create mode 100644 brick.c
 create mode 100644 brick.h
 create mode 100644 colors.h
 create mode 100755 create_config.sh
 create mode 100644 ctris.6.gz
 create mode 100644 ctris.c
 create mode 100644 ctris.h
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/ctris.6
 create mode 100644 debian/docs
 create mode 100755 debian/rules
 create mode 100644 debian/watch
 create mode 100644 game.c
 create mode 100644 game.h
 create mode 100644 highscore.c
 create mode 100644 highscore.h
 create mode 100644 screen.c
 create mode 100644 screen.h


hooks/post-receive
-- 
colorized, small and flexible Tetris(TM)-clone for the console


More information about the Git-commits mailing list