Package: pingus / 0.7.6-5.1

Metadata

Package Version Patches format
pingus 0.7.6-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
update_german_translation.patch | (download)

data/po/de.po | 438 249 189 - 0 !
1 file changed, 249 insertions( ), 189 deletions(-)

---
20_gcc_4.7 | (download)

src/pingus/pingus_main.cpp | 2 1 1 - 0 !
src/pingus/screens/pingus_menu.cpp | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fix build failure with gcc 4.7
 - src/pingus/pingus_main.cpp, src/pingus/screens/pingus_menu.cpp:
   Add whitespace between string literals and macros.
Bug-Debian: http://bugs.debian.org/673389
multiple_buildflags.diff | (download)

SConscript | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 convert cxxflags to clvar to accept multiple buildflags.
 Scons did not accept multiple CXXFLAGS because list and strings do not mix well.
 Using a CLVar instead fixes this.
more updated German translation.patch | (download)

external/tinygettext/test/helloworld/de.po | 28 14 14 - 0 !
external/tinygettext/test/level/de.po | 71 37 34 - 0 !
external/tinygettext/test/po/de.po | 189 95 94 - 0 !
3 files changed, 146 insertions( ), 142 deletions(-)

 more updated german translation

Update the German translation.

Debian-Bug: https://bugs.debian.org/764522
gcc7.patch | (download)

src/pingus/screens/demo_session.cpp | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 gcc7

Bug-Debian: https://bugs.debian.org/853614
Bug-Upstream: https://github.com/Pingus/pingus/issues/183
scons use python3 print.patch | (download)

SConscript | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

 use python3 print()
fef8cf6512fa4aa09e87643c22ef66de9ec7bb41.patch | (download)

SConscript | 5 2 3 - 0 !
src/editor/button.hpp | 4 2 2 - 0 !
src/editor/checkbox.hpp | 4 2 2 - 0 !
src/editor/combobox.hpp | 4 2 2 - 0 !
src/editor/file_list.hpp | 4 2 2 - 0 !
src/editor/inputbox.hpp | 6 3 3 - 0 !
src/editor/message_box.hpp | 2 1 1 - 0 !
src/editor/object_selector.cpp | 4 2 2 - 0 !
src/editor/viewport.hpp | 4 2 2 - 0 !
src/pingus/components/check_box.hpp | 4 2 2 - 0 !
src/pingus/components/choice_box.hpp | 4 2 2 - 0 !
src/pingus/components/slider_box.hpp | 4 2 2 - 0 !
src/pingus/config_manager.hpp | 28 14 14 - 0 !
src/pingus/screens/option_menu.hpp | 4 2 2 - 0 !
14 files changed, 40 insertions( ), 41 deletions(-)

 [patch] switched to boost::signals2