Change logs for docbook-xsl source package in Hardy

  • docbook-xsl (1.73.2.dfsg.1-2) unstable; urgency=low
    
      * debian/control: Homepage field transition. Added XS-Vcs-Browser and
        XS-Vcs-Svn fields.
      * debian/watch: Changed to use the QA redirectory after the directory is
        back on heanet.dl.sf.net.
      * debian/patches/7436_html_fo_fix_empty_index_entries.dpatch: Added.
        - fo/autoidx.xsl (reference): Removed the [&scope;] predicate from the
          target variable, that caused missing index backlinks when @zone and
          @type were used on indexterms with index.on.type=1. Fixes SF.net bug
          1680836.
        - (x)html/autoidx.xsl (reference): Ditto.
      * debian/patches/7440_fo_normalize_space.dpatch: Added.
        - fo/inline.xsl (glossterm): Use normalize-space() in glossterm
          comparisons.
      * debian/patches/7441_html_fix_legalnotice_filename_creation.dpatch: Added.
        - (x)html/chunk-common.xsl, (x)html/titlepage.xsl: Fix the filename
          creation for legalnotice and revhistory output (fixes broken links).
          Fixes SF.net bug 1790495.
      * debian/patches/00list: Adjusted.
    
    docbook-xsl (1.73.2.dfsg.1-1) unstable; urgency=low
    
      * New upstream release 1.73.2.
        - Stable bug-fix release for the 1.73 series.
    
      [ Daniel Leidert ]
      * debian/copyright: Updated copyright information.
      * debian/rules (binary-indep): Removed permissions fix as this has been
        fixed upstream.
      * debian/patches/01_create_debian_catalog.dpatch: Removed. The customization
        is not necessary, so we can use the upstream catalog.
      * debian/patches/10_fo_fix_footnote_numbering.dpatch: Removed. Applied
        upstream.
      * debian/patches/00list: Adjusted.
    
    docbook-xsl (1.73.1.dfsg.1-1) unstable; urgency=low
    
      * New upstream release 1.73.1.
        - Stable bug-fix release for the 1.73 series.
    
      [ Daniel Leidert ]
      * debian/rules (binary-indep): Fix permissions of SVGs and a stylesheet,
        that do not need to be executable.
      * debian/patches/01_create_debian_catalog.dpatch: Adjusted.
      * debian/patches/02_use_global_papersize_conf.dpatch: Adjusted.
      * debian/patches/10_7129_fix_abstract_title_condition_check.dpatch: Removed.
        Applied upstream.
      * debian/patches/11_charmap_imports_fix.dpatch: Ditto.
      * debian/patches/10_fo_fix_footnote_numbering.dpatch: Added.
        - A regression was discovered in the footnote numbering fix, that is fixed
          with this patch.
      * debian/patches/00list: Adjusted.
    
    docbook-xsl (1.73.0.dfsg.1-1) UNRELEASED; urgency=low
    
      * New upstream release 1.73.0.
        - Upstream reverted backslash, dot and dash escaping. You can now use e.g.
          '\fX' again in your templates (closes: #415488).
    
      [ Daniel Leidert ]
      * debian/control (Recommends): Removed recommending a web-server (closes:
        #431096).
      * debian/docbook-xsl.examples: Removed the Makefiles.
      * debian/rules (binary-indep): Added more files, that can be ignored.
      * debian/watch: Added.
      * debian/examples/foo.1.example_manpage.xml: Removed the <date> tag
        (automatically produced by docbook-xsl) - thanks to Charles Plessy. Also
        fixed the <productname> description.
      * debian/patches/01_create_debian_catalog.dpatch: Updated for this release.
      * debian/patches/10_man_fix_indentation_issues.dpatch: Removed. Applied
        upstream.
      * debian/patches/11_html_xalan_transformerexception_fix.dpatch: Ditto.
      * debian/patches/12_fo_fix_master_name_in_crop_mark_templ[..].dpatch: Ditto.
      * debian/patches/13_fo_fix_missing_attribute_set_for_proc[..].dpatch: Ditto.
      * debian/patches/14_html_fo_fix_sfnet_1652360_empty_link_[..].dpatch: Ditto.
      * debian/patches/15_common_fix_sfnet_1668629_valign_on_tb[..].dpatch: Ditto.
      * debian/patches/16_html_fix_outputting_empty_height_attr[..].dpatch: Ditto.
      * debian/patches/17_fo_fix_number_test_in_termlength_when_NaN.dpatch: Ditto.
      * debian/patches/18_html_fo_fixed_calllout_typo_in_callou[..].dpatch: Ditto.
      * debian/patches/19_common_fix_caption_plus_title_in_cals[..].dpatch: Ditto.
      * debian/patches/20_html_fo_fix_sfnet_1680755_incorrect_k[..].dpatch: Ditto.
      * debian/patches/21_fix_xlink_namespace_declaration_into_html.dpatch: Ditto.
      * debian/patches/22_html_fix_sfnet_1644874_missing_space_[..].dpatch: Ditto.
      * debian/patches/23_eclipse_javahelp_normalize_space_to_s[..].dpatch: Ditto.
      * debian/patches/24_html_fixed_sfnet_1717196_footnoteref_[..].dpatch: Ditto.
      * debian/patches/25_xhtml_fix_misalignments.dpatch: Ditto.
      * debian/patches/26_roundtrip_fix_debian_429219_undefined[..].dpatch: Ditto.
      * debian/patches/80_common_locale_fixes.dpatch: Ditto.
      * debian/patches/81_common_xalan_bug_workaround.dpatch: Ditto.
      * debian/patches/82_fix_doc_typos.dpatch: Ditto.
      * debian/patches/02_use_global_papersize_conf.dpatch: Added.
        - The default value for page.type is read from /etc/papersize (closes:
          #173093, #382505).
      * debian/patches/10_7129_fix_abstract_title_condition_check.dpatch: Added.
        - Fixed test for abstract.notitle.enabled to work accordingly to the
          documentation.
      * debian/patches/11_charmap_imports_fix.dpatch: Added.
        - Import the missing stylesheet.
      * debian/patches/00list: Adjusted.
     
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 15:57:32 +0100
  • docbook-xsl (1.72.0.dfsg.1-2) unstable; urgency=low
    
      * 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.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  18 Jun 2007 17:03:10 +0100