Package: shapelib / 1.3.0-4

Metadata

Package Version Patches format
shapelib 1.3.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add manpages.patch | (download)

man/Makefile | 16 16 + 0 - 0 !
man/dbfadd.1 | 61 61 + 0 - 0 !
man/dbfcreate.1 | 88 88 + 0 - 0 !
man/dbfdump.1 | 111 111 + 0 - 0 !
man/shpadd.1 | 85 85 + 0 - 0 !
man/shpcreate.1 | 68 68 + 0 - 0 !
man/shpdump.1 | 316 316 + 0 - 0 !
man/shprewind.1 | 88 88 + 0 - 0 !
man/shptest.1 | 89 89 + 0 - 0 !
9 files changed, 922 insertions(+)

 [patch] add manpages

Debian-bug: http://bugs.debian.org/148037

0003 Properly use libtool.patch | (download)

Makefile | 42 32 + 10 - 0 !
1 file changed, 32 insertions(+), 10 deletions(-)

 properly use libtool

The problem is that shapelib throws away a seemingly good libtool linked
library and replaces it with something hacks in together almost right.

Bug-Debian: http://bugs.debian.org/497160

0004 Dynamically link the shp binaries to libshp.patch | (download)

Makefile | 42 21 + 21 - 0 !
1 file changed, 21 insertions(+), 21 deletions(-)

 dynamically link the shp* binaries to libshp

Also use CPPFLAGS and LDFLAGS, necessary for hardening flags.

0005 Stop setting CFLAGS and PREFIX in the Makefile.patch | (download)

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

 stop setting cflags and prefix in the makefile


0006 Fix FTBFS avoid clash with _ENDIAN defines.patch | (download)

contrib/Makefile | 4 2 + 2 - 0 !
contrib/my_nan.h | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 avoid clashing with _*_endian.
0007 Use dpkg buildflags in contrib fixes hardening warni.patch | (download)

contrib/Makefile | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use dpkg-buildflags in contrib (fixes hardening warnings)