2006
docbook-xsl (1.71.0.dfsg.1-1.1) unstable; urgency=low
* Non-maintainer upload.
* Remove compatibility symlink in
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh and its parent directories
on removal; closes: #393726.
-- Loic Minier <lool@dooz.org> Tue, 17 Oct 2006 22:26:46 +0200
docbook-xsl (1.71.0.dfsg.1-1) unstable; urgency=low
* New maintainer. See
http://lists.alioth.debian.org/pipermail/debian-xml-sgml-devel/2006-August/000687.html.
* Acknowledge NMU (closes: #172996, #175681, #175734, #184673, #186836,
#199517, #225192, #232192, #236960, #238517, #270155, #276136, #276471,
#304011, #310245, #322686, #330129, #334874, #360029, #367694, #382576).
* New upstream release 1.71.0.
- Fixed handling of verbatims (address, screen, etc.) within listitem
instances in varlistentry and glossentry (closes: #385940). Thanks to
Jakub Wilk for the report.
- Added normalization in several places in *info output that lacked it
(closes: #383874). Thanks to Andreas Hoenen for the report.
* After further testing the following bugs are not longer reproducible:
- Linebreaks are preserved in <screen> environments (closes: #375503).
- The escape sign (the backslash) is now correctly escaped in the groff
source, so it appears correctly in manpage output (closes: #160235).
- <emphasis role="strong"> is now understood and handled as bold element
by the stylesheets (closes: #332474).
- an element following CDATA[\newline\tab]+ does not longer result in
manpage output, missing at least one space between the CDATA and the
elements content (closes: #345750).
[ Daniel Leidert ]
* debian/changelog: Added the missing '#' sign to bug-numbers in the
changelog entry of 1.70.1.dfsg.1-0.1, so the link to the report can be
automatically created.
* debian/compat: Raised debhelper compatibility level to 5.
* debian/control: Fixed Maintainer and Uploaders fields (see
http://lists.alioth.debian.org/pipermail/debian-xml-sgml-devel/2006-August/000687.html).
Adjusted debhelper build-dependency version. Extended package description
for docbook-xsl (also informing about the formats "addeid recently").
* debian/copyright: Removed the paragraph about the l10n files in common/
(upstream changed this paragraph accordingly). Added copyright, license
and warranty information for the files in highlighting.
* debian/docbook-xsl.examples: Install the manpage example
debian/examples/foo.1.example_manpage.xml too.
* debian/docbook-xsl.install: Also install highlighting/*.
* debian/docbook-xsl.links: Added links for README in
/usr/share/xml/*/nwalsh/* to /usr/share/doc/docbook-xsl.
* debian/docbook-xsl.prerm: Removed (empty file).
* debian/docbook-xsl-doc.doc-base: Also added reference in text and pdf
format.
* debian/rules: Also avoid installation of the outdated testtemplate.xml.
For the moment also avoid an installation of the reference in pdf and text
format (would increase the size of docbook-xsl-doc to the 4x of the
current size).
* debian/README.Debian: Updated some outdated information I missed
earlier. Added references to README.*, where available.
* debian/examples/foo.1.example_manpage.xml: Added. This file is a sample
manpage written in XML to help manpage writers with an example that shows
the full power of the current docbook-xsl package (it was added in
relation to bug #383495).
* Adjusted patches:
- debian/patches/01_create_debian_catalog.dpatch: Adjusted.
* Removed patches:
- debian/patches/10_html_use_copy_of_parameter_value.dpatch: Removed.
Fixed in upstream.
- debian/patches/11_html_make_x_html_output_valid.dpatch: Ditto.
- debian/patches/12_html_add_sectioninfo_keywordsets_meta.dpatch: Ditto.
- debian/patches/13_man_process_every_copyright_element.dpatch: Ditto.
- debian/patches/90_common_l10n_updates.dpatch: Ditto.
* Added patches:
- debian/patches/10_manpages_fix_bold_author_markup.dpatch: Added.
- manpages/info.xsl: Fixes the missing formatting in AUTHORS, that was
lost with the normalization fix.
- debian/patches/90_fix_readme_contents.dpatch: Added.
- template/README: Added the installation directoy to avoid confusion
when a user reads the link /usr/share/doc/docbook-xsl/README.template.
- wordml/README: Similar.
* debian/patches/00list: Adjusted accordingly.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 11 Sep 2006 22:47:41 +0200
docbook-xsl (1.70.1.dfsg.1-0.2) unstable; urgency=high
* NMU
[ Daniel Leidert ]
* debian/control:
- Re-added ${misc:Depends} to make dh_installxmlcatalog and the postinst &
prerm scripts work properly (closes: #382576).
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sun, 13 Aug 2006 21:50:44 +0200
docbook-xsl (1.70.1.dfsg.1-0.1) unstable; urgency=high
* NMU * New upstream release 1.70.1 (closes: #322686, #367694). * This release contains many fixes. Several bugs reported to the BTS are not longer reproducible: - The <webtoc> tag now produces a TOC when XSL(T) conversion is done on the provided example website.xml (closes: #172996). - Hyphenation of URLs in manpages is now suppressed by default - see also the man.hyphenate.urls parameter reference (closes: #175681). - The <arg> element is formatted bold by default in manpages (closes: #175734). - Using the <refsynopsisdiv> element no longer misses a "SYNOPSIS" section in FO output (closes: #184673). - Generated XHTML contains a DOCTYPE (closes: #186836). - Improved troff translation of the <literallayout> element (closes: #199517). - A work-around for the broken passivetex list-item-body rendering was added by upstream to FO stylesheets (closes: #225192, #232192). - The <email> element is not longer ignored when used as children of the <author>, <editor> or <othercredit> elements (closes: #236960). - Mapping of unicode symbols and special characters is now handled corresponding to groff escape sequences using the "character map" format described in the XSLT 2.0 specification (closes: #238517, #334874). - The handling of <segmentedlist> elements has been improved in many ways, including indentation and styling-options (closes: #270155). - Linking the next chunk in bibliographies no longer fails (closes: #276136). - Information given during manpage generation can be suppressed now, so that the process runs quietly - see also the man.output.quietly and the refentry.meta.get.quietly parameter reference (closes: #304011). - Nesting italic and bold formatted elements in manpages no longer produces a wrongly formatted/broken output (closes: #330129). [ Daniel Leidert ] * debian/control: - Changed to standards version 3.7.2 (fixed build-dependecies to fit section 7.6). - Split the package into a package containing the stylesheets (docbook-xsl) and the documentation (docbook-xsl-doc). - Fixed recommended packages for docbook-xsl-doc (closes: #276471). - Fixed 'Homepage' URL (closes: #310245, #360029). - Fixed a typo. * debian/copyright: - Adjusted and completed copyright and license information. - Added a text copy of the Mozilla Public License (MPL) version 1.1. * debian/rules: - Added dpatch stuff. - Removed all empty files (param.html, pi.html) to fix a Lintian/linda warning. - Removed all outdated ChangeLog* files and the *.xweb and param.{ent,xml} files, we don't need. * debian/catalog.xml, docbook-xsl.xmlcatalogs, debian/patches/01_create_debian_catalog.dpatch: - Upstream now ships a catalog, so debian/catalog.xml can be removed and catalog.xml patched instead. * debian/docbook-xsl.docs, debian/docbook-xsl-doc.docs, debian/docbook-xsl.doc-base, debian/docbook-xsl-doc.doc-base, debian/README.Debian: - Package was split, so documentation and doc-base control file go to docbook-xsl-doc package. - Updated README.Debian and added the bits of information TODO, BUGS etc. contain (it's not that much, that shipping these file is necessary). * debian/docbook-xsl.install: - Added slides/, website/ and wordml/ directories. * debian/docbook-xsl.examples: - Added the Makefiles. * debian/patches/10_html_use_copy_of_parameter_value.dpatch: Added. - html/biblio.xsl: Added patch to use xsl:copy-of for biblioentry.item.separator. - xhtml/biblio.xsl: Ditto. * debian/patches/11_html_make_x_html_output_valid.dpatch: Added. - html/biblio.xsl: Fixed an issue when processing a bibliolist element, that leads to invalid HTML output. - xhtml/biblio.xsl: Ditto. - html/qandaset.xsl: Fixed an issue when processing the answer element, containing one or more qandaentry elements. This issue also leads to invalid HTML output. - xhtml/qandaset.xsl: Ditto. * debian/patches/12_html_add_sectioninfo_keywordsets_meta.dpatch: Added. - html/docbook.xsl: Fixed a missing processing instruction for keywordsets inside sectioninfo elements. This issue leads to an incomplete keyword META tag. - xhtml/docbook.xsl: Ditto. * debian/patches/13_man_process_every_copyright_element.dpatch: Added. - manpages/info.xsl: Process every copyright and legalnotice element, not just the first one, so the legal information is correct. * debian/patches/90_common_l10n_updates.dpatch: Added. - common/fr.xml: Updates from SVN. - common/pl.xml: Ditto.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sat, 20 May 2006 15:37:11 +0200
docbook-xsl (1.68.1.dfsg.1-0.2) unstable; urgency=low
* 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.
-- Bill Allombert <ballombe@debian.org> Sun, 7 May 2006 15:37:39 +0200
docbook-xsl (1.68.1.dfsg.1-0.1) unstable; urgency=low
* NMU
* new "upstream" tarball:
- Remove the extensions directory that contains the xalan and saxon
JAVA extensions we are missing the source for.
(closes: #331661).
(Do not forget to remove them from future new upstream versions.)
* debian/control:
- Remove reference to these extensions in the description.
* debian/docbook-xsl.install debian/docbook-xsl.links
debian/docbook-xsl.dirs debian/rules:
- do not install the removed extensions.
-- Bill Allombert <ballombe@debian.org> Thu, 4 May 2006 19:38:18 +0200
2005
docbook-xsl (1.68.1-0.1) unstable; urgency=low
* NMU: latest version.
-- Jaldhar H. Vyas <jaldhar@debian.org> Sun, 1 May 2005 15:10:58 -0400
2004
docbook-xsl (1.66.1-1) unstable; urgency=low
* New upstream release
-- Mark Johnson <mrj@debian.org> Mon, 11 Oct 2004 15:44:36 -0400
docbook-xsl (1.64.1.0-4.2) unstable; urgency=low
* NMU with permission of Mark Johnson
* make the postinst idempotent by rebuilding with
dh_installxmlcatalogs from xml-core 0.07 (closes: #232682)
-- Jochen Voss <voss@debian.org> Wed, 25 Feb 2004 14:05:23 +0000
docbook-xsl (1.64.1.0-4.1) unstable; urgency=low
* NMU with permission of Mark Johnson
* make the package build again by adding a xml-core
build dependency (closes: #232601)
* make the package install again by creating the
missing installation directory (closes: #232428)
* change Build-Depends into Build-Depends-Indep to make
lintian happy
* fix the short package description (closes: #232603)
* remove obsolete local variables section from changelog
-- Jochen Voss <voss@debian.org> Tue, 24 Feb 2004 19:23:44 +0000
docbook-xsl (1.64.1.0-4) unstable; urgency=low
* Really fixed /usr/share/sgml compatibility symlink. * (closes: #230454) (closes: #231336) * Added <*system> entries to xml catalogs. (closes: #230562)
-- Mark Johnson <mrj@debian.org> Sun, 8 Feb 2004 21:27:50 -0500
docbook-xsl (1.64.1.0-3) unstable; urgency=low
* Set passivetex.extensions parameter back to default. * (closes: #230433) * Fixed /usr/share/sgml compatibilty symlink. (closes: #230454)
-- Mark Johnson <mrj@debian.org> Fri, 30 Jan 2004 20:03:45 -0500
docbook-xsl (1.64.1.0-2) unstable; urgency=low
* Removed Recommends: xsltproc | libsaxon-java | libxalan2-java * (closes: #230154)
-- Mark Johnson <mrj@debian.org> Wed, 28 Jan 2004 18:21:06 -0500
docbook-xsl (1.64.1.0-1) unstable; urgency=low
* Set passivetex.extensions parameter to 1. (closes: #224267) * xalan & saxon extension are now installed in /usr/share/java. * Removed blank lines at end of debian/control. closes: #205567 #225377 * Added xml catalog support. (closes: #142894) * Changed long description to reflect possible output formats. * (closes: #219035)
-- Mark Johnson <mrj@debian.org> Mon, 26 Jan 2004 19:07:24 -0500
2003
docbook-xsl (1.64.1-1) unstable; urgency=low
* New upstream release. (closes: #224267) * Discontinued config files in /etx/sgml/docbook-xsl: too complex to maintain. * Discontinue installation of upstream ChangeLogs into docs dir.
-- Mark Johnson <mrj@debian.org> Wed, 24 Dec 2003 13:50:02 -0500
docbook-xsl (1.62.4.0-1) unstable; urgency=low
* Replaced empty common/fr.xml with working version
-- Mark Johnson <mrj@debian.org> Sat, 15 Nov 2003 15:20:02 -0500
docbook-xsl (1.62.4-1) unstable; urgency=low
* New upstream release
-- Mark Johnson <mrj@debian.org> Sun, 2 Nov 2003 19:28:04 -0500
docbook-xsl (1.60.1-1) unstable; urgency=low
* New upstream release
-- Mark Johnson <mrj@debian.org> Mon, 27 Jan 2003 01:57:59 -0600
2002
docbook-xsl (1.56.1-2) unstable; urgency=low
* Added omitted manpages directory (closes: bug#166192) * Updated policy version to 3.5.7
-- Mark Johnson <mrj@debian.org> Thu, 24 Oct 2002 13:26:28 -0500
docbook-xsl (1.56.1-1) unstable; urgency=low
* New upstream release
(closes: bug#165644, bug#144402, bug#162525, bug#161105)
-- Mark Johnson <mrj@debian.org> Wed, 23 Oct 2002 11:49:06 -0500
docbook-xsl (1.54.1-0.1) unstable; urgency=low
* Non-maintainer upload * New upstream release (closes: bug#139966) * Added contents to the profiling directory (closes: bug#148510)
-- Susan Kleinmann <sgk@kleinmann.com> Thu, 5 Sep 2002 21:31:16 -0400
docbook-xsl (1.50.0-2) unstable; urgency=low
* Added symlinks for images in user docs
-- Mark Johnson <mrj@debian.org> Thu, 28 Mar 2002 15:19:00 -0500
docbook-xsl (1.50.0-1) unstable; urgency=low
* New upstream release (closes: bug#130783, bug#131224) * Fixed Description spelling error (closes: #124562) * Config files now in /etc/sgml/docbook-xsl and symlinked * Updated README.Debian
-- Mark Johnson <mrj@debian.org> Thu, 28 Mar 2002 13:35:22 -0500
2001
docbook-xsl (1.45-1) unstable; urgency=low
* New upstream release
-- Mark Johnson <mrj@debian.org> Tue, 2 Oct 2001 11:38:36 -0400
docbook-xsl (1.44-1) unstable; urgency=low
* New upstream release. (closes: bug#108066, bug#112482) * Changed package name to conform with upstream and dsssl stylesheets.
-- Mark Johnson <mrj@debian.org> Fri, 21 Sep 2001 03:02:58 -0400
docbook-xsl-stylesheets (1.40-1) unstable; urgency=low
* New upstream release
-- Mark Johnson <mrj@debian.org> Mon, 18 Jun 2001 02:16:49 -0400
docbook-xsl-stylesheets (1.39-1) unstable; urgency=low
* New upstream release. New file layout. * Provides/Conflicts/Replaces doc package. (closes: #98126)
-- Mark Johnson <mrj@debian.org> Fri, 15 Jun 2001 16:13:54 -0400
docbook-xsl-stylesheets (1.29-2) unstable; urgency=low
* Merged docs into package. Moved html files to doc directory.
Closes: bug#94946, bug#88816
-- Mark Johnson <mrj@debian.org> Thu, 17 May 2001 07:34:46 -0400
docbook-xsl-stylesheets (1.29-1) unstable; urgency=low
* Initial Release. * Fixed paths in upstream bin files. Closes: bug#79024
-- Mark Johnson <mrj@debian.org> Thu, 1 Mar 2001 22:56:49 -0500