Package: geany / 1.29-1

Metadata

Package Version Patches format
geany 1.29-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20_change_gpl_location.patch | (download)

src/about.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 small patch to use common-licenses
20_add_debian_specific_filetypes.patch | (download)

data/filetype_extensions.conf | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change default config file to include debian specific files:
20_debian_control_tags.patch | (download)

ctags/parsers/conf.c | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 add support for having 'source:' and 'package:' as tags in a 
RFC2822 file as debian/control
20_use_sensible_browser.patch | (download)

src/keyfile.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change default browser to sensible-browser to be more debian integrated
20_load_plugins_from_all_paths.patch | (download)

src/plugins.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 search for plugins in /usr/lib/geany
 Since debhelper compat level 9, plugins are installed and searched in
 /usr/lib/<arch-triplet>/geany.
 Current geany-plugins packaging, and more important, 3rd party stuff
 is still using /usr/lib/geany, thus search there too.
20_use_x_terminal_emulator.patch | (download)

src/keyfile.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use x-terminal-emulator instead of xterm to be more desktop
 independent