Package: ogdi-dfsg / 3.2.1+ds-4

Metadata

Package Version Patches format
ogdi-dfsg 3.2.1+ds-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
makefile | (download)

config/generic.mak.in | 2 1 + 1 - 0 !
makefile | 2 1 + 1 - 0 !
ogdi/makefile | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 removing the external/ directory which is not present in dfsg tarball.
shared | (download)

config/unix.mak | 12 6 + 6 - 0 !
contrib/makefile | 2 1 + 1 - 0 !
ogdi/c-api/makefile | 4 0 + 4 - 0 !
vpflib/makefile | 2 1 + 1 - 0 !
4 files changed, 8 insertions(+), 12 deletions(-)

 use shrdgen target on linux arch instead of default dynagen.
 It would be better changing the building system in order to
 generate both shared and static libraries.
 Also changed a bit SHRDGEN target to generate standard sonames/solibs.
 Note that upstream follows a soname libogdi.so.MAJOR.MINOR scheme.
endianess | (download)

vpflib/include/machine.h | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 fix endianness definition.
 This is a Linux specific patch.
 A better fix would check endianness at configuration time.
hurd | (download)

config/GNU.mak | 109 109 + 0 - 0 !
config/common.mak.in | 3 3 + 0 - 0 !
configure | 3 3 + 0 - 0 !
configure.in | 3 3 + 0 - 0 !
4 files changed, 118 insertions(+)

 support the gnu hurd too.
hardening | (download)

config/unix.mak | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 include hardening buidflags from the environment.
spelling errors | (download)

ogdi/c-api/server.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling errors.
 occured -> occurred
install so link | (download)

config/common.mak.in | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix install-so-link target.
 Disable mv commands, source and destination are the same file.
 Disable ln command, symlink already created in default-install target.
cross.patch | (download)

config/common.mak.in | 2 2 + 0 - 0 !
config/unix.mak | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 3 deletions(-)

 don't hardcode compiler to fix cross compilation.