Package: geany-plugins / 1.24+dfsg-2~bpo70+1

Metadata

Package Version Patches format
geany-plugins 1.24+dfsg-2~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian doc locations.patch | (download)

commander/src/commander-plugin.c | 2 1 + 1 - 0 !
markdown/src/plugin.c | 2 1 + 1 - 0 !
scope/src/scope.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 load help files from debian's locations

geanypy link gmodule.patch | (download)

build/geanypy.m4 | 1 1 + 0 - 0 !
geanypy/src/Makefile.am | 5 3 + 2 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 [patch] geanypy: add missing linking against gmodule


hurd.patch | (download)

scope/src/conterm.c | 5 4 + 1 - 0 !
scope/src/program.c | 4 4 + 0 - 0 !
2 files changed, 8 insertions(+), 1 deletion(-)

 scope: build properly on gnu/hurd
 The scope plugin currently does not build on GNU/Hurd.
 These patches fix the issue by properly detecting BSD
 flavours (and not misdetecting GNU/Hurd as one) and
 defining PATH_MAX as GNU/Hurd has no such limitation.