1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
AdaCore distributes several unrelated Ada libraries in the
libgnatcoll-bindings package.
The python library is ready for python3, but it is packaged only in
order to support gnat-gps, which is not. So both packages are unfit
for release until AdaCore updates gnat-gps.
Meanwhile, in order to allow other libraries to migrate to testing,
the python component will be packaged separately.
Until the split:
* The 'libgnatcoll-bindings' source package builds all libraries.
Packaging is tracked in the 'debian/master' branch.
During the split.
* The 'libgnatcoll-bindings' source package builds all libraries but python.
Packaging is tracked in the 'debian/nopython' branch.
* The 'libgnatcoll-python' source package produces the python library.
Packaging is tracked in the 'debian/python' branch.
Both use the same upstream archive, under two different names.
The 'debian/master' branch builds all libraries. It is not intended
for upload, but as a common ancestor avoiding duplicate work and
making the merge easyer in due time.
-- Nicolas Boulenguez <nicolas@debian.org>, Thu, 22 Oct 2020 19:51:42 +0200
|