debian/0000755000000000000000000000000011756140563007176 5ustar debian/watch0000644000000000000000000000052011162472752010223 0ustar # see uscan(1) for format version=3 https://fedorahosted.org/releases/x/m/xmlto/xmlto-([\d\.]+)\.tar\.(?:gz|bz2) # Old URL. Can be removed in the future. #opts=downloadurlmangle=s/.*\/(xmlto-[^\/]+\.tar\.bz2)$/https:\/\/fedorahosted.org\/xmlto\/export\/latest\/$1/ \ # https://fedorahosted.org/xmlto/browser/xmlto-([\d\.]+)\.tar\.bz2 debian/README.Debian0000644000000000000000000000106110061120650011214 0ustar ---------------------------- Debian README file for xmlto ---------------------------- POSTSCRIPT OUTPUT ----------------- There are some problems with generating PostScript or DVI output (see bug #170633). As a workaround, you can ask xmlto to generate PDF output: $ xmlto pdf myfile.xml and then convert that to PostScript using pdf2ps (in the gs-common package): $ pdf2ps myfile.pdf I don't current know of a way to generate DVI output, though. -- Graham Wilson $Date: 2003-10-13 22:32:06 -0500 (Mon, 13 Oct 2003) $ vim:tw=79: debian/rules0000755000000000000000000000073511664443172010263 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PACKAGE = xmlto %: dh $@ --parallel override_dh_auto_configure: configure dh_auto_configure -- \ BASH="/bin/bash" \ PAPERCONF="/usr/bin/paperconf" \ DBLATEX="/usr/bin/dblatex" \ FOP="/usr/bin/fop" \ XMLTEX="/usr/bin/xmltex" \ PDFXMLTEX="/usr/bin/pdfxmltex" \ LYNX="/usr/bin/lynx" \ LINKS="/usr/bin/links" \ W3M="/usr/bin/w3m" override_dh_installchangelogs: dh_installchangelogs NEWS debian/NEWS0000644000000000000000000000100710745511314007664 0ustar xmlto (0.0.20-1) unstable; urgency=low This new upstream version adds support for the docbook-xsl/fop toolchain via the --with-fop switch. Because passivetex is still missing from the Debian archive and will probably never come back, use it to create PDF or PS output. DVI output is still broken! But we are working on dblatex support which will be available as of upstream version 0.0.21 or in Debian/experimental soon. -- Daniel Leidert (dale) Wed, 23 Jan 2008 01:57:52 +0100 debian/copyright0000644000000000000000000000273111664443172011134 0ustar This package was debianized by christophe barbe on Wed, 5 Jun 2002 15:59:21 -0400, and later maintained by Graham Wilson . It is currently maintained by the Debian XML/SGML Group . It was downloaded from: https://fedorahosted.org/xmlto/browser (>= 0.0.21) http://cyberelk.net/tim/data/xmlto/stable/ (old, <= 0.0.20) Upstream Author: Tim Waugh Ondrej Vasik (since 0.0.19) Copyright: Copyright (C) 2001, 2002, 2003 Tim Waugh License: GNU General Public License (GPL) v2 or later This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License version 2 can be found in the `/usr/share/common-licenses/GPL-2' file. debian/source/0000755000000000000000000000000011756140563010476 5ustar debian/source/format0000644000000000000000000000001411664443172011704 0ustar 3.0 (quilt) debian/xmlto.links0000644000000000000000000000010710742535422011375 0ustar usr/share/xmlto/format/docbook/txt usr/share/xmlto/format/docbook/text debian/compat0000644000000000000000000000000211664443172010374 0ustar 7 debian/control0000644000000000000000000000327411756140204010577 0ustar Source: xmlto Section: text Priority: optional Maintainer: Debian XML/SGML Group Uploaders: Daniel Leidert (dale) Build-Depends: debhelper (>> 7.0.50~), docbook-xml (>= 4.2-8), docbook-xsl (>= 1.64.1.0), libxml2-utils, sgml-base, xsltproc (>= 1.0.29) Standards-Version: 3.9.3 Homepage: https://fedorahosted.org/xmlto/ Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/ Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/xmlto/trunk/ DM-Upload-Allowed: yes Package: xmlto Architecture: any Multi-Arch: foreign Depends: debianutils (>= 1.16), docbook-xml (>= 4.2-8), docbook-xsl (>= 1.64.1.0), libxml2-utils, sgml-base, xsltproc (>= 1.1.12-8), ${misc:Depends}, ${shlibs:Depends} Recommends: dblatex | fop, libpaper-utils, zip Suggests: w3m | lynx-cur | links, xmltex (>= 1.9.debian.1) Description: XML-to-any converter xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSLT processor (currently, only xsltproc is supported). It also performs any necessary post-processing. . It supports converting from DocBook XML to DVI, XSL-FO, HTML and XHTML (one or multiple pages), epub, manual page, PDF, PostScript and plain text. It also supports converting from XSL-FO to DVI, PDF and PostScript. . DVI output requires dblatex or PassiveTeX. Other formats can be produced with any of the supported toolchains - dblatex, PassiveTeX or docbook-xsl/fop (but may require some extensions). debian/patches/0000755000000000000000000000000011756140563010625 5ustar debian/patches/series0000644000000000000000000000014311756140204012030 0ustar getopt_noextensions_fix.patch 652974_local_only_in_function.patch format_fo_passivetex_check.patch debian/patches/getopt_noextensions_fix.patch0000644000000000000000000000112611756140204016622 0ustar Author: Matthias Andree Description: Fix the noextensions recognition by getopt. Origin: https://fedorahosted.org/xmlto/changeset/72 --- a/xmlto.in +++ b/xmlto.in @@ -262,7 +262,7 @@ # Process any options ARGS=$(${GETOPT} \ - --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \ + --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,noextensions,with-fop,with-dblatex \ -n xmlto -- x:m:o:p:v "$@") [ $? != 0 ] && { usage; exit 1; } eval set -- "$ARGS" debian/patches/format_fo_passivetex_check.patch0000755000000000000000000000347611664443172017247 0ustar Description: Check for a passivetex format file and tell the user, if it's missing. Author: Graham Wilson Bug-Debian: http://bugs.debian.org/190840 Forwarded: not-needed Last-Update: 2008-02-05 --- a/format/fo/dvi +++ b/format/fo/dvi @@ -11,6 +11,10 @@ echo >&2 "Can't process, xmltex tool not found at $XMLTEX_PATH." exit 3 fi + if [ ! -f /usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ]; then + printf "PassiveTeX is needed for this format, but it is not installed. Please install\nthe passivetex package.\n" + exit 1 + fi # Work around stupid tetex bug with '_' in filenames # Also work around stupid tetex limitation with long lines (rhbz #101055) # and workaround passivetex limitation for chapter titles starting with L --- a/format/fo/pdf +++ b/format/fo/pdf @@ -13,6 +13,10 @@ echo >&2 "Can't process, pdfxmltex tool not found at $PDFXMLTEX_PATH." exit 3 fi + if [ ! -f /usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ]; then + printf "PassiveTeX is needed for this format, but it is not installed. Please install\nthe passivetex package.\n" + exit 1 + fi # Work around stupid tetex bug with '_' in filenames # Also work around stupid tetex limitation with long lines # (rhbz #101055) and workaround passivetex limitation for chapter --- a/format/fo/ps +++ b/format/fo/ps @@ -8,6 +8,10 @@ then echo >&2 "Post-process XSL-FO to DVI" fi + if [ ! -f /usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ]; then + printf "PassiveTeX is needed for this format, but it is not installed. Please install\nthe passivetex package.\n" + exit 1 + fi # Work around stupid tetex bug with '_' in filenames # Also work around stupid tetex limitation with long lines # (rhbz #101055) and workaround passivetex limitation for chapter debian/patches/652974_local_only_in_function.patch0000644000000000000000000000334711756140204017233 0ustar Author: Ondrej Vasik Description: Fix warning about local builtin used. Origin: https://fedorahosted.org/xmlto/changeset?reponame=&new=71%40xmlto.in&old=67%40xmlto.in Bug-Debian: http://bugs.debian.org/652974 --- a/xmlto.in +++ b/xmlto.in @@ -95,6 +95,24 @@ fi } +compute_searchpath () { + local oldIFS="${IFS}" + IFS=":" + for asearchpath in "$1"; do + # wrangle relative paths into absolute ones so that the user + # isn't surprised if he does ``--searchpath .'' + case "${asearchpath}" in + /*) ;; + *) asearchpath="${PWD}/${asearchpath}" ;; + esac + SEARCHPATH="${SEARCHPATH}${XML_SEARCHPATH_SEPARATOR}${asearchpath}" + # we only need a colon if more than one path is in the searchpath + # and only after the first iteration. + XML_SEARCHPATH_SEPARATOR=":" + done + IFS="${oldIFS}" +} + # Allow FORMAT_DIR to be over-ridden, so that we can be # run from the build directory. prefix=@prefix@ @@ -322,22 +340,7 @@ shift ;; --searchpath) - local oldIFS="${IFS}" - IFS=":" - for asearchpath in "$2"; do - # wrangle relative paths into absolute ones so that the user - # isn't surprised if he does ``--searchpath .'' - case "${asearchpath}" in - /*) ;; - *) asearchpath="${PWD}/${asearchpath}" ;; - esac - SEARCHPATH="${SEARCHPATH}${XML_SEARCHPATH_SEPARATOR}${asearchpath}" - # we only need a colon if more than one path is in the searchpath - # and only after the first iteration. - XML_SEARCHPATH_SEPARATOR=":" - done - IFS="${oldIFS}" - + compute_searchpath "$2" # This is the cleanest method I can think of, but requires calls to # xmllint and xsltproc to be run through eval --ohnobinki [ -n "${SEARCHPATH}" ] && SEARCHPATH_FORMATTED="--path \"${SEARCHPATH}\"" debian/changelog0000644000000000000000000004517611756140220011053 0ustar xmlto (0.0.25-2) unstable; urgency=low * debian/control (Recommends): Added zip for epub format (closes: #653187). (Standards-Version): Bumped to 3.9.3. * debian/patches/652974_local_only_in_function.patch: Added. - Fix warning about local builtin used (closes: #652974). * debian/patches/getopt_noextensions_fix.patch: Added. - Fix the noextensions recognition by getopt. * debian/patches/series: Adjusted. -- Daniel Leidert (dale) Sun, 20 May 2012 11:59:41 +0200 xmlto (0.0.25-1) unstable; urgency=low * New upstream release. - Work inside source path to fix a problem finding the images the .fo file refers to (closes: #568894). * debian/patches/fop1_extensions_fix.patch: Dropped. xmlto now determines fop version during runtime and sets the extension parameter accordingly. * debian/patches/series: Adjusted. -- Daniel Leidert (dale) Sat, 03 Dec 2011 00:58:10 +0100 xmlto (0.0.24-1) unstable; urgency=low * New upstream release. * debian/compat: Increased dh compatibility level. * debian/control: Added Multi-Arch: foreign. (Standards-Version): Bumped to 3.9.2. (Build-Depends): Dropped dpatch. Increased required debhelper version. (Vcs-Browser): Point to correct location. (Depends): Fixed debhelper-but-no-misc-depends. (Description): Added XHTML and epub. * debian/copyright: Minor update. * debian/rules: Rewritten for debhelper 7 and new source format. * debian/README.source: Dropped (obsolete). * debian/patches/format_fo_passivetex_check.dpatch: Renamed to debian/patches/format_fo_passivetex_check.patch. * debian/patches/fop1_extensions_fix.patch: Added. - Fix extensions logic for fop (> 0.90). * debian/patches/00list: Renamed to debian/patches/series and adjusted. * debian/source/format: Added for source format 3.0 (quilt). -- Daniel Leidert (dale) Sun, 27 Nov 2011 15:34:40 +0100 xmlto (0.0.23-2) unstable; urgency=low * debian/rules (config.status): Set BASH=/bin/bash (closes: #548141). -- Daniel Leidert (dale) Thu, 24 Sep 2009 10:55:54 +0200 xmlto (0.0.23-1) unstable; urgency=low * New upstream release 0.0.23. * debian/control (Standards-Version): Bumped to 3.8.3. * debian/rules (binary-arch): Install NEWS instead of ChangeLog. -- Daniel Leidert (dale) Mon, 21 Sep 2009 22:52:54 +0200 xmlto (0.0.22-1) unstable; urgency=low * New upstream release 0.0.22. - Patch by Jonathan Nieder applied by upstream to handle mktemp failures more gracefully (closes: #518950). * debian/control (Build-Depends): Removed libpaper-utils. (Standards-Version): Bumped to 3.8.1 (no other changes). (Suggests): Moved fop back to Recommends as alternative for dblatex now that it is back in main. Also replaced lynx with lynx-cur. * debian/rules: Removed get-orig-source target because upstream provides gzipped tarballs. (config.status): Set the utilities location. * debian/watch: Fixed. * debian/patches/xmlto_libpaper_173090.dpatch: Dropped (applied upstream). * debian/patches/483503_postvalid_needs_noent.dpatch: Ditto. * debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Ditto. * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Fri, 27 Mar 2009 02:14:49 +0100 xmlto (0.0.21-5) unstable; urgency=low * debian/control (Vcs-Browser, Vcs-Svn): Adjusted and fixed URLs. (Recommends): Added dblatex. (Suggests): Removed obsolete passivetex. (Description): Applied update to mention all supported toolchains and their limitations. * debian/patches/xmlto_libpaper_173090.dpatch: Adjusted. - xmlto.in: Another regression fix: Remove papersizemod-XSL in paperconf-scenario (closes: #518907). Thanks to Jonathan Nieder for the report. -- Daniel Leidert (dale) Mon, 09 Mar 2009 14:10:33 +0100 xmlto (0.0.21-4) unstable; urgency=low * Upload to unstable. -- Daniel Leidert (dale) Sun, 15 Feb 2009 23:37:07 +0100 xmlto (0.0.21-3) experimental; urgency=low * debian/patches/483503_postvalid_needs_noent.dpatch: Added. - xmlto.in: xmllints --postvalid switch needs the --noent switch to substitute entity values and avoid 'references an unknown ID' errors (closes: #483503). Thanks to Daniel Burrows for the report. -- Daniel Leidert (dale) Sun, 25 Jan 2009 20:47:34 +0100 xmlto (0.0.21-2) experimental; urgency=low * debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Adjusted. - xmlto.in: The value of a given (string)param=value pair was not parsed correctly due to a missing curly brace (closes: #513011). Thanks to Max Kellermann. -- Daniel Leidert (dale) Sun, 25 Jan 2009 19:27:59 +0100 xmlto (0.0.21-1) experimental; urgency=low * New upstream release 0.0.21. * debian/control (Homepage): Fixed. (Standards-Version): Bumped to 3.8.0. * debian/copyright: Updated to reflect author change. * debian/rules: Small cleanup. * debian/watch: Fixed download location. * debian/README.source: Added accordingly to standard 3.8.0. * debian/patches/xmlto_libpaper_173090.dpatch: Adjusted. - The Debian patch has been applied upstream, but included the bug #491390. So this patch simply fixes #491390. -- Daniel Leidert (dale) Mon, 01 Dec 2008 00:21:37 +0100 xmlto (0.0.20-5) unstable; urgency=low * debian/patches/483503_postvalid_needs_noent.dpatch: Added. - xmlto.in: xmllints --postvalid switch needs the --noent switch to substitute entity values and avoid 'references an unknown ID' errors (closes: #483503). Thanks to Daniel Burrows for the report. -- Daniel Leidert (dale) Sun, 25 Jan 2009 20:35:14 +0100 xmlto (0.0.20-4) unstable; urgency=low * debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Adjusted. - xmlto.in: The value of a given (string)param=value pair was not parsed correctly due to a missing curly brace (closes: #513011). Thanks to Max Kellermann. -- Daniel Leidert (dale) Sun, 25 Jan 2009 18:41:30 +0100 xmlto (0.0.20-3) unstable; urgency=low * debian/control (Suggests): Added xmltex now providing passivetex (closes: #416622, #440518). Thanks to Robert Wohlrab. (Description): Added information about fop/docbook-xsl as alternative to passivetex. * debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Added. - xmlto.in: Fixed error message using --stringparam switch (closes: #499200). Thanks to Zed Pobre. * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Thu, 09 Oct 2008 11:03:38 +0200 xmlto (0.0.20-2) unstable; urgency=low * debian/rules (get-orig-source): Use uscan and its --repack feature. * debian/patches/xmlto_libpaper_173090.dpatch: Adjusted. - Delete papersizemod XSL file if created and not just for some formats (closes: #491390). -- Daniel Leidert (dale) Sat, 19 Jul 2008 12:28:11 +0200 xmlto (0.0.20-1) unstable; urgency=low * New upstream release 0.0.20. - Added experimental support for the docbook-xsl/fop toolchain. * debian/control (XS-DM-Upload-Allowed): Removed XS-prefix as of dpkg version 1.14.16. (Uploaders): Removing Graham Wilson who does not longer actively maintain the package. Thanks for your work! (Depends): Moved libpaper-utils to Recommends. (Suggests): Added fop as alternative for PDF/PS creation. Added the other supported browsers for text conversion. * debian/rules (get-orig-source): Use trust-model 'always' for GnuPG. * debian/patches/01_format_cp_bug_293453.dpatch: Dropped. Applied upstream. * debian/patches/04_xmlto_filename_spaces_fix_353829.dpatch: Ditto. * debian/patches/05_xmlto_read_stylesheet_from_stdin_299461.dpatch: Ditto. * debian/patches/06_xmlto_avoid_broken_manpages_327551.dpatch: Ditto. * debian/patches/02_format_fo_passivetex_check.dpatch: Renamed to debian/patches/format_fo_passivetex_check.dpatch. * debian/patches/03_xmlto_libpaper_173090.dpatch: Renamed to debian/patches/xmlto_libpaper_173090.dpatch. * debian/patches/format_fo_passivetex_check.dpatch: Adjusted. - Just adjusted to the new code. * debian/patches/xmlto_libpaper_173090.dpatch: Adjusted. - Made libpaper tools optional and the first choice *over* the upstream solution, not a complete replacement. Further fixed the test to apply the stylesheet also to FO creaation (closes: #270433). * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Tue, 05 Feb 2008 02:33:44 +0100 xmlto (0.0.19-1) UNRELEASED; urgency=low * New upstream release 0.0.19. - Upstream fixed option order for find call (closes: #366707). - Manpage is rebuilt with newer docbook-xsl stylesheets and its formatting should be fixed now (closes: #415353). * debian/compat: Raised to v5. * debian/control: Homepage field transition. Added Vcs and XS-DM-Upload-Allowed field. (Standards-Version): Updated to latest 3.7.3. (Uploaders): Added myself. (Build-Depends): Raised debhelper to comply with compat level. Added dpatch. (Depends): Raised xsltproc dependency (closes: #311354). * debian/copyright: Updated. * debian/rules: Added a get-orig-source target to document the creation of the .tar.gz from the .tar.bz2. Added dpatch infrastructure. (CFLAGS): Added -Wall. (clean): Do not ignore make result here. (.PHONY): Removed test target. * debian/xmlto.links: Added. - Make text an alias for txt (closes: #263243). * debian/watch: Slightly updated. * debian/patches/01_format_cp_bug_293453.dpatch: Added. - Copy the whole chunked HTML output and created manpages, even if in sub-directories. Acknowledge NMU by Yann Dirson (closes: #293453). * debian/patches/02_format_fo_passivetex_check.dpatch: Added. - Just moved Graham Wilson's passivetex checks into this dpatch patch. * debian/patches/03_xmlto_libpaper_173090.dpatch: Added. - Just moved Graham Wilson's libpaper patch into this dpatch patch. * debian/patches/04_xmlto_filename_spaces_fix_353829.dpatch: Added. - Fixed a failure taking a file as argument, with spaces in its name (closes: #353829). * debian/patches/05_xmlto_read_stylesheet_from_stdin_299461.dpatch: Added. - Allow xmlto to get a stylesheet from STDIN (closes: #299461, #413632). * debian/patches/06_xmlto_avoid_broken_manpages_327551.dpatch: Added. - Use always the whole roff character map for manpage output to avoid broken output if environment and source locale differ (closes: #327551). * debian/patches/00list: Added. -- Daniel Leidert (dale) Sun, 13 Jan 2008 21:14:59 +0100 xmlto (0.0.18-5.1) unstable; urgency=low * NMU - last version cannot work with too many stylesheets. * Use "cp -r" to copy html results from temporary dir (Closes: #293453). -- Yann Dirson Sun, 17 Sep 2006 23:24:23 +0200 xmlto (0.0.18-5) unstable; urgency=low * Set maintainer to Debian XML/SGML Group, and add myself as uploader. * Fix check for XSL-FO. (closes: #252545) -- Graham Wilson Mon, 07 Jun 2004 18:20:43 +0000 xmlto (0.0.18-4) unstable; urgency=low * Woohoo Debian XML catalog registration! - bump docbook-xml dependency for the support (closes: #183744) -- Graham Wilson Tue, 03 Feb 2004 01:03:32 +0000 xmlto (0.0.18-3) unstable; urgency=low * Use HTTP URIs in the documentation files. * Remove SGML_CATALOG_FILES hack from xmlto.in. * Don't install the stupid FAQ. -- Graham Wilson Mon, 02 Feb 2004 22:47:42 +0000 xmlto (0.0.18-2) unstable; urgency=low * Add a watch file for uscan. * Fix typo in autogen.sh, and put it the top-level directory. * Fix some typos in the XSL-FO to other processing scripts. * Use HTTP URIs instead of local ones when transforming. - bump docbook-xsl dependency to match -- Graham Wilson Sun, 01 Feb 2004 18:17:19 +0000 xmlto (0.0.18-1) unstable; urgency=low * New upstream release. * Build depend on at least debhelper 4. -- Graham Wilson Thu, 22 Jan 2004 02:43:24 +0000 xmlto (0.0.17-3) unstable; urgency=low * Check more header lines to see if the file is XSL-FO. -- Graham Wilson Sat, 13 Dec 2003 20:44:56 +0000 xmlto (0.0.17-2) unstable; urgency=low * Fix a problem with the build script I use. -- Graham Wilson Fri, 12 Dec 2003 23:46:22 +0000 xmlto (0.0.17-1) unstable; urgency=low * New upstream release. * Add a script to recreate auto* files. * Correctly check DEB_BUILD_OPTIONS. * Call head correctly. (closes: #221839) * Suggest w3m, since it produces better table output. * Remove a few empty directorys on clean. -- Graham Wilson Fri, 05 Dec 2003 20:27:20 +0000 xmlto (0.0.14-3) unstable; urgency=low * Remove testing framework, as it only made the diff larger, and I don't think anybody used it. * Change maintainer address. * Increase standards version. No changes. -- Graham Wilson Thu, 11 Sep 2003 01:32:17 +0000 xmlto (0.0.14-2) unstable; urgency=low * The "woohoo debian xml catalog support oh wait" release. * Really depend on libxml2-utils. (closes: #196376, #196967) * Standards-Version: 3.6.0 (no changes) * Minor improvements to the debian/test script. * Export SGML_CATALOG_FILES: (closes: #204276) - for xmllint and xsltproc - also depend on sgml-base -- Graham Wilson Wed, 06 Aug 2003 20:46:48 +0000 xmlto (0.0.14-1) unstable; urgency=low * New upstream release. * Enable maintainer mode in configure.in. * Print a better message when PassiveTeX is not installed. (closes: #190840) * (Build-)Depend on xsltproc (>= 1.0.29). (closes: #189421) * Depend on libxml2-utils. (closes: #196376, #196967) * Really check the return code of xmllint. -- Graham Wilson Sat, 14 Jun 2003 05:41:35 +0000 xmlto (0.0.12-7) unstable; urgency=low * Adding 0.0.13pre4 patch. * Various improvements to the testing framework, see README.test. * Build-depend and depend on docbook-xsl (1.56.0): - At this point db2man.xsl is included and the XHTML stylesheet really produces XHTML. (closes: #183892) - Don't depend on docbook-xml (>= 1.54.0). Oops. * Update Standards-Version. No changes. -- Graham Wilson Thu, 20 Mar 2003 02:37:10 +0000 xmlto (0.0.12-6) unstable; urgency=low * Add myself to the copyright file. (closes: #180996) * Suggest passivetex (>= 1.23). (closes: #179146) - The newest version fixes some problems with XSL-FO files. - Remove the note from README.Debian about this. * Remove the patch code from the rules file. - The patches will be included in the Debian diff. -- Graham Wilson Sat, 15 Feb 2003 17:27:43 +0000 xmlto (0.0.12-5) unstable; urgency=low * Added 00_0.0.13pre2.patch. * Actually change Standards-Version to 3.5.8. * debian/rules: - Added a testing framework. Hopefully fewer bugs will get in now. - Patches are numbered now, to avoid dependency problems. - Call run-parts on the patches directory. * Call xmllint with the --catalogs option. (closes: #173603) * Only use paper information when converting from XSL-FO. (closes: #180070) * Update 02_url patch to patch txt format script. -- Graham Wilson Fri, 31 Jan 2003 03:13:25 +0000 xmlto (0.0.12-4) unstable; urgency=low * Make URIs to point *XML* DTDs (man.patch). (closes: #177090) * Supply default paper size if one doesn't exist (libpaper.patch). -- Graham Wilson Thu, 09 Jan 2003 05:42:38 +0000 xmlto (0.0.12-3) unstable; urgency=low * Update Standards-Version to 3.5.8. - Support new DEB_BUILD_OPTIONS. * Build-Depend on libxml2 and libpaper-utils, since xmlto uses them it is called during build. (closes: #175166) * Reupload so xmlto is a non-native package. (closes: #175425) -- Graham Wilson Mon, 06 Jan 2003 01:18:53 +0000 xmlto (0.0.12-2) unstable; urgency=low * Use local DTDs in man pages. (closes: #174804) * Fix URI in url.patch. -- Graham Wilson Tue, 31 Dec 2002 07:45:41 +0000 xmlto (0.0.12-1) unstable; urgency=low * New upstream release: - xmllint patch integrated upstream. * Attempt to use libpaper-utils to determine papersize. (closes: #173090) * Add 0.0.13pre1 patch: - Don't try to validate XSL-FO input files. (closes: #170633) - Tell xsltproc not to validate input, since xmllint does that. * Clean up the description a little. - Add upstream URL. * Make sure to depend on libc6: - Add ${shlibs:Depends} to Depends [control]. - Run dh_shlibdeps during binary-arch target [rules]. * Explicitly depend on libxml2, since we call xmllint. * s/Author(s)/Author/ in copyright. * Update rules to look for patches in debian/patches. * Create README.Debian: - Add note about PostScript and DVI output. -- Graham Wilson Tue, 31 Dec 2002 01:52:29 +0000 xmlto (0.0.11-1) unstable; urgency=low * New upstream release: - Filenames can contain `_'. (closes: #163669) * Calls xmllint correctly. (closes: #165226) * Updated url.patch for newest upstream version. * New maintainer. (closes: #171351) * Depend on a docbook-xsl (>= 1.54.1) (closes: #161921) * Make sure to strip executables. -- Graham Wilson Thu, 05 Dec 2002 23:18:29 +0000 xmlto (0.0.10-3) unstable; urgency=low * Suggest passivetex which is now available in debian (closes: #150067). -- christophe barbe Mon, 2 Sep 2002 10:13:07 -0400 xmlto (0.0.10-2) unstable; urgency=low * Added dependency on debianutils >= 1.16 for 'mktemp -d' (closes: #151221). -- christophe barbe Fri, 28 Jun 2002 08:46:54 -0400 xmlto (0.0.10-1) unstable; urgency=low * New Upstream Release. -- christophe barbe Tue, 18 Jun 2002 22:02:38 -0400 xmlto (0.0.8-3) unstable; urgency=low * Description improvement (closes: #150378). -- christophe barbe Tue, 18 Jun 2002 18:05:57 -0400 xmlto (0.0.8-2) unstable; urgency=low * Fix obvious bug in packaging (missing Build-Depends) (closes: #150030). -- christophe barbe Fri, 14 Jun 2002 20:23:51 -0400 xmlto (0.0.8-1) unstable; urgency=low * Initial Release. * close ITP (closes: #149610). -- christophe barbe Wed, 5 Jun 2002 15:59:21 -0400 # vim:ts=2:sw=2:et:tw=79: