Package: imaptool / 0.9-12

Metadata

Package Version Patches format
imaptool 0.9-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no usr local.patch | (download)

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

 avoid use of /usr/local
make clean.patch | (download)

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

 use 'rm -f' in 'make clean'
man section.patch | (download)

imaptool.man | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
buildflags.patch | (download)

Makefile | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

 honour cppflags, cflags, and ldflags
missing includes.patch | (download)

dgif_lib.c | 2 1 + 1 - 0 !
gifalloc.c | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 add some missing prototypes exposed by -wall
 These will have caused problems on machines where sizeof(int) !=
 sizeof(void *).
noslash.patch | (download)

imaptool.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 do the right thing if given a filename without any slashes
 Don't just say "unexpected error" (when trying to strip off the directory
 to find the map name), but do the right thing instead.