Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_use_the_entities_from_sgml_data.patch | ## 01_use_the_entities_from_sgml_data.dpatch by Adam Di Carlo <aph@debian.org> ## and Daniel Leidert (dale) <daniel.leidert@wgdd.de>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.x/dbcentx.mod: don't install and reference ISO XML ## DP: entities, which are in the sgml-data package ## DP: ## DP: * docbook-4.x/{docbook.cat,catalog.xml}: Removes the ISO XML entity ## DP: references, which are part of sgml-data ## DP: ## DP: <URL:http://bugs.debian.org/99993> ## DP: <URL:http://bugs.debian.org/102605> ## DP: <URL:http://bugs.debian.org/232600> ## DP: <URL:http://bugs.debian.org/305736> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion3.1.5.1-1> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.1.2-5> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.1.2-7> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.2-5> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.2-11> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.5-1> ## DP: ## DP: for i in `find . -type f` ; \ ## DP: do sed -e 's/^\"ent\/iso-/\"\/usr\/share\/xml\/entities\/xml-iso-entities-8879\.1986\/ISO/g' < $i > $i.new ; \ ## DP: mv $i.new $i ; \ ## DP: done diff -urNad docbook-xml-4.5~/docbook-4.0/dbcentx.mod docbook-xml-4.5/docbook-4.0/dbcentx.mod |
no | ||||
02_add_dtddecl_and_force_fpi_over_sysid.patch | ## 02_add_dtddecl_and_force_fpi_over_sysid.dpatch by Adam Di Carlo <aph@debian.org>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.x/docbook.cat: Adds DTDDECL declarations for convenience. ## DP: Forces FPI to override SYSTEM IDs, if both are supplied. ## DP: ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.1.2-2> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.2-8> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.5-1> diff -urNad docbook-xml-4.5~/docbook-4.1.2/docbook.cat docbook-xml-4.5/docbook-4.1.2/docbook.cat |
no | ||||
03_fix_wrong_371_fpi_in_40.patch | ## 03_fix_wrong_table_model_fpi_in_40.dpatch by Adam Di Carlo <aph@debian.org> ## and Daniel Leidert (dale) <daniel.leidert@wgdd.de>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.0/dbpoolx.mod: Fixes some 3.1.7 references, that should be ## DP: 4.0 FPIs. ## DP: ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.2-6> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.5-1> diff -urNad docbook-xml-4.5~/docbook-4.0/dbpoolx.mod docbook-xml-4.5/docbook-4.0/dbpoolx.mod |
no | ||||
05_add_doctype_to_catalog_xml.patch | ## 05_add_doctype_to_catalog_xml.dpatch by Adam Di Carlo <aph@debian.org> and ## and Daniel Leidert <daniel.leidert@wgdd.de>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.{2,3,4,5}/catalog.xml: Adds the missing DOCTYPE. ## DP: ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.2-8> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.5-1> diff -urNad docbook-xml-4.5~/docbook-4.2/catalog.xml docbook-xml-4.5/docbook-4.2/catalog.xml |
no | ||||
06_add_system_identifiers_to_catalog.patch | ## 06_add_system_identifiers_to_catalog.dpatch by Adam Di Carlo <aph@debian.org>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.{2,3}/catalog.xml: Adds system identifiers to the catalog. ## DP: * docbook-4.x/docbook.cat: Likewise. ## DP: ## DP: <URL:http://bugs.debian.org/301157> ## DP: <URL:http://bugs.debian.org/304057> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.2-8> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.4-1> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.5-2> diff -urNad docbook-xml-4.5~/docbook-4.1.2/docbook.cat docbook-xml-4.5/docbook-4.1.2/docbook.cat |
no | ||||
07_add_fpi_for_htmltblx_mod_to_43_catalogs.patch | ## 07_add_fpi_for_htmltblx_mod_to_43_catalogs.dpatch by Adam Di Carlo <aph@debian.org>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.3/{catalog.xml,docbook.cat}: The catalogs for DB 4.3 miss ## DP: the FPI "-//OASIS//ELEMENTS DocBook XML HTML Tables V4.3//EN". ## DP: ## DP: <URL:http://bugs.debian.org/268364> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.4-1> diff -urNad docbook-xml-4.5~/docbook-4.3/catalog.xml docbook-xml-4.5/docbook-4.3/catalog.xml |
no | ||||
10_fix_101779_mention_artheader_to_articleinfo_change.patch | ## 10_fix_101779_mention_artheader_to_articleinfo_change.dpatch by Adam Di Carlo <aph@debian.org>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: The removal of ArtHeader in 4.0 is not documented in ChangeLog. This ## DP: patch fixes it. ## DP: ## DP: <URL:http://bugs.debian.org/bug=101779> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.1.2-7> diff -urNad docbook-xml-4.5~/ChangeLog.upstream docbook-xml-4.5/ChangeLog.upstream |
no | ||||
11_fix_dbpoolx_mod_header_comment_pubid.patch | ## 11_fix_dbpoolx_mod_header_comment_pubid.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: There are some wrong references to the PUBID ## DP: "-//OASIS//ELEMENTS DocBook XML Information Pool V4.x//EN", which should be ## DP: "-//OASIS//ELEMENTS DocBook Information Pool V4.x//EN". This patch fixes them. ## DP: ## DP: <URL:https://sourceforge.net/tracker/?func=detail&atid=384107&aid=1679712&group_id=21935> ## DP: ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.5-1> ## DP: ## DP: # only apply to DB >= 4.2! ## DP: for i in `find . -type f` ; do \ ## DP: sed -e 's/ELEMENTS DocBook XML Information Pool/ELEMENTS DocBook Information Pool/g' < $i > $i.new ; \ ## DP: mv $i.new $i ; \ ## DP: done diff -urNad docbook-xml-4.5~/docbook-4.2/dbpoolx.mod docbook-xml-4.5/docbook-4.2/dbpoolx.mod |
no | ||||
12_fix_256119_and_turn_on_sgml_mode.patch | ## 12_fix_256119_and_turn_on_sgml_mode.dpatch by Adam Di Carlo <aph@debian.org>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: * docbook-4.3/dbpoolx.mod: xml-base.attrib needs to be properly ## DP: protected from SGML; note the XML and SGML versions of these files ## DP: stand in for each other ## DP: ## DP: * docbook-4.3/htmltblx.mod: rules made into CDATA attribute rather than ## DP: an enumeration list ## DP: ## DP: <URL:http://www.oasis-open.org/archives/docbook/200406/msg00027.html> ## DP: ## DP: * docbook-4.{3,4}/htmltblx.mod: include tag minimization entity for ## DP: cross-function with SGML ## DP: ## DP: <URL:http://bugs.debian.org/256119> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook/current/changelog#versionversion4.4-1> ## DP: <URL:http://packages.debian.org/changelogs/pool/main/d/docbook-xml/current/changelog#versionversion4.4-5> diff -urNad docbook-xml-4.5~/docbook-4.3/dbpoolx.mod docbook-xml-4.5/docbook-4.3/dbpoolx.mod |
no | ||||
13_compat_support_41_fpi_fixes.patch | Add 4.1 compat support and FPI fixes * catalog: Added. Contains 4.1 compat stuff and general FPIs pointing to latest DB4 release. * catalog.xml: Added for same reason. * docbook-4.0/catalog.xml: Fixed several wrong FPIs referring to "DocBk". * docbook-4.0/docbook.cat: Fixed several wrong FPIs referring to "DocBk". * docbook-4.1.2/catalog.xml: Moved compat catalog entries for DB 4.1 to a general catalog. Fixed FPI "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN". |
Daniel Leidert (dale) <daniel.leidert@wgdd.de> | no |