Package: licenseutils / 0.0.7-8

Metadata

Package Version Patches format
licenseutils 0.0.7-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
choose fdl fail.patch | (download)

src/fdl.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fix a choose fdl* licenses
moving scripts from pkglibexec to bindir.patch | (download)

Makefile.am | 5 3 + 2 - 0 !
notice.1 | 70 70 + 0 - 0 !
src/Makefile.am | 5 2 + 3 - 0 !
src/licensing.c | 2 1 + 1 - 0 !
4 files changed, 76 insertions(+), 6 deletions(-)

 move /usr/lib/licenseutls/notice to /usr/bin
 and added manpage for the notice command
hyphen used as minus sign.patch | (download)

lu-sh.1 | 2 1 + 1 - 0 !
notice.1 | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use minus sign instead of a hyphen one
 Fix hyphen-used-as-minus-sign lintian note.
remove library.patch | (download)

src/Makefile.am | 37 15 + 22 - 0 !
src/styles.am | 24 12 + 12 - 0 !
2 files changed, 27 insertions(+), 34 deletions(-)

 remove unnecessary liblicenseutils0 library
fix autoreconf error.patch | (download)

src/Makefile.am | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix an autoreconf error caused by the removed-library patch
skip test if network is not available.patch | (download)

tests/choose/0002 | 6 6 + 0 - 0 !
tests/png-apply/0001 | 6 6 + 0 - 0 !
tests/preview/0001 | 6 6 + 0 - 0 !
3 files changed, 18 insertions(+)

 skip the test choose/0002, png-apply/0001 and preview/0001 if there
 is no network.
Bug: https://savannah.nongnu.org/bugs/index.php?48526
fix ftbfs libpng16 | (download)

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

 fix ftbfs with libpng1.6
skip tests involving network | (download)

tests/choose/0002 | 4 4 + 0 - 0 !
tests/png-apply/0001 | 4 4 + 0 - 0 !
tests/preview/0001 | 4 4 + 0 - 0 !
3 files changed, 12 insertions(+)

 skip tests that try to access the outside network
 Accessing network during a build is considered a privacy leak and thus not
 welcome in Debian