Package: frozen-bubble / 2.212-4

Metadata

Package Version Patches format
frozen-bubble 2.212-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hard code share dir path | (download)

lib/Games/FrozenBubble/Config.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 hard code share dir path
 Module::Build share dir mechanisn and File::ShareDir impose a path not
 compatible with Debian FHS. debian/frozen-bubble-data.install takes care of 
 this, but frozen-bubble config files must be patched to take this into
 account. This patch hard-codes Debian path in Frozen-bubble config.
total_bubbles | (download)

bin/frozen-bubble | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---
de_po | (download)

share/locale/de.po | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

---
spelling error in manpage.patch | (download)

lib/Games/FrozenBubble.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 spelling error in manpage
shorter nick | (download)

bin/frozen-bubble | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 shorter nick
 nickname for lan game is limited to 12 char by the server. frozen-bubble adds a 'lan-' prefix so the limit
 is actually 8. THis nick is used only for lan games so
 the hi-score should not be affected.
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459666

kick out accelerometers | (download)

bin/frozen-bubble | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

---
hardening server | (download)

inc/My/Builder.pm | 1 1 + 0 - 0 !
server/tools.c | 8 6 + 2 - 0 !
2 files changed, 7 insertions(+), 2 deletions(-)

 pass cppflags to compile flags for server
 And then the build fails with an unused-return-value error.
 So let's handle setgid/setuid results.