--- w3-dtd-mathml-2.0.0.0.orig/debian/README.Debian +++ w3-dtd-mathml-2.0.0.0/debian/README.Debian @@ -0,0 +1,34 @@ +w3-dtd-mathml for Debian +------------------------ + +This is the Debian package for the Mathematical Markup Language +(MathML) 2.0, an XML application for describing mathematical notation +and capturing both its structure and content. + +- MathML V2.0 DTD + + You can use this DTD indirectly via docbook-mathml, or directly by + using the following prolog in your document: + + + + + +- XHTML plus Math 1.1 DTD + + This is a prototype extension of XHTML 1.1 incorporating MathML 2.0. + + Use the following prolog in your document: + + + + + + -- Mark Johnson , Wed, 28 Jan 2004 20:43:21 -0500 + + + + + --- w3-dtd-mathml-2.0.0.0.orig/debian/catalog +++ w3-dtd-mathml-2.0.0.0/debian/catalog @@ -0,0 +1,10 @@ +-- SGML catalog for w3-dtd-mathml -- +OVERRIDE YES + +PUBLIC "-//W3C//DTD MathML 2.0//EN" "mathml2.dtd" +PUBLIC "-//W3C//DTD MathML//EN" "mathml2.dtd" +SYSTEM "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd" "mathml2.dtd" +PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "xhtml-math11-f.dtd" +SYSTEM "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" "xhtml-math11-f.dtd" + + --- w3-dtd-mathml-2.0.0.0.orig/debian/catalog.xml +++ w3-dtd-mathml-2.0.0.0/debian/catalog.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + --- w3-dtd-mathml-2.0.0.0.orig/debian/changelog +++ w3-dtd-mathml-2.0.0.0/debian/changelog @@ -0,0 +1,24 @@ +w3-dtd-mathml (2.0.0.0-1) unstable; urgency=low + + * Added xml catalog support. + * Migrated installation to /usr/share/xml. + * Cleaned up build - use more debhelper tools. + + -- Mark Johnson Wed, 28 Jan 2004 20:45:18 -0500 + +w3-dtd-mathml (2.0.0-1) unstable; urgency=low + + * Applied patch to *.ent supplied in bug report. + * (closes: #117477) + + -- Mark Johnson Tue, 18 Nov 2003 16:21:59 -0500 + +w3-dtd-mathml (2.0-1) unstable; urgency=low + + * Initial Release. Closes: bug#101658 + + -- Mark Johnson Wed, 20 Jun 2001 23:25:38 -0400 + +Local variables: +mode: debian-changelog +End: --- w3-dtd-mathml-2.0.0.0.orig/debian/compat +++ w3-dtd-mathml-2.0.0.0/debian/compat @@ -0,0 +1 @@ +4 --- w3-dtd-mathml-2.0.0.0.orig/debian/control +++ w3-dtd-mathml-2.0.0.0/debian/control @@ -0,0 +1,24 @@ +Source: w3-dtd-mathml +Section: text +Priority: optional +Maintainer: Mark Johnson +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.6.1.0 + +Package: w3-dtd-mathml +Architecture: all +Depends: ${misc:Depends} +Suggests: docbook-mathml +Description: Mathematical Markup Language V2.0 DTD + The Mathematical Markup Language (MathML) V2.0 is an XML + application for describing mathematical notation + and capturing both its structure and content. + The docbook-mathml package allows you to generate output + documents from source files that use MathML markup. + . + Includes a prototype extension of the XHTML 1.1 DTD + that incorporates MathML 2.0. + . + Author: W3C Math Working Group + . + Homepage: http://www.w3.org/TR/MathML2/ --- w3-dtd-mathml-2.0.0.0.orig/debian/copyright +++ w3-dtd-mathml-2.0.0.0/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Mark Johnson on +Wed, 28 Jan 2004 20:43:53 -0500 + +It was downloaded from + . + +Upstream Author: W3C Math Working Group + +Copyright: + +Copyright 1998-2000 World Wide Web Consortium + (Massachusetts Institute of Technology, Institut National de + Recherche en Informatique et en Automatique, Keio University). + All Rights Reserved. + +Permission to use, copy, modify and distribute the XHTML 1.1 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. --- w3-dtd-mathml-2.0.0.0.orig/debian/rules +++ w3-dtd-mathml-2.0.0.0/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f +# debian/rules for w3-dtd-mathml +# Maintainer: Mark Johnson + +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + touch build-stamp +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-indep: build install + dh_testdir + dh_testroot + dh_install + dh_installdocs + dh_installchangelogs + dh_link + dh_installcatalogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install + + --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.dirs +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.dirs @@ -0,0 +1 @@ +usr/share/xml/schema/w3c/mathml/dtd --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.install +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.install @@ -0,0 +1,3 @@ +*.dtd usr/share/xml/schema/w3c/mathml/dtd +*.ent usr/share/xml/schema/w3c/mathml/dtd +*.mod usr/share/xml/schema/w3c/mathml/dtd --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.postinst +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.postinst @@ -0,0 +1,11 @@ +#! /bin/sh +# postinst script for w3-dtd-mathml +# Maintainer: Mark Johnson + +set -e + +#DEBHELPER# + +exit 0 + + --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.postrm +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.postrm @@ -0,0 +1,9 @@ +#! /bin/sh +# postrm script for w3-dtd-mathml +# Maintainer: Mark Johnson + +set -e + +#DEBHELPER# + +exit 0 --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.prerm +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.prerm @@ -0,0 +1,11 @@ +#! /bin/sh +# prerm script for w3-dtd-mathml +# Maintainer: Mark Johnson + +set -e + +#DEBHELPER# + +exit 0 + + --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.sgmlcatalogs +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.sgmlcatalogs @@ -0,0 +1 @@ +debian/catalog /usr/share/xml/schema/w3c/mathml/dtd/catalog --- w3-dtd-mathml-2.0.0.0.orig/debian/w3-dtd-mathml.xmlcatalogs +++ w3-dtd-mathml-2.0.0.0/debian/w3-dtd-mathml.xmlcatalogs @@ -0,0 +1,4 @@ +local;debian/catalog.xml;/usr/share/xml/schema/w3c/mathml/dtd/catalog.xml +root-and-package;public;-//W3C//DTD MathML;/usr/share/xml/schema/w3c/mathml/dtd/catalog.xml +root-and-package;public;-//W3C//DTD XHTML 1.1 plus MathML;/usr/share/xml/schema/w3c/mathml/dtd/catalog.xml +root-and-package;system;http://www.w3.org/TR/MathML2/dtd/;/usr/share/xml/schema/w3c/mathml/dtd/catalog.xml