Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gnatgcc.patch | Explicitly use gnatgcc as the compiler driver rather than gcc. Gcc may not be the default Ada compiler. . The part in asis/a4g-a_opt.ads circumvents #759038. The removed test was redundant in Debian anyway: per policy, libasis-dev depends on the gnat-X it was compiled with. Moreover, another test checks the tree format version. |
Nicolas Boulenguez <nicolas@debian.org> | not-needed | |||
compilation_options.diff | handle ADAFLAGS LDFLAGS | Nicolas Boulenguez <nicolas@debian.org> | no | |||
link_tools_with_shared_asis.diff | link tools with ASIS shared library Passing -Xsoversion= lets the project build ASIS as a shared library and link the tools with it. . The resulting project is not very readable because I attempt to avoid intrusive changes and ensure that the default behaviour does not change. . It depends on compilation_options.diff via ldflags. |
Nicolas Boulenguez <nicolas@debian.org> | no | |||
gnatprj_instead_of_gnat_sources.diff | Use packaged libgnat_util instead of source copies. The name of this patch mentions gnatprj for historical reasons. | Nicolas Boulenguez <nicolas@debian.org> | not-needed | |||
typos.diff | typographic errors detected by Lintian | Nicolas Boulenguez <nicolas@debian.org> | no | |||
weak_version_check.diff | Check tree version, not compiler version. Do not check the version string of the compiler embedded in the tree files against Gnatvsn.Gnat_Version_String. Checking only the tree version number (Tree_IO.ASIS_Version_Number, in libgnat_util) is sufficient. |
Ludovic Brenta <lbrenta@debian.org> | no | |||
xmlada-split.diff | only import used xmlada sublibraries in gnat2xml projects Using the compatibility xmlada.gpr would imply an unneeded dependency on libxmlada-schema-dev. |
Nicolas Boulenguez <nicolas@debian.org> | no | |||
packaged-xmlezout.diff | use packaged libxmlezout instead of the old embedded copy | Nicolas Boulenguez <nicolas@debian.org> | no |