Package: ahven / 2.8-1

Metadata

Package Version Patches format
ahven 2.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no library interface.diff | (download)

gnat_linux/build_ahven.gpr | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 do not use library_interface
 Library_Interface intends to prevent the user using some sources
 (Ada private packages are sufficient in most circumstances).
 .
 Debian Ada Policy requires all source code available for debugging purposes.
 .
 Library_Interface also removes some public symbols from the shared
 library, causing an error when all sources are visible:
 undefined reference to `ahven_compat_E'.