--- xmlroff-0.6.2.orig/debian/xmlroff.docs
+++ xmlroff-0.6.2/debian/xmlroff.docs
@@ -0,0 +1,3 @@
+docs/html/users.html
+docs/html/xmlroff.1.html
+docs/html/style.css
--- xmlroff-0.6.2.orig/debian/control
+++ xmlroff-0.6.2/debian/control
@@ -0,0 +1,22 @@
+Source: xmlroff
+Section: text
+Priority: optional
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle@debian.org>,
+ Daniel Leidert (dale) <daniel.leidert@wgdd.de>
+Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 5), autotools-dev, cdbs, docbook-xsl,
+ libcairo2-dev, libcunit1-dev, libgnomeprint2.2-dev, libpango1.0-dev,
+ libgtk2.0-dev, libxslt1-dev, xml-core, xsltproc
+Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlroff/
+Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/xmlroff/trunk/
+Homepage: http://xmlroff.org
+DM-Upload-Allowed: yes
+
+Package: xmlroff
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: XSL formatter mainly for DocBook
+ xmlroff is a fast, free, high-quality, multi-platform XSL formatter
+ that aims to excel at DocBook formatting and that integrates easily
+ with other programs and with scripting languages.
--- xmlroff-0.6.2.orig/debian/compat
+++ xmlroff-0.6.2/debian/compat
@@ -0,0 +1 @@
+5
--- xmlroff-0.6.2.orig/debian/changelog
+++ xmlroff-0.6.2/debian/changelog
@@ -0,0 +1,106 @@
+xmlroff (0.6.2-1) unstable; urgency=low
+
+ * New upstream release 0.6.2.
+
+ * debian/control (Standards-Version): Bumped to 3.8.1 (no other changes).
+ (Vcs-Browser): Fixed.
+ * debian/copyright: Minor update.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sat, 14 Mar 2009 16:15:21 +0100
+
+xmlroff (0.6.1-2) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 16 Feb 2009 00:11:18 +0100
+
+xmlroff (0.6.1-1) experimental; urgency=low
+
+ * New upstream release 0.6.1.
+
+ * debian/control (Standards-Version): Bumped to 3.8.0.
+ * debian/copyright: Updated and fixed.
+ * debian/rules: Removed manual page related stuff (creatd by source).
+ (DEB_CONFIGURE_EXTRA_FLAGS): Disable gtk-doc and enable manual page
+ building.
+ (install): Remove the library documentation (closes: #492221).
+ * debian/xmlroff.docs: Added to install the users guide and the HTML version
+ of the manual page.
+ * debian/README.Debian: Added to inform about the fix for #492221.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 01 Dec 2008 01:35:18 +0100
+
+xmlroff (0.6.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Eliminate segfault in fo-area-table-row.c
+ fo_area_table_row_split_before_height.
+ Closes: #494227
+
+ -- Thomas Viehmann <tv@beamnet.de> Sun, 24 Aug 2008 21:45:53 +0200
+
+xmlroff (0.6.0-1) unstable; urgency=low
+
+ * New upstream release 0.6.0.
+ - Fixes a segmentation fault if no stylesheet is given and input is not
+ XML-FO (closes: #471268).
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Tue, 08 Jul 2008 10:25:49 +0200
+
+xmlroff (0.5.5-2) unstable; urgency=low
+
+ * debian/compat: Added.
+ * debian/control (Build-Depends): Increased to debhelper v5. Added xml-core
+ for catalog registration.
+ * Depends: Added ${misc:Depends} for xml-core.
+ * debian/rules: Call dh_installxmlcatalogs.
+ (DEB_INSTALL_MANPAGES_xmlroff, common-build-arch, clean): Rewrote manpage
+ (creation) related parts, to avoid running the target twice. Remove the
+ manpage in the clean target.
+ (DEB_MAKE_INSTALL_TARGET): Don't append version to catalog path.
+ (install): Also remove the examples from /usr/share/xml/libfo.
+ * debian/xmlroff.xmlcatalogs: Added for catalog registration.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 17 Mar 2008 02:41:35 +0100
+
+xmlroff (0.5.5-1) unstable; urgency=low
+
+ * New upstream release 0.5.5.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Fri, 14 Mar 2008 22:27:46 +0100
+
+xmlroff (0.5.4-1) unstable; urgency=low
+
+ * New upstream release 0.5.4.
+
+ * debian/control: Added Vcs fields. Set DM-Upload-Allowed for DM status.
+ (Uploaders): Added myself.
+ * debian/rules: Install the NEWS file as upstream changelog.
+ * debian/watch: Added.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Thu, 06 Mar 2008 14:40:13 +0100
+
+xmlroff (0.5.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * New policy version. Added Homepage field to debian/control.
+ * Enabled unit tests in debian/rules, added build dependency on
+ libcunit1-dev to debian/control.
+ * Added --as-needed in debian/rules to reduce lib dependencies.
+ * Remove most libfo files in debian/rules, not needed.
+
+ -- W. Martin Borgert <debacle@debacle.org> Sat, 22 Dec 2007 23:24:23 +0000
+
+xmlroff (0.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Build-Depends fixed, thanks to Bastian Blank (Closes: #432406).
+ Verified using pbuilder.
+
+ -- W. Borgert <debacle@debacle.org> Wed, 11 Jul 2007 10:52:27 +0000
+
+xmlroff (0.5.0-1) unstable; urgency=low
+
+ * Initial upload closes: #182445 after 1572 days.
+
+ -- W. Borgert <debacle@debacle.org> Sat, 16 Jun 2007 21:03:12 +0000
--- xmlroff-0.6.2.orig/debian/watch
+++ xmlroff-0.6.2/debian/watch
@@ -0,0 +1,4 @@
+# see uscan(1) for format
+
+version=3
+http://xmlroff.org/download/ xmlroff-([\d.]+)\.tar\.gz
--- xmlroff-0.6.2.orig/debian/README.Debian
+++ xmlroff-0.6.2/debian/README.Debian
@@ -0,0 +1,8 @@
+xmlroff for Debian
+------------------
+
+The package currently only ships the binary and a few HTML manual pages.
+Please send a report, if you need the library, headers or the full
+documentation.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>, 2008
--- xmlroff-0.6.2.orig/debian/copyright
+++ xmlroff-0.6.2/debian/copyright
@@ -0,0 +1,80 @@
+This package was debianized by W. Martin Borgert
+<debacle@debian.org> on Sat, 16 Jun 2007 21:03:12 +0000.
+
+It was downloaded from:
+
+ http://xmlroff.org/
+
+Upstream Author:
+
+ Tony Graham <tkg@menteith.com>
+
+Copyright:
+
+ Copyright (C) 2001-2006 Sun Microsystems. All Rights Reserved.
+ Copyright (C) 2007-2009 Menteith Consulting Ltd.
+
+License: (BSD-3)
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ - Redistribution in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the
+ distribution.
+
+ - Neither the name of Sun Microsystems or the names of contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ This software is provided "AS IS," without a warranty of any kind. ALL
+ EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
+ INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
+ PARTICULAR PURPOSE OR NON INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
+ MICROSYSTEMS AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES
+ SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
+ THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN MICROSYSTEMS OR
+ ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR
+ DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
+ DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
+ ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN
+ MICROSYSTEMS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ You acknowledge that this Software is not designed, licensed or
+ intended for use in the design, construction, operation or maintenance
+ of any nuclear facility.
+
+
+Copyright: libfo/expr/*
+
+ Copyright (C) 1998-2002 Daniel Veillard.
+ Copyright (C) 2001-2002 Sun Microsystems.
+
+License: libfo/expr/* (MIT)
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is fur-
+ nished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
+ NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
+ NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ Except as contained in this notice, the name of the authors shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from them.
+
--- xmlroff-0.6.2.orig/debian/rules
+++ xmlroff-0.6.2/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+DB2MAN = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-cunit --disable-gtk-doc --enable-man
+DEB_INSTALL_CHANGELOGS_ALL := NEWS
+DEB_MAKE_INSTALL_TARGET += xmldir="\$$(datadir)/xml/libfo"
+
+binary-install/xmlroff::
+ dh_installxmlcatalogs
+
+# remove libfo and doc stuff - ATM no other package needs it
+install/xmlroff::
+ rm -rf debian/xmlroff/usr/include/ \
+ debian/xmlroff/usr/lib/ \
+ debian/xmlroff/usr/share/gtk-doc/ \
+ debian/xmlroff/usr/share/xml/libfo/xmlroff.*
--- xmlroff-0.6.2.orig/debian/xmlroff.xmlcatalogs
+++ xmlroff-0.6.2/debian/xmlroff.xmlcatalogs
@@ -0,0 +1 @@
+root-and-package;uri;http://xmlroff.org/release/libfo/;/usr/share/xml/libfo/catalog.xml