Package: florence / 0.5.1-1

Metadata

Package Version Patches format
florence 0.5.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add nonet option to xmllint and xsltproc calls.patch | (download)

gnome-doc-utils.make | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 [patch] add --nonet option to xmllint and xsltproc calls

Building a Debian package should not fail when network is unavailable.

0003 Explicitly link libX11 to florence_applet.patch | (download)

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

 [patch] explicitly link libx11 to florence_applet

libX11 is used indirectly by other libraries used by florence_applet.
To make florence buildable with ld --no-add-needed/--no-copy-dt-needed-entries
it needs to be directly referenced on the linker command line.