Package: lx-gdb / 1.03-16

Metadata

Package Version Patches format
lx-gdb 1.03-16 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
legacy debian changes | (download)

Makefile | 34 34 + 0 - 0 !
gdbload.1 | 11 6 + 5 - 0 !
gdbload.c | 31 17 + 14 - 0 !
3 files changed, 57 insertions(+), 19 deletions(-)

 1.03-14 changes, as part of conversion to 3.0/quilt
 Original maintainer added a makefile, and various quoting changes in
 the man pages and the code itself needed various C-89 modernization
 (see debian/changelog 1.03-1.)
destdir support | (download)

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

 destdir support
  dh_auto_build lost prefix support, so add explicit DESTDIR
more modern gcc warnings | (download)

gdbdump.c | 1 1 + 0 - 0 !
gdbload.c | 8 5 + 3 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

 more modern gcc warnings
 Missing string.h in gdbdump (which uses strlen); add explicit
 brackets for modern -Wparentheses warning.