[lgeneral] branch master updated (e3b3190 -> e3ec58f)

Markus Koschany apo-guest at moszumanska.debian.org
Mon Dec 25 19:48:07 UTC 2017


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

apo-guest pushed a change to branch master
in repository lgeneral.

      from  e3b3190   Update changelog
       new  6faabef   Switch to compat level 11.
       new  1e5912b   Use canonical VCS address.
       new  35da46e   Remove autotools_dev from B-D.
       new  0939c33   Declare compliance with Debian Policy 4.1.2.
       new  4f4bfc2   Use https for Format field and update copyright years.
       new  d18c33d   Drop deprecated menu file and xpm icon.
       new  1152f74   Update changelog
       new  4561e49   Fix debian/watch
       new  7a42066   New upstream version 1.4.3
       new  672d8dd   Update upstream source from tag 'upstream/1.4.3'
       new  90eaf8c   Update changelog
       new  e3ec58f   Update copyright year

The 12 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:
 AUTHORS                                 |    3 +
 ChangeLog                               |   36 +
 Makefile.in                             |   48 +-
 TODO                                    |    7 +-
 aclocal.m4                              |  407 +++-
 config.h.in                             |  115 +
 configure                               | 3944 ++++++++++++++++---------------
 configure.in                            |   10 +-
 debian/changelog                        |   11 +
 debian/compat                           |    2 +-
 debian/control                          |    9 +-
 debian/copyright                        |    6 +-
 debian/lgeneral.install                 |    1 -
 debian/lgeneral.menu                    |    6 -
 debian/lgeneral32.xpm                   |  279 ---
 debian/rules                            |    2 +-
 debian/watch                            |    2 +-
 lgc-pg/Makefile.in                      |   25 +-
 lgc-pg/convdata/Makefile.in             |   25 +-
 lgc-pg/maps.c                           |   16 +-
 lgc-pg/nations.c                        |    8 +-
 lgc-pg/parser.c                         |   19 +-
 lgc-pg/scenarios.c                      |  214 +-
 lgc-pg/terrain.c                        |   52 +-
 lgc-pg/units.c                          |  117 +-
 lged/Makefile.in                        |   25 +-
 po/Makefile.in                          |   25 +-
 src/Makefile.in                         |   25 +-
 src/ai.c                                |    7 +-
 src/ai_group.c                          |    6 +
 src/ai_modules/Makefile.in              |   24 +-
 src/campaigns/Makefile.in               |   24 +-
 src/config.c                            |   36 +-
 src/engine.c                            |  322 ++-
 src/gfx/Makefile.in                     |   24 +-
 src/gfx/flags/Makefile.am               |    5 +-
 src/gfx/flags/Makefile.in               |   45 +-
 src/gfx/terrain/Makefile.am             |    5 +-
 src/gfx/terrain/Makefile.in             |   45 +-
 src/gfx/units/Makefile.am               |    5 +-
 src/gfx/units/Makefile.in               |   45 +-
 src/gui.c                               |  540 ++---
 src/gui.h                               |   26 +-
 src/lg-sdl.c                            |    3 +
 src/main.c                              |    4 +-
 src/map.c                               |   22 +-
 src/map.h                               |    1 +
 src/maps/Makefile.in                    |   24 +-
 src/music/Makefile.in                   |   24 +-
 src/nations/Makefile.in                 |   24 +-
 src/parser.c                            |   21 +-
 src/purchase_dlg.c                      |   16 +-
 src/scenario.c                          |  135 +-
 src/scenario.h                          |   13 +-
 src/scenarios/Makefile.in               |   24 +-
 src/sounds/Makefile.in                  |   24 +-
 src/strat_map.c                         |  125 +
 src/strat_map.h                         |    4 +
 src/terrain/Makefile.in                 |   24 +-
 src/themes/Makefile.in                  |   24 +-
 src/themes/default/Makefile.in          |   25 +-
 src/themes/default/bkgnd.bmp            |  Bin 308278 -> 705722 bytes
 src/themes/default/confirm_buttons.bmp  |  Bin 9654 -> 9722 bytes
 src/themes/default/deploy_buttons.bmp   |  Bin 19254 -> 19322 bytes
 src/themes/default/folder.bmp           |  Bin 486 -> 554 bytes
 src/themes/default/font_std.bmp         |  Bin 27598 -> 79994 bytes
 src/themes/default/menu0_buttons.bmp    |  Bin 83082 -> 331914 bytes
 src/themes/default/menu1_buttons.bmp    |  Bin 48438 -> 258186 bytes
 src/themes/default/menu2_buttons.bmp    |  Bin 82998 -> 147578 bytes
 src/themes/default/menu3_buttons.bmp    |  Bin 69174 -> 368778 bytes
 src/themes/default/scen_dlg_buttons.bmp |  Bin 20790 -> 163978 bytes
 src/themes/default/scroll_buttons.bmp   |  Bin 13878 -> 13946 bytes
 src/themes/default/strength_buttons.bmp |  Bin 48054 -> 123002 bytes
 src/themes/default/unit_buttons.bmp     |  Bin 48438 -> 193658 bytes
 src/unit.c                              |    2 +-
 src/unit.h                              |    2 +-
 src/units/Makefile.in                   |   24 +-
 src/windows.c                           |  368 ++-
 src/windows.h                           |   59 +-
 tools/Makefile.in                       |   24 +-
 tools/ltrextract/Makefile.in            |   25 +-
 util/Makefile.in                        |   25 +-
 82 files changed, 4438 insertions(+), 3226 deletions(-)
 delete mode 100644 debian/lgeneral.menu
 delete mode 100644 debian/lgeneral32.xpm

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



More information about the Pkg-games-commits mailing list