Package: galleta / 1.0+20040505-10

Metadata

Package Version Patches format
galleta 1.0+20040505-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix gcc warnings.patch | (download)

src/galleta.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix some gcc warnings
20_fix makefile.patch | (download)

src/Makefile | 16 11 + 5 - 0 !
1 file changed, 11 insertions(+), 5 deletions(-)

 make makefile compliant with debian and add gcc hardening.
30 fix FTBS cross compilation.patch | (download)

src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix cross compilation.
             Galleta fails to cross build from source, because the upstream
             Makefile hard codes the build architecture compiler. The patch
             makes the compiler substitutable and galleta cross buildable.