[ace-of-penguins] branch master updated (b9b7e39 -> a5481ea)

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 17:34:10 UTC 2016


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

apo-guest pushed a change to branch master
in repository ace-of-penguins.

      from  b9b7e39   correct typo in patch header
       new  db5e858   wrap-and-sort -sa.
       new  869d82b   Declare compliance with Debian Policy 3.9.6.
       new  8ef98e2   Switch Vcs-* fields to pkg-games.
       new  98e6192   New maintainer: Debian Games Team.
       new  38f4499   Remove NEWS.Debian. It is obsolete now.
       new  9df2a4b   Remove Pre-Depends multiarch-support.
       new  7c73121   Remove ${misc:PreDepends} dependency.
       new  15a5c0f   Make the build reproducible by using the last changelog date as a timestamp for
       new  2a57218   Add myself to Uploaders.
       new  e350fa3   Imported Upstream version 1.5~rc1
       new  a235287   Merge tag 'upstream/1.5_rc1'
       new  05a689d   Drop libxpm-dev from Build-Depend because it is no longer needed.
       new  595d02c   Drop all patches. Applied upstream.
       new  87ae2aa   Start new changelog entry.
       new  f6c1a9c   Update homepage field and point to delorie.com.
       new  8234147   desktop files: Update keywords and do not use absolute paths for Exec commands.
       new  c771146   Move all desktop files to debian/desktop subdirectory.
       new  4b9293a   Update debian/copyright
       new  0c7de53   Replace penguin-pegged.png icon with upstream's ace.png icon.
       new  2e01689   Provide a new menu icon.
       new  ab1914e   Update changelog. The new upstream release also fixes #749630
       new  339c863   test
       new  1bfd2ab   Create the pixmaps directory before installing the xpm icon.
       new  32598dd   Revert "test"
       new  ba55027   Update changelog. The new upstream release also fixes #809878
       new  9c74ea5   Really fix installation of xpm icon.
       new  89f3950   Fix installation of hicolor icon.
       new  038c77c   Fix menu file
       new  a5481ea   Update changelog

The 29 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 +-
 debian/NEWS.Debian                                 |    7 -
 debian/ace-of-penguins.xpm                         |  190 +
 debian/changelog                                   |   31 +
 debian/control                                     |   28 +-
 debian/copyright                                   |    4 +-
 debian/{ => desktop}/penguin-canfield.desktop      |    6 +-
 debian/{ => desktop}/penguin-freecell.desktop      |    7 +-
 debian/{ => desktop}/penguin-golf.desktop          |    7 +-
 debian/{ => desktop}/penguin-mastermind.desktop    |    6 +-
 debian/{ => desktop}/penguin-merlin.desktop        |    6 +-
 debian/{ => desktop}/penguin-minesweeper.desktop   |    6 +-
 debian/{ => desktop}/penguin-pegged.desktop        |    6 +-
 debian/{ => desktop}/penguin-solitaire.desktop     |    6 +-
 debian/{ => desktop}/penguin-spider.desktop        |    6 +-
 debian/{ => desktop}/penguin-taipei-editor.desktop |    6 +-
 debian/{ => desktop}/penguin-taipei.desktop        |    6 +-
 debian/{ => desktop}/penguin-thornq.desktop        |    6 +-
 debian/menu                                        |   36 +-
 debian/patches/10-autoreconf-fi--2.65.patch        | 1927 ----------
 .../patches/20-lib--make-imglib.c-closedir.patch   |   30 -
 .../30-spider.c-implicit-pointer-conversion.patch  |   30 -
 debian/patches/31-spider.c-license-name.patch      |   13 -
 debian/patches/32-mwm-hints.patch                  |   26 -
 debian/patches/34-ts-workaround.patch              |   24 -
 debian/patches/35-return-fix.patch                 |   17 -
 debian/patches/40-include.patch                    |  355 --
 debian/patches/45-libpng15                         |   32 -
 debian/patches/50-buildflags.patch                 |   17 -
 debian/patches/55-more-buildflags.patch            |   16 -
 debian/patches/series                              |   10 -
 debian/penguin-pegged.png                          |  Bin 2467 -> 0 bytes
 debian/pod2man.mk                                  |    3 +-
 debian/rules                                       |    9 +-
 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 +
 100 files changed, 10663 insertions(+), 8296 deletions(-)
 create mode 100755 compile
 delete mode 100644 debian/NEWS.Debian
 create mode 100644 debian/ace-of-penguins.xpm
 rename debian/{ => desktop}/penguin-canfield.desktop (65%)
 rename debian/{ => desktop}/penguin-freecell.desktop (65%)
 rename debian/{ => desktop}/penguin-golf.desktop (65%)
 rename debian/{ => desktop}/penguin-mastermind.desktop (65%)
 rename debian/{ => desktop}/penguin-merlin.desktop (65%)
 rename debian/{ => desktop}/penguin-minesweeper.desktop (63%)
 rename debian/{ => desktop}/penguin-pegged.desktop (65%)
 rename debian/{ => desktop}/penguin-solitaire.desktop (65%)
 rename debian/{ => desktop}/penguin-spider.desktop (65%)
 rename debian/{ => desktop}/penguin-taipei-editor.desktop (66%)
 rename debian/{ => desktop}/penguin-taipei.desktop (65%)
 rename debian/{ => desktop}/penguin-thornq.desktop (65%)
 delete mode 100644 debian/patches/10-autoreconf-fi--2.65.patch
 delete mode 100644 debian/patches/20-lib--make-imglib.c-closedir.patch
 delete mode 100644 debian/patches/30-spider.c-implicit-pointer-conversion.patch
 delete mode 100644 debian/patches/31-spider.c-license-name.patch
 delete mode 100644 debian/patches/32-mwm-hints.patch
 delete mode 100644 debian/patches/34-ts-workaround.patch
 delete mode 100644 debian/patches/35-return-fix.patch
 delete mode 100644 debian/patches/40-include.patch
 delete mode 100644 debian/patches/45-libpng15
 delete mode 100644 debian/patches/50-buildflags.patch
 delete mode 100644 debian/patches/55-more-buildflags.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/penguin-pegged.png
 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