Package: libfsoframework / 0.12.0-5

Metadata

Package Version Patches format
libfsoframework 0.12.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix pkglibdir.patch | (download)

configure.ac | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 search modules in multiarch path
 The modules are installed correctly into the multiarch
 path, but the code doesn't look for them in these
 directories. This patch changes the module search path
 to the correct multiarch path.
disable tests.patch | (download)

Makefile.am | 1 0 + 1 - 0 !
configure.ac | 9 1 + 8 - 0 !
2 files changed, 1 insertion(+), 9 deletions(-)

 disable tests
 Tests fail to run without a running X-session.
 This patch prevents tests from being built.
fix fsotest.patch | (download)

fsotest/Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fsotest fails to build 
 Method fail() is already defined in glib-2.0.vapi. This patch removes
 glib-2.0-ext from Makefile.am
add missing gmodule dependency.patch | (download)

configure.ac | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add gmodule-2.0 dependency
 This is needed to fix a missing linker call in the
 fso libraries.
fix library interdependencies.patch | (download)

fsoresource/Makefile.am | 2 2 + 0 - 0 !
fsotransport/Makefile.am | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 add interpackage library dependencies
 Add some missing libraries to the linker phase.
update gee dependency.patch | (download)

configure.ac | 2 1 + 1 - 0 !
fsoframework/Makefile.am | 2 1 + 1 - 0 !
fsotest/Makefile.am | 2 1 + 1 - 0 !
fsotransport/Makefile.am | 2 1 + 1 - 0 !
fsotransport/fsotransport-2.0.deps | 2 1 + 1 - 0 !
fsotransport/fsotransport-2.0.pc.in | 2 1 + 1 - 0 !
tests/fsosystem/Makefile.am | 2 1 + 1 - 0 !
tests/fsotransport/Makefile.am | 2 1 + 1 - 0 !
8 files changed, 8 insertions(+), 8 deletions(-)

 build against libgee-0.8
 Debian will remove support for old libgee
 releases, so we build against libgee-0.8.