~ubuntu-branches/ubuntu/jaunty/docbook-xml/jaunty

« back to all changes in this revision

Viewing changes to debian/examples/README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-12-15 22:46:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041215224622-62ooije4ba5s0a18
Tags: 4.3-1.1
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix
* Edit debian/rules to remove build-dependency on symlinks, which is
  slated for removal; and drop no-longer-needed dependency of 
  symlinks (closes: #284453).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The purpose of these tests are to check on catalog resolution problems.
 
2
 
 
3
All tests are set to run with 'xmllint' and 'nsgmls'.
 
4
 
 
5
It is expected to see some warnings about the DTDs such as:
 
6
  unused parameter entity "tbl.table.name"
 
7
These are real problems in the upstream DocBook DTDs.
 
8
 
 
9
The files "test-<VER>.xml" test the proper combination of formal
 
10
public identifier (FPI) and system identifier (SI).
 
11
 
 
12
The files "test-bad-si-<VER>.xml" test a proper FPI but a bad SI.
 
13
 
 
14
The files "test-legacy-si-<VER>.xml" test the old location of the SI
 
15
under /usr/share/sgml/dtd/docbook, with no FPI at all.  This is to
 
16
ensure that we support people pointing to the old location.
 
17
 
 
18
 
 
19
.....Adam Di Carlo....adam@debian.org.....<URL:http://www.debian.org/>
 
20