[lgeneral] branch master updated (9bf08ab -> bab6d03)

Markus Koschany apo-guest at moszumanska.debian.org
Sat Jan 3 19:33:44 UTC 2015


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

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

      from  9bf08ab   Update changelog for 1.2.3+dfsg-3
      adds  43618bf   Update debian/copyright for new release.
      adds  56e8f11   Drop the following patches. They were merged upstream.
      adds  21eca6a   Update Fix-icon-path-and-escape-hyphens.patch and rename it
      adds  cf25916   debian/rules: Add get-orig-source target.
      adds  5391b2e   Update README.source.
      adds  c70e26a   Install desktop icon to hicolor directory.
      adds  2987610   Update debian/watch for 1.2.4.
      adds  11d08d4   Imported Upstream version 1.2.4+dfsg
      adds  f1aed31   Merge tag 'upstream/1.2.4+dfsg'
      adds  d26e037   Update changelog for 1.2.4
      adds  e8769e7   Rename Fix-icon-path-and-escape-hyphens.patch to icon.patch
      adds  0358879   Add remove-mapnames.patch
      adds  ee37fbd   Update changelog
      adds  de221a7   Update icon.patch
      adds  24252a9   Install lgeneral48.png as lgeneral.png
      adds  2490e6c   Add clean file and ensure that LGeneral can be built twice in a row.
       new  bab6d03   Improve README.Debian and better explain how LGeneral is supposed to work.

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                                          |     8 +
 Makefile.am                                        |     2 +-
 Makefile.in                                        |   680 +-
 README.lgeneral                                    |     6 +-
 aclocal.m4                                         |  3325 +++--
 config.h.in                                        |   130 +-
 NEWS => config.rpath                               |     0
 configure                                          | 14259 ++++++++-----------
 configure.in                                       |     2 +-
 debian/README.Debian                               |    40 +-
 debian/README.source                               |     8 +-
 debian/changelog                                   |    21 +
 debian/clean                                       |     2 +
 debian/copyright                                   |    20 +-
 debian/lgeneral.install                            |     2 +-
 ...ix-FTBFS-Hardening-Werror-format-security.patch |    57 -
 .../patches/Fix-icon-path-and-escape-hyphens.patch |    48 -
 debian/patches/Improve-manpages-of-LGeneral.patch  |   160 -
 .../conflicting-function-declarations.patch        |    25 -
 debian/patches/icon.patch                          |    24 +
 debian/patches/remove-mapnames.patch               |    38 +
 debian/patches/series                              |     6 +-
 debian/rules                                       |     5 +
 debian/watch                                       |     2 +-
 lgc-pg/Makefile.in                                 |   876 +-
 lgc-pg/convdata/Makefile.am                        |     4 +-
 lgc-pg/convdata/Makefile.in                        |   272 +-
 lgc-pg/convdata/road2.bmp                          |   Bin 9122 -> 0 bytes
 lgc-pg/lgc-pg.1                                    |    22 +-
 lgc-pg/maps.c                                      |    12 +-
 lgc-pg/misc.c                                      |    40 +-
 lgc-pg/misc.h                                      |    11 +-
 lgc-pg/terrain.c                                   |    41 +-
 lgc-pg/units.c                                     |    15 +-
 lged/Makefile.in                                   |   467 +-
 po/Makefile.in                                     |   460 +-
 po/lgeneral/de.gmo                                 |   Bin 389 -> 400 bytes
 po/lgeneral/de.po                                  |     1 +
 po/lgeneral/en.gmo                                 |   Bin 384 -> 395 bytes
 po/lgeneral/en.po                                  |     1 +
 po/pg/de.gmo                                       |   Bin 156950 -> 156961 bytes
 po/pg/de.po                                        |     1 +
 po/pg/en.gmo                                       |   Bin 399 -> 410 bytes
 po/pg/en.po                                        |     1 +
 src/Makefile.in                                    |   717 +-
 src/ai_modules/Makefile.in                         |   216 +-
 src/campaigns/Makefile.in                          |   268 +-
 src/engine.c                                       |     6 +-
 src/file.c                                         |     4 +-
 src/gfx/Makefile.in                                |   512 +-
 src/gfx/flags/Makefile.in                          |   269 +-
 src/gfx/terrain/Makefile.in                        |   269 +-
 src/gfx/units/Makefile.in                          |   269 +-
 src/lgeneral.6                                     |    83 +-
 src/main.c                                         |     2 +-
 src/maps/Makefile.in                               |   216 +-
 src/music/Makefile.in                              |   216 +-
 src/nations/Makefile.in                            |   216 +-
 src/scenarios/Makefile.in                          |   216 +-
 src/sounds/Makefile.in                             |   216 +-
 src/terrain/Makefile.in                            |   216 +-
 src/themes/Makefile.in                             |   460 +-
 src/themes/default/Makefile.in                     |   269 +-
 src/themes/default/click.wav                       |   Bin 610 -> 4034 bytes
 src/units/Makefile.in                              |   216 +-
 tools/Makefile.in                                  |   460 +-
 tools/ltrextract/Makefile.in                       |   433 +-
 util/Makefile.in                                   |   348 +-
 68 files changed, 14069 insertions(+), 13122 deletions(-)
 copy NEWS => config.rpath (100%)
 create mode 100644 debian/clean
 delete mode 100644 debian/patches/Fix-FTBFS-Hardening-Werror-format-security.patch
 delete mode 100644 debian/patches/Fix-icon-path-and-escape-hyphens.patch
 delete mode 100644 debian/patches/Improve-manpages-of-LGeneral.patch
 delete mode 100644 debian/patches/conflicting-function-declarations.patch
 create mode 100644 debian/patches/icon.patch
 create mode 100644 debian/patches/remove-mapnames.patch
 delete mode 100644 lgc-pg/convdata/road2.bmp

-- 
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