debian/0000755000000000000000000000000012137711027007167 5ustar debian/source/0000755000000000000000000000000012137711027010467 5ustar debian/source/format0000644000000000000000000000001411752726757011717 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000210211752723344011124 0ustar This package was debianized by Mark Johnson on Wed, Wed, 28 Jan 2004 22:21:52 -0500 It was downloaded from . Upstream Author: Norman Walsh Copyright: Copyright (C) 2000 Organization for the Advancement of Structured Information Standards (OASIS). Permission to use, copy, modify and distribute the DocBook HTML Forms Module 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. If you modify the DocBook HTML Forms Module in any way, label your DTD as a variant of DocBook. See the maintenance documentation for more information. Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more information, see http://www.oasis-open.org/docbook/. debian/README.Debian0000644000000000000000000000217611752723344011245 0ustar docbook-html-forms for Debian ------------------------------ This is the driver file for V1.1 of the DocBook HTML Forms Module. Please use the following formal public identifier to identify it: "-//OASIS//DTD DocBook HTML Forms Module V1.1//EN" For example, if your document's top-level element is book, and you are using DocBook directly, use the FPI in the DOCTYPE declaration: Or, if you have a higher-level driver file that customizes DocBook, use the FPI in the parameter entity declaration: %DocBookHTMLFormsDTD; See the documentation for detailed information on the parameter entity and module scheme used in DocBook, customizing DocBook and planning for interchange, and changes made since the last release of DocBook. -- Mark Johnson , Wed, 28 Jan 2004 22:22:10 -0500 debian/docbook-html-forms.sgmlcatalogs0000644000000000000000000000010511752723344015302 0ustar debian/catalog /usr/share/xml/docbook/custom/html-forms/1.1/catalog debian/docbook-html-forms.examples0000644000000000000000000000001511752723344014440 0ustar testform.xml debian/catalog0000644000000000000000000000100711752723344010531 0ustar -- SGML catalog for docbook-html-forms -- OVERRIDE YES PUBLIC "-//OASIS//DTD DocBook HTML Forms Module V1.1//EN" "dbforms.dtd" PUBLIC "-//OASIS//DTD DocBook HTML Forms Module V1.0//EN" "dbforms.dtd" PUBLIC "-//OASIS//DTD DocBook HTML Forms Module//EN" "dbforms.dtd" PUBLIC "-//OASIS//DTD DocBook HTML Forms//EN" "dbforms.dtd" SYSTEM "http://www.oasis-open.org/docbook/xml/htmlforms/1.0/dbforms.dtd" "dbforms.dtd" SYSTEM "http://www.oasis-open.org/docbook/xml/htmlforms/1.1/dbforms.dtd" "dbforms.dtd" debian/rules0000755000000000000000000000005111752725656010262 0ustar #!/usr/bin/make -f %: dh $@ --parallel debian/compat0000644000000000000000000000000211752725015010371 0ustar 7 debian/docbook-html-forms.postinst0000644000000000000000000000055611752723344014517 0ustar #! /bin/sh # postinst script for docbook-html-forms # Maintainer: Mark Johnson set -e # do symlinks manually, til I figure out the problem if [ "$1" = configure ]; then rm -rf /usr/share/sgml/docbook/custom/html-forms cd /usr/share/sgml/docbook/custom ln -s ../../../xml/docbook/custom/html-forms html-forms fi #DEBHELPER# exit 0 debian/docbook-html-forms.postrm0000644000000000000000000000017311752723344014153 0ustar #! /bin/sh # postrm script for docbook-html-forms # Maintainer: Mark Johnson set -e #DEBHELPER# exit 0 debian/docbook-html-forms.links0000644000000000000000000000012111752723344013740 0ustar usr/share/xml/docbook/custom/html-forms usr/share/sgml/docbook/custom/html-forms debian/control0000644000000000000000000000156711752725273010615 0ustar Source: docbook-html-forms Section: text Priority: optional Maintainer: Debian XML/SGML Group Uploaders: Mathieu Malaterre Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-xml-sgml/packages/docbook-html-forms/ Vcs-Svn: svn://svn.debian.org/debian-xml-sgml/packages/docbook-html-forms/trunk/ Homepage: http://oasis-open.org/docbook/xml/htmlforms/ Package: docbook-html-forms Architecture: all Depends: ${misc:Depends}, docbook-xml (>= 4.1.2-4) Suggests: docbook-xsl Description: Extension to DocBook XML for generating html forms The DocBook HTML Forms module adds six new markup elements to DocBook XML for easy generation of HTML forms from XML source documents. . The HTML Forms module is a customization of the full DocBook XML V4.1.2 DTD. debian/docbook-html-forms.prerm0000644000000000000000000000017411752723344013755 0ustar #! /bin/sh # prerm script for docbook-html-forms # Maintainer: Mark Johnson set -e #DEBHELPER# exit 0 debian/docbook-html-forms.install0000644000000000000000000000007011752723344014271 0ustar dbforms.dtd usr/share/xml/docbook/custom/html-forms/1.1 debian/docbook-html-forms.dirs0000644000000000000000000000011211752723344013561 0ustar usr/share/xml/docbook/custom/html-forms/1.1 usr/share/sgml/docbook/custom debian/changelog0000644000000000000000000000357412137711001011042 0ustar docbook-html-forms (1.1.0-5) unstable; urgency=low * Fixed missing slash in local catalog. (closes: #694882) Thanks to Mark Johnson for patch -- Mathieu Malaterre Tue, 30 Apr 2013 11:37:35 +0200 docbook-html-forms (1.1.0-4.1) unstable; urgency=low * Non-maintainer upload. * Rebuild against debhelper (>= 9.20120528) to fix postinst that unconditionally overwrites files in /etc (see: #477751, closes: #675477). Thanks to Helmut Grohne for the bug report. -- Jakub Wilk Sat, 09 Jun 2012 11:47:24 +0200 docbook-html-forms (1.1.0-4) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Fix Homepage location in d/control. Closes: #615285 * debian/control (Vcs-Browser): Fixed location. (Uploaders): Removed Mark Johnson, who is probably MIA (closes: #540557). Many thanks for your work! * d/rules use dh(7) syntax -- Mathieu Malaterre Thu, 10 May 2012 14:17:09 +0200 docbook-html-forms (1.1.0-3) unstable; urgency=low * Fixed compatibility symlinks. -- Mark Johnson Fri, 30 Jan 2004 21:27:04 -0500 docbook-html-forms (1.1.0-2) unstable; urgency=low * Added dependency on sgml-base & xml-core. -- Mark Johnson Wed, 28 Jan 2004 22:46:19 -0500 docbook-html-forms (1.1.0-1) unstable; urgency=low * Added xml catalog support. * Moved installation to /usr/share/xml. * Cleaned up build - make better use of debhelper. -- Mark Johnson Wed, 28 Jan 2004 22:21:36 -0500 docbook-html-forms (1.1-1) unstable; urgency=low * New upstream release. (closes: #176972) * Changed description (closes: #198627) -- Mark Johnson Thu, 6 Nov 2003 15:30:22 -0500 docbook-html-forms (1.0-1) unstable; urgency=low * Initial Release. Closes: bug#85391 -- Mark Johnson Wed, 20 Jun 2001 13:15:31 -0400 debian/watch0000644000000000000000000000016211752730636010230 0ustar version=3 http://www.oasis-open.org/docbook/xml/htmlforms/index.1.shtml ../../xml/htmlforms/([\d\.]+)/index.shtml debian/catalog.xml0000644000000000000000000000123512137710235011324 0ustar debian/docbook-html-forms.xmlcatalogs0000644000000000000000000000052011752723344015141 0ustar local;debian/catalog.xml;/usr/share/xml/docbook/custom/html-forms/1.1/catalog.xml root-and-package;public;-//OASIS//DTD DocBook HTML Forms Module;/usr/share/xml/docbook/custom/html-forms/1.1/catalog.xml root-and-package;system;http://www.oasis-open.org/docbook/xml/htmlforms/;/usr/share/xml/docbook/custom/html-forms/1.1/catalog.xml