Package: bloboats / 1.0.2+dfsg-3

Metadata

Package Version Patches format
bloboats 1.0.2+dfsg-3 3.0 (quilt)

Patch series

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

src/main.cpp | 2 1 + 1 - 0 !
src/window.cpp | 4 4 + 0 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 fix_segfault_notebook


02 fix Makefile.patch | (download)

Makefile | 63 38 + 25 - 0 !
1 file changed, 38 insertions(+), 25 deletions(-)

 02-fix-makefile

===================================================================

03 uint32.patch | (download)

src/window.cpp | 2 1 + 1 - 0 !
src/window.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 uint32


Hardening.patch | (download)

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

 hardening


gcc 6 FTBFS.patch | (download)

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

 gcc-6 ftbfs

Debian-Bug: https://bugs.debian.org/811643
cross.patch | (download)

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

 reverse x and x-stamp targets

By having X contain the rules and X-stamp depend on X, X is always run. Thus
the binary is relinked during make install. This is bad, because
dh_auto_install doesn't pass cross compilers to make install.