File: libxmlada-doc.TODO

package info (click to toggle)
libxmlada 4.4.2014-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,612 kB
  • ctags: 74
  • sloc: ada: 44,182; sh: 3,077; makefile: 345; perl: 128; xml: 105; python: 48
file content (13 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
* Run upstream tests
- at build time from debian/rules
   make test run_tests currently fails
   clean forgets two generated files
- at run time from debian/tests

* Give Xavier the right to upload this package.

* Consider using upstream build system and splitting in small libraries.
  Upstream builds a separate library for each module (unicode dom etc)
  This allows an user to link with sax but not dom, at the price
  of many package renamings. Do we want this?
  See split.diff in this directory for the implied changes.