--- docbook-website-2.5.0.0.orig/catalog.xml +++ docbook-website-2.5.0.0/catalog.xml @@ -1,20 +1,20 @@ + - - - + + - + + @@ -24,44 +24,44 @@ prefer="public"> @@ -124,6 +124,10 @@ + + - + + + + --- docbook-website-2.5.0.0.orig/xsl/chunk-website.xsl +++ docbook-website-2.5.0.0/xsl/chunk-website.xsl @@ -6,7 +6,9 @@ version="1.0"> - + + + --- docbook-website-2.5.0.0.orig/xsl/chunk-tabular.xsl +++ docbook-website-2.5.0.0/xsl/chunk-tabular.xsl @@ -6,7 +6,9 @@ version="1.0"> - + + + --- docbook-website-2.5.0.0.orig/xsl/autolayout.xsl +++ docbook-website-2.5.0.0/xsl/autolayout.xsl @@ -3,8 +3,8 @@ version="1.0"> --- docbook-website-2.5.0.0.orig/debian/catalog-2.2 +++ docbook-website-2.5.0.0/debian/catalog-2.2 @@ -0,0 +1,24 @@ +-- catalog entry for docbook website V2.2 -- +OVERRIDE YES + +PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD XML Website//EN" "website.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.2/website.dtd" "website.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Auto Layout V2.2//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.2/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Autolayout V2.2//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.2/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Layout V2.2//EN" "layout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.2/layout.dtd" "layout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Full V2.2//EN" + "http://docbook.sourceforge.net/release/website/2.2/website-full.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.2/website-full.dtd" "website-full.dtd" + + --- docbook-website-2.5.0.0.orig/debian/docbook-website.links +++ docbook-website-2.5.0.0/debian/docbook-website.links @@ -0,0 +1,14 @@ +usr/share/xml/docbook/custom/website usr/share/sgml/docbook/custom/website +usr/share/xml/docbook/custom/website/2.5.0 usr/share/xml/docbook/custom/website/1.10 +usr/share/xml/docbook/custom/website/2.5.0 usr/share/xml/docbook/custom/website/2 +usr/share/xml/docbook/custom/website/2.5.0 usr/share/xml/docbook/custom/website/2.0b1 +usr/share/xml/docbook/custom/website/2.5.0 usr/share/xml/docbook/custom/website/2.2 +usr/share/xml/docbook/custom/website/2.5.0 usr/share/xml/docbook/custom/website/2.4.0 +usr/share/java/docbook-website-saxon64-2.5.0.jar usr/share/xml/docbook/custom/website/2.5.0/extensions/saxon64.jar +usr/share/java/docbook-website-xalan2-2.5.0.jar usr/share/xml/docbook/custom/website/2.5.0/extensions/xalan2.jar +usr/share/java/docbook-website-saxon64-2.5.0.jar usr/share/java/docbook-website-saxon64.jar +usr/share/java/docbook-website-xalan2-2.5.0.jar usr/share/java/docbook-website-xalan2.jar + + + + --- docbook-website-2.5.0.0.orig/debian/changelog +++ docbook-website-2.5.0.0/debian/changelog @@ -0,0 +1,192 @@ +docbook-website (2.5.0.0-8) unstable; urgency=low + + * QA upload. + * Update transitional code in postinst to play well with new sgml-base. + Thanks to Helmut Grohne for the patch! (closes: #675481) + * Maintainer field set to QA group. + * Standards-Version set to 3.9.3. + * Set debhelper compatibility level to 9. + * Provide build-{arch,indep} targets. + * List debhelper in Build-Depends rather than Build-Depends-Indep as it is + required to run the clean target. + * Use dh_prep as opposed to dh_clean -k, which is deprecated. + * Use Homepage field rather than a pseudo-header. (closes: #615258) + * Fix typo in title field of doc-base control file (Docbook -> DocBook). + * Fix doc-base section (Apps/Text -> Text). + + -- Emanuele Rocca Fri, 15 Jun 2012 13:20:28 +0000 + +docbook-website (2.5.0.0-7.2) unstable; urgency=low + + * NMU. + * Fixed "The catalog doesn't contain rewrite rules for URIs". + Patch by Sergio Gelato . Closes: #233004. + + -- Anibal Monsalve Salazar Wed, 06 Sep 2006 22:34:51 +1000 + +docbook-website (2.5.0.0-7.1) unstable; urgency=low + + * Added Build-Depends-Indep: xml-core. (closes: #233146) + + -- Arnaud Vandyck Fri, 19 Mar 2004 16:28:08 +0100 + +docbook-website (2.5.0.0-7) unstable; urgency=low + + * Changed rules to use dh_installxmlcatalogs. + + -- Mark Johnson Mon, 9 Feb 2004 18:22:29 -0500 + +docbook-website (2.5.0.0-6) unstable; urgency=low + + * Changed /usr/share/sgml file:// URIs to /usr/share/xml. + * (closes: #230812) (closes: #231301) + * Really fixed compatibility symlinks in /usr/share/sgml. + + -- Mark Johnson Mon, 9 Feb 2004 17:51:05 -0500 + +docbook-website (2.5.0.0-5) unstable; urgency=low + + * Fixed compatibility symlink. + + -- Mark Johnson Fri, 30 Jan 2004 20:27:09 -0500 + +docbook-website (2.5.0.0-4) unstable; urgency=low + + * Fixed xml catalog registration snippets in maintainer scripts. + * (closes: #229853) + + -- Mark Johnson Tue, 27 Jan 2004 12:55:46 -0500 + +docbook-website (2.5.0.0-3) unstable; urgency=low + + * Added dependency on xml-core & sgml-base. (closes: #229352) + * Fixed README.Debian so it refers to new installation location + * under /usr/share/xml. (closes: #229226) + * Added compatibility symlinks under /usr/share/sgml. (closes: #229227) + + -- Mark Johnson Sat, 24 Jan 2004 19:38:57 -0500 + +docbook-website (2.5.0.0-2) unstable; urgency=low + + * Added xml catalog support. (closes: #223318) + * Migrated installation to /usr/share/xml. + * Now install extensions in /usr/share/java. (closes: #177138) + * Checked autolayout.dtd (closes: #219287) + + -- Mark Johnson Thu, 22 Jan 2004 18:31:20 -0500 + +docbook-website (2.5.0.0-1) unstable; urgency=low + + * Restructured build, symlinks. (closes: #220337) + + -- Mark Johnson Thu, 13 Nov 2003 15:39:23 -0500 + +docbook-website (2.5.0-2) unstable; urgency=low + + * Fixed DTD version in autolayout.xsl, (closes: #219287) + * Removed .xvpics dir in graphics directory + + -- Mark Johnson Wed, 5 Nov 2003 14:17:47 -0500 + +docbook-website (2.5.0-1) unstable; urgency=low + + * New upstream release, no entry yet in xml catalog tree + + -- Mark Johnson Mon, 3 Nov 2003 16:51:06 -0500 + +docbook-website (2.4.0-6) unstable; urgency=low + + * Fixed symlink generation snafu (arghhh!) + + -- Mark Johnson Tue, 28 Jan 2003 11:50:17 -0600 + +docbook-website (2.4.0-5) unstable; urgency=low + + * Added more useful info to README.Debian + * Placed VERSION file in correct location (closes: #178678) + * Created symlinks & cat entries for compatibility with previous + versions (closes: #118050) + * Updated copyright + + -- Mark Johnson Tue, 28 Jan 2003 10:59:07 -0600 + +docbook-website (2.4.0-4) unstable; urgency=low + + * Fixed another typo in SGML catalog. Arghh. + + -- Mark Johnson Mon, 27 Jan 2003 11:04:05 -0600 + +docbook-website (2.4.0-3) unstable; urgency=low + + * Fixed typo in doc-base entry + + -- Mark Johnson Mon, 27 Jan 2003 10:52:05 -0600 + +docbook-website (2.4.0-2) unstable; urgency=low + + * Fixed typo in postinst th register sgml catalog + + -- Mark Johnson Mon, 27 Jan 2003 04:30:17 -0600 + +docbook-website (2.4.0-1) unstable; urgency=low + + * New upstream release (closes: #172999) (closes: #176455) + * Added support for relax-ng schema, tweaked catalogs + * Replaced sourceforge uri's with system filenames (closes: #154678) + (closes: #161623) (closes: #176291) + * Comes with pre-built examples (closes: #171152) + * Still need to fix java policy issues associated with extensions-bug#177138 + + -- Mark Johnson Mon, 27 Jan 2003 04:09:57 -0600 + +docbook-website (2.2-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Register 2.2 rather than 2.0b1 catalogs (closes: #161748). + * In prerm explicitly reverse all registrations carried out in postinst. + * If upgrading from a version prior to this one then attempt to remove + references to 2.0b1 catalogs that might be lurking around. + + -- Mark Brown Sat, 21 Sep 2002 12:25:16 +0100 + +docbook-website (2.2-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release (closes: bug#122960). + * The import statment on the file website-common.xsl was patched to + refer to a file on the local filesystem. + + -- Susan Kleinmann Tue, 3 Sep 2002 14:21:40 -0400 + +docbook-website (2.0b1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/catalog: Apply patch from Peter Muir to add + quotes to system ids in the catalog in order to avoid nsgmls + warnings (closes: #115335). + * Define OVERRIDE YES in catalog file (closes: #118049). + + -- Mark Brown Mon, 17 Jun 2002 13:35:51 +0100 + +docbook-website (2.0b1-1) unstable; urgency=low + + * New upstream release. (closes: #108065) + * Changed package name to conform with upstream version. + + -- Mark Johnson Fri, 21 Sep 2001 04:37:02 -0400 + +docbook-xml-website (1.10-1) unstable; urgency=low + + * New upstream release. Merged stylesheets into package. New file layout. + + -- Mark Johnson Fri, 15 Jun 2001 15:47:24 -0400 + +docbook-xml-website (1.9-1) unstable; urgency=low + + * Initial Release. Closes: bug#85386 + + -- Mark Johnson Thu, 1 Mar 2001 22:39:36 -0500 + +Local variables: +mode: debian-changelog +End: --- docbook-website-2.5.0.0.orig/debian/docbook-website.dirs +++ docbook-website-2.5.0.0/debian/docbook-website.dirs @@ -0,0 +1,4 @@ +usr/share/xml/docbook/custom/website/2.5.0 +usr/share/xml/docbook/custom/website/2.5.0/css +usr/share/xml/docbook/custom/website/2.5.0/extensions +usr/share/sgml/docbook/custom --- docbook-website-2.5.0.0.orig/debian/docbook-website.doc-base +++ docbook-website-2.5.0.0/debian/docbook-website.doc-base @@ -0,0 +1,9 @@ +Document: docbook-website +Title: DocBook XML Website DTD and XSL Stylesheets +Author: Norman Walsh +Abstract: This example site explains how to build a website using the docbook-website package. +Section: Text + +Format: HTML +Index: /usr/share/doc/docbook-website/examples/index.html +Files: /usr/share/doc/docbook-website/examples/*.html --- docbook-website-2.5.0.0.orig/debian/docbook-website.docs +++ docbook-website-2.5.0.0/debian/docbook-website.docs @@ -0,0 +1,4 @@ +tests +README +WhatsNew + --- docbook-website-2.5.0.0.orig/debian/docbook-website.examples +++ docbook-website-2.5.0.0/debian/docbook-website.examples @@ -0,0 +1 @@ +example/* --- docbook-website-2.5.0.0.orig/debian/docbook-website.prerm +++ docbook-website-2.5.0.0/debian/docbook-website.prerm @@ -0,0 +1,10 @@ +#! /bin/sh +# prerm script for docbook-website +# Maintainer: Mark Johnson +set -e + + +#DEBHELPER# + + +exit 0 --- docbook-website-2.5.0.0.orig/debian/catalog-2.5.0 +++ docbook-website-2.5.0.0/debian/catalog-2.5.0 @@ -0,0 +1,31 @@ +-- sgml catalog entry for docbook website V2.5.0 -- +OVERRIDE YES + +PUBLIC "-//Norman Walsh//DTD Website V2.5.0//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.5//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD XML Website//EN" "website.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/website.dtd" "website.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Auto Layout V2.5.0//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Autolayout V2.5.0//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Layout V2.5.0//EN" "layout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/layout.dtd" "layout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Full V2.5.0//EN" "website-full.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/website-full.dtd" "website-full.dtd" + +-- compatibility entries for older versions -- + +PUBLIC "-//Norman Walsh//DTD Website V1.1O//EN" "website-full.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.0//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.0b1//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.4.0//EN" "website.dtd" + +-- END sgml catalog entry for docbook website V2.4.0 -- --- docbook-website-2.5.0.0.orig/debian/README.Debian +++ docbook-website-2.5.0.0/debian/README.Debian @@ -0,0 +1,41 @@ +docbook-website for Debian +-------------------------- +These DTDs allow you to create websites with built-in navigation. + +A prebuilt version of the example site, which also serves as documentation for +the website package, is now included in the package. You can find it in +/usr/share/doc/docbook-website/examples. + +If your catalog system is working properly, use the following prolog +in your documents: + + + + +otherwise point to the dtd with a system identifier: + + + + +If you'd like to make use of the full DocBook XML dtd in your website +(as opposed to the default, which uses Simplified DocBook), refer to the +'website-full.dtd' in your prolog like this: + + + + + +You might want to browse the original sources at: + + http://docbook.sourceforge.net/release/website/ + + -- Mark Johnson , Sat, 24 Jan 2004 19:29:05 -0500 + + + + + + --- docbook-website-2.5.0.0.orig/debian/control +++ docbook-website-2.5.0.0/debian/control @@ -0,0 +1,20 @@ +Source: docbook-website +Section: text +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: xml-core +Standards-Version: 3.9.3 +Homepage: http://sourceforge.net/projects/docbook/ + +Package: docbook-website +Architecture: all +Replaces: docbook-xml-website +Depends: ${misc:Depends}, docbook-xml (>= 4.2-7), docbook-xsl +Conflicts: docbook-xml-website +Description: XML Website DTD and XSL Stylesheets + A docbook-derived XML DTD for building web sites. + This package includes the xsl stylesheets for this DTD. + This version is a customization of the DocBook XML V4.2 DTD. + . + Author: Norman Walsh --- docbook-website-2.5.0.0.orig/debian/docbook-website.postinst +++ docbook-website-2.5.0.0/debian/docbook-website.postinst @@ -0,0 +1,41 @@ +#! /bin/sh +# postinst script for docbook-website +# Maintainer: Mark Johnson +# + +set -e + +# remove old cruft, just in case +if [ "$1" = configure ]; then + # remove the old catalog + if [ -f /etc/sgml/docbook-xml-website.cat ]; then + install-sgmlcatalog --quiet --remove docbook-xml-website + rm -f /etc/sgml/docbook-xml-website.cat + dpkg-trigger /etc/sgml + fi + + # Skip all this if compatibility symlink exists + if [ ! -h /usr/share/sgml/docbook/custom/website ]; then + + # Check if custom directory exists + if [ -d /usr/share/sgml/docbook/custom ]; then + # Remove website directory, if it exists + if [ -d /usr/share/sgml/docbook/custom/website ]; then + rm -rf /usr/share/sgml/docbook/custom/website + fi + else + # Create custom directory + mkdir /usr/share/sgml/docbook/custom + fi + + # Compatibility symlink doesn't exist, create it + ln -s ../../../xml/docbook/custom/website \ + /usr/share/sgml/docbook/custom/website + fi + # End of symlink section + +fi + +#DEBHELPER# + +exit 0 --- docbook-website-2.5.0.0.orig/debian/docbook-website.install +++ docbook-website-2.5.0.0/debian/docbook-website.install @@ -0,0 +1,7 @@ +schema usr/share/xml/docbook/custom/website/2.5.0 +xsl usr/share/xml/docbook/custom/website/2.5.0 +VERSION usr/share/xml/docbook/custom/website/2.5.0 +example/*.css usr/share/xml/docbook/custom/website/2.5.0/css +example/*.js usr/share/xml/docbook/custom/website/2.5.0/css +debian/docbook-website-saxon64-2.5.0.jar usr/share/java +debian/docbook-website-xalan2-2.5.0.jar usr/share/java --- docbook-website-2.5.0.0.orig/debian/rules +++ docbook-website-2.5.0.0/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f + +# debian/rules for docbook-website +# Maintainer: Mark Johnson + + +#export DH_VERBOSE=1 + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp + +build-stamp: + dh_testdir + touch build-stamp +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + @rm -f debian/docbook-website-xalan2-2.5.0.jar + @rm -f debian/docbook-website-saxon64-2.5.0.jar + +install: build + dh_testdir + dh_testroot + dh_prep + +binary-indep: build install + @cp extensions/xalan2.jar debian/docbook-website-xalan2-2.5.0.jar + @cp extensions/saxon64.jar debian/docbook-website-saxon64-2.5.0.jar + dh_testdir + dh_testroot + dh_installdirs + dh_install + dh_installcatalogs + dh_installxmlcatalogs + dh_installdocs + dh_installexamples + dh_installchangelogs ChangeLog + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build +# nothing to be done + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- docbook-website-2.5.0.0.orig/debian/docbook-website.sgmlcatalogs +++ docbook-website-2.5.0.0/debian/docbook-website.sgmlcatalogs @@ -0,0 +1 @@ +debian/catalog-2.5.0 /usr/share/xml/docbook/custom/website/2.5.0/schema/dtd/catalog --- docbook-website-2.5.0.0.orig/debian/catalog-2.4.0 +++ docbook-website-2.5.0.0/debian/catalog-2.4.0 @@ -0,0 +1,30 @@ +-- sgml catalog entry for docbook website V2.4.0 -- +OVERRIDE YES + +PUBLIC "-//Norman Walsh//DTD Website V2.4.0//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.4//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD XML Website//EN" "website.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/website.dtd" "website.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Auto Layout V2.4.0//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Autolayout V2.4.0//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Layout V2.4.0//EN" "layout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/layout.dtd" "layout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Full V2.4.0//EN" "website-full.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/website-full.dtd" "website-full.dtd" + +-- compatibility entries for older versions -- + +PUBLIC "-//Norman Walsh//DTD Website V1.1O//EN" "website-full.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.0//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.0b1//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.4.0//EN" "website.dtd" +-- END sgml catalog entry for docbook website V2.4.0 -- --- docbook-website-2.5.0.0.orig/debian/catalog-2.0b1 +++ docbook-website-2.5.0.0/debian/catalog-2.0b1 @@ -0,0 +1,15 @@ +-- catalog entry for docbook website V2.0b1 -- +OVERRIDE YES + +PUBLIC "-//Norman Walsh//DTD Website V2.0b1//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2.0//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website V2//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD Website//EN" "website.dtd" +PUBLIC "-//Norman Walsh//DTD XML Website//EN" "website.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.0b1/website.dtd" "website.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Auto Layout V1.0//EN" "autolayout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.0b1/autolayout.dtd" "autolayout.dtd" + +PUBLIC "-//Norman Walsh//DTD Website Layout V1.0//EN" "layout.dtd" +SYSTEM "http://docbook.sourceforge.net/release/website/2.0b1/layout.dtd" "layout.dtd" --- docbook-website-2.5.0.0.orig/debian/docbook-website.postrm +++ docbook-website-2.5.0.0/debian/docbook-website.postrm @@ -0,0 +1,12 @@ +#! /bin/sh +# postrm script for docbook-website +# Maintainer: Mark Johnson + + +set -e + +# automatically generated debhelper commands +#DEBHELPER# + + +exit 0 --- docbook-website-2.5.0.0.orig/debian/docbook-website.xmlcatalogs +++ docbook-website-2.5.0.0/debian/docbook-website.xmlcatalogs @@ -0,0 +1,5 @@ +local;catalog.xml;/usr/share/xml/docbook/custom/website/2.5.0/catalog.xml +package;public;-//Norman Walsh//DTD Website;/usr/share/xml/docbook/custom/website/2.5.0/catalog.xml +package;system;http://docbook.sourceforge.net/release/website;/usr/share/xml/docbook/custom/website/2.5.0/catalog.xml +root;public;-//Norman Walsh//DTD Website +root;system;http://docbook.sourceforge.net/release/website --- docbook-website-2.5.0.0.orig/debian/compat +++ docbook-website-2.5.0.0/debian/compat @@ -0,0 +1 @@ +9 --- docbook-website-2.5.0.0.orig/debian/copyright +++ docbook-website-2.5.0.0/debian/copyright @@ -0,0 +1,76 @@ +This package was debianized by Mark Johnson on +Sat, 24 Jan 2004 19:31:29 -0500 + +It was downloaded from + +Upstream Author: Norman Walsh, + +Copyright: + + +Copyright +--------- + +Copyright (C) 1999, 2000, 2001, 2002, 2003 Norman Walsh + +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 furnished 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. + +Except as contained in this notice, the names of individuals +credited with contribution to this software shall not be used in +advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization +from the individuals in question. + +Any stylesheet derived from this Software that is publically +distributed will be identified with a different name and the +version strings in any derived Software will be changed so that +no possibility of confusion between the derived package and this +Software will exist. + +You may distribute this software under the same terms as DocBook. +This software is a customization of the DocBook XML V4.1.2, which +is governed by the following copyright: + + [DocBook is] Copyright 1992, 1993, 1994, 1995, 1996, 1998, + 1999 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., + ArborText, Inc., Fujitsu Software Corporation, and the + Organization for the Advancement of Structured Information + Standards (OASIS). + + Permission to use, copy, modify and distribute the DocBook + DTD and its accompanying documentation for any purpose and + without fee is hereby granted in perpetuity, provided that + the above copyright notice and this paragraph appear in all + copies. The copyright holders make no representation about + the suitability of the DTD for any purpose. It is provided + "as is" without expressed or implied warranty. + +For more information about the DocBook DTD, see +http://www.oasis-open.org/docbook/ + +Warranty +-------- + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER +CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Contacting the Author +--------------------- + +This DTD is maintained by Norman Walsh, .