This is an automated email from the git hooks/post-receive script.
apo-guest pushed a change to branch master
in repository freeciv.
from 679674a Update package description of freeciv-client-gtk
adds 70dfeb0 Imported Upstream version 2.4.4
adds f43de2b Merge tag 'upstream/2.4.4'
adds a4ee692 Remove mkinstalldirs file and override for dh_autoreconf.
adds 9fd7abb Drop the following patches. They were merged upstream.
adds 7c87e08 Drop increase_minimum_citydlg.patch and use upstream
values again.
adds de4b5a4 Add liblzma-dev to Build-Depends.
adds 4c07349 Update changelog for 2.4.4-1
adds d9553b8 Revert "Remove mkinstalldirs file and override for
dh_autoreconf."
adds 5d80ac4 Release 2.4.4-1 to experimental.
new e027c4e Just build-depend on libpng-dev.
new 57de64e Enable sqlite3 authentication support for freeciv-server
and
new e0ef27c Update changelog. Release 2.4.4-2.
The 3 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 | 2241 ++++++++++++
Makefile.am | 4 +-
Makefile.in | 6 +-
NEWS-2.4 | 251 +-
ai/Makefile.in | 2 +
ai/default/Makefile.in | 2 +
ai/default/advdiplomacy.c | 6 +-
ai/default/advmilitary.c | 2 +-
ai/default/aicity.c | 9 +-
ai/default/aiferry.c | 2 +-
ai/default/aihand.c | 10 +-
ai/default/aisettler.c | 2 +-
ai/stub/Makefile.in | 2 +
ai/threaded/Makefile.in | 2 +
bootstrap/freeciv-gtk3.desktop.in | 1 +
bootstrap/freeciv-modpack.desktop.in | 1 +
bootstrap/freeciv-sdl.desktop.in | 1 +
bootstrap/freeciv-server.desktop.in | 1 +
bootstrap/freeciv.desktop.in | 1 +
client/Makefile.am | 4 +-
client/Makefile.in | 6 +-
client/agents/Makefile.in | 2 +
client/agents/cma_core.c | 37 +-
client/client_main.c | 27 +
client/client_main.h | 2 +
client/climisc.c | 20 +-
client/climisc.h | 1 -
client/clinet.c | 7 +-
client/connectdlg_common.c | 127 +-
client/control.c | 214 +-
client/control.h | 2 +-
client/editor.c | 53 +-
client/editor.h | 3 +
client/goto.c | 163 +-
client/gui-gtk-2.0/Makefile.in | 2 +
client/gui-gtk-2.0/caravan_dialog.c | 3 +-
client/gui-gtk-2.0/diplomat_dialog.c | 355 +-
client/gui-gtk-2.0/gui_main.c | 5 +
client/gui-gtk-2.0/inteldlg.c | 2 +-
client/gui-gtk-2.0/menu.c | 2 +-
client/gui-gtk-2.0/repodlgs.c | 6 +
client/gui-gtk-3.0/Makefile.in | 2 +
client/gui-gtk-3.0/caravan_dialog.c | 3 +-
client/gui-gtk-3.0/diplomat_dialog.c | 355 +-
client/gui-gtk-3.0/editgui.c | 2 -
client/gui-gtk-3.0/gui_main.c | 5 +
client/gui-gtk-3.0/helpdlg.c | 5 +
client/gui-gtk-3.0/inteldlg.c | 2 +-
client/gui-gtk-3.0/mapview.c | 67 +-
client/gui-gtk-3.0/menu.c | 2 +-
client/gui-gtk-3.0/repodlgs.c | 6 +
client/gui-gtk-3.0/sprite.c | 59 +-
client/gui-gtk-3.0/themes.c | 4 +-
client/gui-qt/Makefile.in | 2 +
client/gui-qt/dialogs.cpp | 6 +-
client/gui-sdl/Makefile.in | 2 +
client/gui-sdl/caravan_dialog.c | 3 +-
client/gui-sdl/diplodlg.c | 2 +-
client/gui-sdl/diplomat_dialog.c | 21 +-
client/gui-sdl/inteldlg.c | 3 +-
client/gui-sdl/mapview.c | 2 +-
client/gui-sdl/repodlgs.c | 2 +-
client/gui-sdl/widget_window.c | 5 +-
client/gui-stub/Makefile.in | 2 +
client/gui-stub/dialogs.c | 6 +-
client/gui-xaw/Freeciv.h | 2 +-
client/gui-xaw/Makefile.in | 2 +
client/gui-xaw/diplomat_dialog.c | 13 +-
client/gui-xaw/inteldlg.c | 2 +-
client/gui-xaw/repodlgs.c | 4 +-
client/helpdata.c | 6 +-
client/include/Makefile.in | 2 +
client/include/dialogs_g.h | 6 +-
client/luascript/Makefile.in | 2 +
client/luascript/tolua_client_gen.c | 2 +-
client/luascript/tolua_client_gen.h | 2 +-
client/mapctrl_common.c | 8 +-
client/mapview_common.c | 16 +-
client/options.c | 4 +
client/packhand.c | 348 +-
client/text.c | 33 +-
client/themes_common.c | 1 +
client/tilespec.c | 42 +-
client/tilespec.h | 1 -
common/Makefile.in | 2 +
common/ai.c | 4 +-
common/ai.h | 2 -
common/aicore/Makefile.in | 2 +
common/aicore/path_finding.c | 254 +-
common/aicore/path_finding.h | 3 +
common/aicore/pf_tools.c | 63 -
common/aicore/pf_tools.h | 5 -
common/city.c | 28 +-
common/city.h | 4 +
common/game.c | 7 +
common/game.h | 6 +-
common/generate_packets.py | 6 +-
common/improvement.c | 4 +
common/map.c | 10 +-
common/map.h | 11 +-
common/packets.def | 8 +-
common/packets_gen.c | 3616 +++++++++++++++++-
common/packets_gen.h | 6 +-
common/player.c | 6 +
common/player.h | 6 +-
common/research.h | 11 +-
common/scriptcore/Makefile.in | 2 +
common/scriptcore/luascript_func.c | 3 +-
common/scriptcore/tolua_common_a_gen.c | 2 +-
common/scriptcore/tolua_common_a_gen.h | 2 +-
common/scriptcore/tolua_common_z_gen.c | 2 +-
common/scriptcore/tolua_common_z_gen.h | 2 +-
common/scriptcore/tolua_game_gen.c | 2 +-
common/scriptcore/tolua_game_gen.h | 2 +-
common/scriptcore/tolua_signal_gen.c | 2 +-
common/scriptcore/tolua_signal_gen.h | 2 +-
common/team.c | 7 +-
common/team.h | 7 +-
common/tech.c | 314 +-
common/tech.h | 1 +
common/tile.c | 19 +-
common/tile.h | 3 +-
common/unit.c | 5 +-
common/unit.h | 2 +
configure | 92 +-
configure.ac | 25 +-
data/Freeciv | 2 +-
data/Makefile.in | 2 +
data/amplio2/Makefile.in | 2 +
data/amplio2/fog.spec | 1 +
data/amplio2/mountains.spec | 3 +-
data/amplio2/ocean.spec | 3 +-
data/buildings/Makefile.in | 2 +
data/cimpletoon/Makefile.in | 2 +
data/cimpletoon/orient_units.png | Bin 1292199 -> 1310149
bytes
data/cimpletoon/orient_units.spec | 9 +
data/civ1/Makefile.in | 2 +
data/civ1/effects.ruleset | 19 +
data/civ1/terrain.ruleset | 2 +
data/civ2/Makefile.in | 2 +
data/civ2/effects.ruleset | 29 +
data/civ2/terrain.ruleset | 2 +
data/default/Makefile.in | 2 +
data/default/effects.ruleset | 11 +
data/default/script.lua | 1 +
data/default/terrain.ruleset | 2 +
data/experimental/Makefile.in | 2 +
data/experimental/effects.ruleset | 11 +
data/experimental/script.lua | 1 +
data/experimental/terrain.ruleset | 2 +
data/flags/Makefile.in | 2 +
data/hex2t/Makefile.in | 2 +
data/icons/Makefile.in | 2 +
data/isophex/Makefile.in | 2 +
data/isotrident/Makefile.in | 2 +
data/isotrident/fog.spec | 1 +
data/misc/Makefile.in | 2 +
data/misc/flags.spec | 2 +-
data/multiplayer/Makefile.in | 2 +
data/multiplayer/effects.ruleset | 11 +
data/multiplayer/script.lua | 64 +-
data/multiplayer/terrain.ruleset | 2 +
data/nation/Makefile.in | 2 +
data/scenarios/Makefile.in | 2 +
data/stdsounds/Makefile.in | 2 +
data/themes/Makefile.in | 2 +
data/themes/gui-gtk-2.0/Freeciv/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Buttons/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Check-Radio/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Frame-Gap/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Handles/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile.in | 2 +
.../Freeciv/gtk-2.0/ListHeaders/Makefile.in | 2 +
.../themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Menu-Menubar/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile.in | 2 +
.../Freeciv/gtk-2.0/ProgressBar/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Scrollbars/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Shadows/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile.in | 2 +
.../gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile.in | 2 +
.../Freeciv/gtk-2.0/Toolbar/Makefile.in | 2 +
data/themes/gui-gtk-2.0/Makefile.in | 2 +
data/themes/gui-gtk-3.0/Freeciv/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Arrows/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Buttons/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Check-Radio/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Combo/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Frame-Gap/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Handles/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Lines/Makefile.in | 2 +
.../Freeciv/gtk-3.0/ListHeaders/Makefile.in | 2 +
.../themes/gui-gtk-3.0/Freeciv/gtk-3.0/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Menu-Menubar/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Others/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Panel/Makefile.in | 2 +
.../Freeciv/gtk-3.0/ProgressBar/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Range/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Scrollbars/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Shadows/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Spin/Makefile.in | 2 +
.../gui-gtk-3.0/Freeciv/gtk-3.0/Tabs/Makefile.in | 2 +
.../Freeciv/gtk-3.0/Toolbar/Makefile.in | 2 +
data/themes/gui-gtk-3.0/Makefile.in | 2 +
data/themes/gui-sdl/Makefile.in | 2 +
data/themes/gui-sdl/human/Makefile.in | 2 +
data/trident/Makefile.in | 2 +
data/wonders/Makefile.in | 2 +
debian/changelog | 23 +
debian/control | 6 +-
debian/patches/BindAll.patch | 154 -
debian/patches/add-keywords-to-desktop-files.patch | 58 -
debian/patches/empty-governments.patch | 52 -
debian/patches/increase_minimum_citydlg.patch | 26 -
debian/patches/series | 4 -
debian/rules | 3 +-
dependencies/Makefile.in | 2 +
dependencies/cvercmp/Makefile.in | 2 +
dependencies/lua-5.1/Makefile.in | 2 +
dependencies/lua-5.1/Version | 2 +
dependencies/lua-5.1/src/Makefile.in | 2 +
dependencies/lua-5.1/src/ldo.c | 2 +-
dependencies/luasql-2.1.1/Makefile.in | 2 +
dependencies/luasql-2.1.1/src/Makefile.in | 2 +
dependencies/tolua-5.1/Makefile.in | 2 +
dependencies/tolua-5.1/src/Makefile.in | 2 +
dependencies/tolua-5.1/src/bin/Makefile.in | 2 +
dependencies/tolua-5.1/src/lib/Makefile.in | 2 +
doc/HACKING | 252 +-
doc/Makefile.in | 2 +
doc/README | 36 +-
doc/README.AI | 25 +-
doc/README.agents | 2 +-
doc/README.attributes | 2 +-
doc/README.effects | 2 +-
doc/README.nations | 4 -
doc/README.rulesets | 4 -
doc/README.sound | 1 -
doc/ca/Makefile.in | 2 +
doc/de/Makefile.in | 2 +
doc/fr/Makefile.in | 2 +
doc/it/Makefile.in | 2 +
doc/ja/Makefile.in | 2 +
doc/man/Makefile.in | 2 +
doc/man/freeciv-client.6.in | 17 +-
doc/man/freeciv-manual.6.in | 38 +-
doc/man/freeciv-server.6.in | 11 +-
doc/nl/Makefile.in | 2 +
doc/sv/Makefile.in | 2 +
fc_config.h.in | 3 +
fc_version | 4 +-
manual/Makefile.in | 2 +
manual/civmanual.c | 2 +-
modinst/Makefile.am | 4 +-
modinst/Makefile.in | 6 +-
modinst/modinst.c | 6 +-
po/POTFILES.in | 1 +
po/ar.gmo | Bin 201035 -> 200488
bytes
po/ar.po | 3694 +++++++++----------
po/bg.gmo | Bin 164808 -> 164724
bytes
po/bg.po | 3680 +++++++++----------
po/ca.gmo | Bin 1274051 -> 1276102
bytes
po/ca.po | 3788 +++++++++----------
po/cs.gmo | Bin 242810 -> 241838
bytes
po/cs.po | 3699 +++++++++----------
po/da.gmo | Bin 775795 -> 773287
bytes
po/da.po | 3709 +++++++++----------
po/de.gmo | Bin 1063768 -> 1061785
bytes
po/de.po | 3713 +++++++++----------
po/el.gmo | Bin 172323 -> 172059
bytes
po/el.po | 3692 +++++++++----------
po/en_GB.gmo | Bin 1216263 -> 1217507
bytes
po/en_GB.po | 3728 +++++++++----------
po/eo.gmo | Bin 196250 -> 195652
bytes
po/eo.po | 3699 +++++++++----------
po/es.gmo | Bin 1291151 -> 1292404
bytes
po/es.po | 3735 +++++++++----------
po/et.gmo | Bin 264761 -> 263779
bytes
po/et.po | 3700 +++++++++----------
po/fa.gmo | Bin 107701 -> 107464
bytes
po/fa.po | 3686 +++++++++----------
po/fi.gmo | Bin 1118880 -> 1118249
bytes
po/fi.po | 3736 +++++++++----------
po/fr.gmo | Bin 1307562 -> 1308834
bytes
po/fr.po | 3766 +++++++++----------
po/freeciv.pot | 3678 +++++++++----------
po/ga.gmo | Bin 266556 -> 265250
bytes
po/ga.po | 3696 +++++++++----------
po/gd.gmo | Bin 1223720 -> 1220712
bytes
po/gd.po | 3716 +++++++++----------
po/he.gmo | Bin 107774 -> 107523
bytes
po/he.po | 3687 +++++++++----------
po/hu.gmo | Bin 152862 -> 152289
bytes
po/hu.po | 3700 +++++++++----------
po/id.gmo | Bin 311567 -> 311346
bytes
po/id.po | 3685 +++++++++----------
po/it.gmo | Bin 586266 -> 584831
bytes
po/it.po | 3705 +++++++++----------
po/ja.gmo | Bin 1052879 -> 1050072
bytes
po/ja.po | 3712 +++++++++----------
po/ko.gmo | Bin 178106 -> 177850
bytes
po/ko.po | 3696 +++++++++----------
po/lt.gmo | Bin 204940 -> 204587
bytes
po/lt.po | 3695 +++++++++----------
po/nb.gmo | Bin 214461 -> 213650
bytes
po/nb.po | 3703 +++++++++----------
po/nl.gmo | Bin 582045 -> 581164
bytes
po/nl.po | 3699 +++++++++----------
po/no.gmo | Bin 214461 -> 213650
bytes
po/no.po | 3703 +++++++++----------
po/pl.gmo | Bin 1263417 -> 1264641
bytes
po/pl.po | 3751 +++++++++----------
po/pt.gmo | Bin 145430 -> 144879
bytes
po/pt.po | 3700 +++++++++----------
po/pt_BR.gmo | Bin 540181 -> 539072
bytes
po/pt_BR.po | 3702 +++++++++----------
po/ro.gmo | Bin 212911 -> 211909
bytes
po/ro.po | 3701 +++++++++----------
po/ru.gmo | Bin 1753158 -> 1755084
bytes
po/ru.po | 3817 ++++++++++----------
po/sr.gmo | Bin 154775 -> 154514
bytes
po/sr.po | 3685 +++++++++----------
po/sv.gmo | Bin 346545 -> 345545
bytes
po/sv.po | 3702 +++++++++----------
po/tr.gmo | Bin 248496 -> 247466
bytes
po/tr.po | 3701 +++++++++----------
po/uk.gmo | Bin 629469 -> 627722
bytes
po/uk.po | 3707 +++++++++----------
po/zh_CN.gmo | Bin 187002 -> 186223
bytes
po/zh_CN.po | 3695 +++++++++----------
po/zh_TW.gmo | Bin 160840 -> 160570
bytes
po/zh_TW.po | 3687 +++++++++----------
server/Makefile.am | 4 +-
server/Makefile.in | 6 +-
server/advisors/Makefile.in | 2 +
server/citytools.c | 6 +
server/cityturn.c | 2 +-
server/commands.c | 2 +-
server/connecthand.c | 44 +-
server/diplhand.c | 2 +
server/diplomats.c | 3 +-
server/edithand.c | 9 +
server/generator/Makefile.in | 2 +
server/generator/mapgen_topology.c | 3 +-
server/maphand.c | 26 +
server/plrhand.c | 56 +-
server/plrhand.h | 4 +
server/report.c | 2 +-
server/ruleset.c | 17 +-
server/sanitycheck.c | 4 +-
server/savegame.c | 43 +-
server/savegame2.c | 119 +-
server/scripting/Makefile.in | 2 +
server/scripting/tolua_fcdb_gen.c | 2 +-
server/scripting/tolua_fcdb_gen.h | 2 +-
server/scripting/tolua_server_gen.c | 2 +-
server/scripting/tolua_server_gen.h | 2 +-
server/sernet.c | 25 +-
server/settings.c | 26 +-
server/srv_main.c | 42 +-
server/stdinhand.c | 130 +-
server/techtools.c | 209 +-
server/unithand.c | 34 +-
server/unittools.c | 21 +-
server/unittools.h | 1 +
server/voting.c | 28 +
server/voting.h | 3 +-
tests/Makefile.in | 2 +
utility/Makefile.in | 2 +
utility/fc_utf8.c | 2 +-
utility/fcbacktrace.c | 2 +-
utility/fciconv.c | 13 +-
utility/genhash.c | 10 +-
utility/netintf.c | 42 +-
utility/netintf.h | 2 +-
utility/registry.h | 18 +
utility/shared.c | 4 +
win32/Makefile.in | 2 +
win32/installer/freeciv-gtk2.cmd | 6 +-
win32/installer/freeciv-gtk3.cmd | 6 +-
win32/installer/freeciv-modpack.cmd | 4 +-
win32/installer/freeciv-sdl.cmd | 6 +-
win32/installer/freeciv-server.cmd | 6 +-
387 files changed, 80916 insertions(+), 71355 deletions(-)
delete mode 100644 debian/patches/BindAll.patch
delete mode 100644 debian/patches/add-keywords-to-desktop-files.patch
delete mode 100644 debian/patches/empty-governments.patch
delete mode 100644 debian/patches/increase_minimum_citydlg.patch
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-games/freeciv.git
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits