File: README

package info (click to toggle)
libxmlada 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,212 kB
  • sloc: ada: 78,068; sh: 3,310; makefile: 394; xml: 111; python: 39
file content (25 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
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
Unicode transitions
-------------------

Once unicode-data (>= 16) is available in experimental,
try and build with it.  If the build fails,
 * quilt push -a
 * quilt new unicode-exceptions-16.diff
 * quilt add unicode/importer/translators-{blocks,aliases}.adb
 * edit unicode/importer/translators-{blocks,aliases}.adb
 * quilt refresh
 * quilt pop -a && rm -fr .pc/
 * commit and upload to unstable
 * forward the patch (AdaCore requires a github merge request)
Normal builds will emit warnings about unused exceptions,
but once the new unicode-data reaches unstable,
a bin-NMU will be sufficient for XML/Ada.
As usual, this implies a bin-NMU foreach recursive reverse dependency.

TODO
----

* Run upstream tests
- at build time from debian/rules
   make test run_tests currently fails
- at run time from debian/tests