lp:ubuntu/gutsy/docbook-xsl

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/docbook-xsl
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

9. By Daniel Leidert

* debian/control (Recommends, Enhances): Replaced obsolete ${Source-Version}
  variable with ${source:Version}.
* debian/rules: Added get-orig-source target to document the creation of the
  tarball.

[ Patches ]
* debian/patches/14_html_fo_fix_sfnet_1652360_empty_link_[..].dpatch: Added.
  - fo/xref.xsl (link): Fixed SF.net bug #1652360: empty link with
    xlink:href.
  - (x)html/xref.xsl (link): Ditto.
* debian/patches/15_common_fix_sfnet_1668629_valign_on_tb[..].dpatch: Added.
  - common/table.xsl (inherited.table.attribute): Fix SF.net bug #1668629:
    valign on tbody not inherited.
* debian/patches/16_html_fix_outputting_empty_height_attr[..].dpatch: Added.
  - (x)html/graphics.xsl (process.image.attributes): Fix bug in contentdepth
    outputting empty height attribute.
* debian/patches/17_fo_fix_number_test_in_termlength_when_NaN.dpatch: Added.
  - common/titles.xsl (variablelist[vl.as.list]): Fix number test in
    termlength when NaN.
* debian/patches/18_html_fo_fixed_calllout_typo_in_callou[..].dpatch: Added.
  - fo/lists.xsl: Fix 'calllout' typos.
  - (x)html/lists.xsl: Ditto.
* debian/patches/19_common_fix_caption_plus_title_in_cals[..].dpatch: Added.
  - common/titles.xsl (table[title.markup]): Fix caption plus title in cals
    table producing double caption.
* debian/patches/20_html_fo_fix_sfnet_1680755_incorrect_k[..].dpatch: Added.
  - fo/inline.xsl (keycombo): Fix SF.net bug #1680755: keycombo joinchar
    default incorrect.
  - (x)html/inline.xsl (keycombo): Ditto.
* debian/patches/21_fix_xlink_namespace_declaration_into_html.dpatch: Added.
  - (x)html/xref.xsl (exclude-result-prefixes): Do not output xlink
    namespace declaration into HTML output.
* debian/patches/22_html_fix_sfnet_1644874_missing_space_[..].dpatch: Added.
  - (x)html/titlepage.xsl (contrib[titlepage.mode]): Fix SF.net bug
    #1669601: Missing space in othercredit (x)html output.
* debian/patches/23_eclipse_javahelp_normalize_space_to_s[..].dpatch: Added.
  - eclipse/eclipse.xsl: Add normalize-space around titles and index entries
    to work around whitespace problems.
  - javahelp/javahelp.xsl: Ditto.
* debian/patches/24_html_fixed_sfnet_1717196_footnoteref_[..].dpatch: Added.
  - (x)html/footnote.xsl (footnoteref): Fixed SF.net bug #1717196:
    footnoteref not finding the right chunk for the target.
* debian/patches/25_xhtml_fix_misalignments.dpatch: Added.
  - xhtml/lists.xsl (varlistentry[varlist-table], callout): Added <p>
    element around callouts and terms in variablelist to avoid misalignment
    of callout/term and listitem in xhtml (non-quirks mode) output.
  - xhtml/qandaset.xsl (question): Likewise for question and answer labels
    to avoid misalignment of label and listitem.
* debian/patches/26_roundtrip_fix_debian_429219_undefined[..].dpatch: Added.
  - roundtrip/dbk2wp.xsl (entry[doc:body]): Fixed template name.
    (doc:handle-linebreaks-aux): Fixed undefined $text (closes: #429219).
    Thanks to Roland Stigge for the report.
* debian/patches/80_common_locale_fixes.dpatch: Changed.
  - Add updates and fixes for Serbian, Mongolian, Esperanto and Czech
    translation.
* debian/patches/00list: Adjusted accordingly.

8. By Daniel Leidert

* New upstream release 1.72.0.
  - Upstream added man.output.lang.in.name.enabled parameter to enable
    output of filenames like $NAME.$LANG.$SECTION (closes: #310895). Thanks
    to Philippe Batailler for the suggestion of this feature.
  - Upstream added initial support in manpages output for footnote,
    annotation and alt instances (closes: #386580). Thanks to Jakub Wilk for
    the suggestion of this feature.
  For more read /usr/share/doc/docbook-xsl/changelog.gz.

[ Daniel Leidert (package) ]
* debian/copyright: Removed hint about comment in common localization files,
  because upstream fixed the comment(s) in these files, so misinterpretation
  as an unchangeable file should be impossible.
* debian/docbook-xsl.dirs: Removed obsolete directory.
* debian/docbook-xsl.docs:
  debian/docbook-xsl.links:
  debian/README.Debian: Re-added some upstream docs after upstream updated
  and cleaned them (thanks to Michael(tm) Smith). The content of these files
  has been removed from README.Debian.
* debian/docbook-xsl.examples: Added one more Makefile.
* debian/docbook-xsl.install: Fixed in respect to wordml -> rountrip
  renaming.
* debian/control:
  debian/rules: Split docbook-xsl-doc package into a HTML (-html), a PDF
  (-pdf) and a pure ASCII text (-text) documentation package (the two latter
  were added initially).
* debian/docbook-xsl-doc.doc-base:
  debian/docbook-xsl-doc.docs:
  debian/docbook-xsl-doc.links: Removed for above reason.
* debian/docbook-xsl-doc-html.copyright:
  debian/docbook-xsl-doc-html.doc-base:
  debian/docbook-xsl-doc-html.docs:
  debian/docbook-xsl-doc-html.links:
  debian/docbook-xsl-doc-pdf.copyright:
  debian/docbook-xsl-doc-pdf.doc-base:
  debian/docbook-xsl-doc-pdf.docs:
  debian/docbook-xsl-doc-text.copyright:
  debian/docbook-xsl-doc-text.doc-base:
  debian/docbook-xsl-doc-text.docs: Added for above reason.
* debian/docbook-xsl.preinst:
  debian/docbook-xsl.postinst:
  debian/docbook-xsl.prerm:
  debian/docbook-xsl.links: Changed the creation of the compatibility
  symlink. It is not longer created by the postinst script. Instead a newly
  introduced preinst script removes the existing directory. That makes it
  possible to install a symlink with the package (content) and this symlink
  is removed automatically during package removal/purge, so the prerm script
  becomes obsolete. So it was removed. This IMO enhances the solution for
  bug #393726.
* debian/rules: Cleaned up the file a bit (upstream removed empty files and
  fixed file permissions).

[ Daniel Leidert (patches) ]
* debian/patches/01_create_debian_catalog.dpatch: Adjusted for this release.
* debian/patches/10_man_fix_indentation_issues.dpatch: Added.
  - manpages/lists.xsl: All listitems should be separated by an empty line.
    Removes the extra indentation, that can result in a broken indentation
    level.
* debian/patches/11_html_xalan_transformerexception_fix.dpatch: Added.
  - html/glossary.xsl: Adds curly braces around the $language attribute
    values to prevent Xalan 2.70 from throwing an exception.
  - xhtml/glossary.xsl: Ditto.
* debian/patches/12_fo_fix_master_name_in_crop_mark_template_call.dpatch:
  Added.
  - fo/pagesetup.xsl: Fixed master-name used in axf crop mark template call.
* debian/patches/13_fo_fix_missing_attribute_set_for_procedure.dpatch:
  Added.
  - fo/lists.xsl: Adds the missing procedure.properties attribute set.
* debian/patches/80_common_locale_fixes.dpatch: Adjusted. Removed fixes,
  that were merged into upstream. Added fixes.
  - common/it.xml: Improvements and fixes.
  - common/ja.xml: Ditto.
  - common/uk.xml: Ditto.
* debian/patches/81_common_xalan_bug_workaround.dpatch: Added.
  - common/pi.xsl: Try to workaround a Xalan quirk.
* debian/patches/82_fix_doc_typos.dpatch: Added.
  - doc/manpages/man.string.subst.map.html: Simple typo fix.
* debian/patches/10_manpages_fix_bold_author_markup.dpatch:
* debian/patches/11_fo_fix_recursion_depth_bug_for_long_programlistings.dpatch:
* debian/patches/12_fo_axf_attribute_before_fotex.dpatch:
* debian/patches/13_fo_typo_fixes.dpatch:
* debian/patches/14_fo_empty_rows_fix.dpatch:
* debian/patches/15_html_fixed_namespace_declarations.dpatch:
* debian/patches/16_slides_fix_foil_numbers_for_foilgroups.dpatch:
* debian/patches/17_fo_html_add_space_between_orgname_and_orgdiv.dpatch:
* debian/patches/18_common_fix_olink_database_access_for_saxon_and_db5.dpatch:
* debian/patches/19_manpages_fix_output_formatting_bugs.dpatch:
* debian/patches/20_html_handle_xalan_quirk.dpatch:
* debian/patches/21_common_copyof_instead_valueof.dpatch:
* debian/patches/22_common_fix_extra_white_space_introduced_by_olink.dpatch:
* debian/patches/23_common_fo_html_use_number_function_for_comparison.dpatch:
* debian/patches/24_html_fix_sgmltag_class_attribute.dpatch:
* debian/patches/25_manpages_typo_fixes.dpatch:
* debian/patches/26_fo_html_fix_no_space_between_package_and_classname.dpatch:
* debian/patches/27_fo_html_fix_citation_linking_to_biblioentry.dpatch:
* debian/patches/28_template_added_xalan_workaround.dpatch: Removed. Fixes
  were merged into upstream.
* debian/patches/90_fix_readme_contents.dpatch: Removed. Upstream
  reorganized READMEs and README content. Thanks to Michael(tm) Smith for
  this Debian-friendly work.
* debian/patches/00list: Adjusted accordingly.

7. By Loïc Minier

* Non-maintainer upload.
* Remove compatibility symlink in
  /usr/share/sgml/docbook/stylesheet/xsl/nwalsh and its parent directories
  on removal; closes: #393726.

6. By Bill Allombert <email address hidden>

* NMU
* Add -p to mkdir call in postinst to avoid falling if the directory does
  not exist yet. Thanks Julien Louis for the patch. This fix #232428 which
  was reintroduced by previous upload, but in a better way.

5. By Matthias Klose

Install saxon versions 651 and 653. Ubuntu 16783.

4. By Mark Johnson <email address hidden>

New upstream release

3. By Jochen Voss <email address hidden>

* NMU with permission of Mark Johnson
* make the postinst idempotent by rebuilding with
  dh_installxmlcatalogs from xml-core 0.07 (closes: #232682)

2. By Mark Johnson <email address hidden>

Added symlinks for images in user docs

1. By Mark Johnson <email address hidden>

Import upstream version 1.50.0

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/docbook-xsl
This branch contains Public information 
Everyone can see this information.

Subscribers