[game-data-packager] branch master updated (a0ab03d -> a19ec21)

Simon McVittie smcv at debian.org
Sun Jul 12 16:34:36 UTC 2015


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

smcv pushed a change to branch master
in repository game-data-packager.

      from  a0ab03d   add support for Zork Nemesis
       new  6a59da1   Generate debian/copyright from debian/copyright.{in,py}
       new  620d1fe   Include full license text for CC-BY-SA-3.0-US
       new  7054398   Separate GPL-2 into a standalone license paragraph
       new  f052292   Correctly credit Sri Kadimisetty for lantern icon (Zork Inquisitor) and theSquid.ink for rocket icon (Space Quest), not the other way round
       new  e6b889e   Add a SVG version of the lantern icon
       new  0c76870   Sort Build-Depends
       new  a949c6e   Include full license text for CC-BY-3.0-US, and distinguish between that and the other CC-BY-3.0 flavours
       new  edf2eeb   Include full license text for CC-BY-3.0-Unported, and distinguish between that and the other CC-BY-3.0 flavours
       new  bf39446   debian/copyright: document provenance of Tango-derived PD icons
       new  f8ad3f3   Move the "m" and "II" of the Memento Mori (II) logo SVG into layers
       new  1d15756   Build-depend on Inkscape and use it to generate Memento Mori icons with/without the "II" part
       new  64f159a   Do not generate a .svgz icon from memento-mori-2.svg, which uses relatively complex SVG features that librsvg cannot render
       new  cb74aff   Where SVG icons exist, generate PNGs from those, not XPM icons
       new  7e9704e   chex.svg: make the icon square
       new  7f412a9   Where SVG icons exist, strip Inkscape-specific code for the installed .svgz version
       new  7052b78   blakestone: re-word help
       new  a19ec21   Goblins Quest 3: remove placeholder copyright

The 17 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:
 Makefile                                      |  19 +-
 data/blakestone.yaml                          |  14 +-
 data/chex.svg                                 | 269 +++----
 data/chex.xpm                                 | 141 ----
 data/comi.xpm                                 | 315 ---------
 data/compet-n.yaml                            |   2 +
 data/goblins3.yaml                            |   2 +-
 data/inherit.xpm                              | 307 --------
 data/kingsquest.xpm                           | 278 --------
 data/kyrandia2.xpm                            | 210 ------
 data/{memento-mori.svg => memento-mori-2.svg} | 183 +++--
 data/mm.xpm                                   | 187 -----
 data/mm2.xpm                                  | 138 ----
 data/spacequest.xpm                           | 267 -------
 data/zork-inquisitor.svg                      | 130 ++++
 data/zork-inquisitor.xpm                      |  76 --
 data/zork-nemesis.xpm                         | 279 --------
 debian/CC-BY-3.0-US.license                   | 267 +++++++
 debian/CC-BY-3.0-Unported.license             | 307 ++++++++
 debian/CC-BY-SA-3.0-US.license                | 311 ++++++++
 debian/changelog                              |  25 +
 debian/control                                |   3 +-
 debian/copyright                              | 978 +++++++++++++++++++++++++-
 debian/{copyright => copyright.in}            |  94 ++-
 tools/yaml2json.py => debian/copyright.py     |  25 +-
 debian/rules                                  |   1 +
 game_data_packager/games/doom_common.py       |   2 +-
 27 files changed, 2341 insertions(+), 2489 deletions(-)
 delete mode 100644 data/chex.xpm
 delete mode 100644 data/comi.xpm
 delete mode 100644 data/inherit.xpm
 delete mode 100644 data/kingsquest.xpm
 delete mode 100644 data/kyrandia2.xpm
 rename data/{memento-mori.svg => memento-mori-2.svg} (60%)
 delete mode 100644 data/mm.xpm
 delete mode 100644 data/mm2.xpm
 delete mode 100644 data/spacequest.xpm
 create mode 100644 data/zork-inquisitor.svg
 delete mode 100644 data/zork-inquisitor.xpm
 delete mode 100644 data/zork-nemesis.xpm
 create mode 100644 debian/CC-BY-3.0-US.license
 create mode 100644 debian/CC-BY-3.0-Unported.license
 create mode 100644 debian/CC-BY-SA-3.0-US.license
 copy debian/{copyright => copyright.in} (64%)
 copy tools/yaml2json.py => debian/copyright.py (53%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list