--- docbook-doc-30d10.orig/debian/changelog +++ docbook-doc-30d10/debian/changelog @@ -0,0 +1,46 @@ +docbook-doc (30d10-5) unstable; urgency=low + + * move to /usr/share/doc (closes: #91432, #62663) + * updated doc-base support (closes: #39807, #79433) + * README.debian remove (closes: #53597) + * missing stuff is missing from upstream (closes: #45072, #86499) + * bug already fixed in last revision (closes: #55486) + * link to more comprehensive documentation (http://docbook.org) added + (closes: #18058, #48852) + * rebuild with docbook-stylesheets 1.62 + * added sh to execute convert_images in rules (closes: #91782) + + -- Christian Leutloff Mon, 26 Mar 2001 21:04:01 +0200 + +docbook-doc (30d10-4) unstable; urgency=low + + * remove temporary comment (Bug#30634) + * added support for doc-base and remove dwww support (Bug#18568, Bug#31192) + * added the missing figures (Bug#21191) + * rebuild with docbook-stylesheets 1.24 + + -- Christian Leutloff Sun, 14 Feb 1999 23:54:12 +0100 + +docbook-doc (30d10-3) unstable; urgency=low + + * rebuild with docbook-stylesheets 1.07; the HTML files end now + with .html instead of .htm (fixes #18232) + + -- Christian Leutloff Tue, 24 Feb 1998 18:22:48 +0100 + +docbook-doc (30d10-2) unstable; urgency=low + + * rebuild HTML pages with docbook-stylesheets 1.01 + + -- Christian Leutloff Fri, 9 Jan 1998 18:12:46 +0100 + +docbook-doc (30d10-1) unstable; urgency=low + + * Initial Release. + + -- Christian Leutloff Thu, 20 Nov 1997 19:53:28 +0100 + +Local variables: +mode: debian-changelog +add-log-mailing-address: "leutloff@debian.org" +End: --- docbook-doc-30d10.orig/debian/copyright +++ docbook-doc-30d10/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Christian Leutloff leutloff@debian.org on +Thu, 20 Nov 1997 19:53:28 +0100. + +It was downloaded from http://www.ora.com/davenport/dbdoc/dbsset.tar.gz + +Copyright: + +Eve Maler +ArborText, Inc. +105 Lexington St. +Burlington, MA 01803 +elm@arbortext.com + +Terry Allen +Fujitsu Software Corporation +3055 Orchard Drive +San Jose, CA 95134 +tallen@fsc.fujitsu.com + +Norman Walsh +O'Reilly & Associates, Inc. +90 Sherman Street +Cambridge, MA 02140 +norm@ora.com + +HaL Computer Systems, Inc. + +Permission to use, copy, modify and distribute the DocBook DTD and its +accompanying documentation for any purpose and without fee is hereby +granted in perpetutity, provided that the above copyright notice and +this paragraph appear in all copies. + +-- +The debian specific changes are Copyright (c) 1997, 2001 Christian +Leutloff, and distributed under the terms of the GNU General Public +License. + +The GNU General Public License is available on Debian systems in the file +/usr/share/common-licenses/GPL. --- docbook-doc-30d10.orig/debian/dirs +++ docbook-doc-30d10/debian/dirs @@ -0,0 +1 @@ +usr/share/doc/docbook-doc/figs --- docbook-doc-30d10.orig/debian/control +++ docbook-doc-30d10/debian/control @@ -0,0 +1,18 @@ +Source: docbook-doc +Section: text +Priority: optional +Maintainer: Christian Leutloff +Standards-Version: 3.5.0.0 + +Package: docbook-doc +Architecture: all +Description: Documentation for the DocBook DTD. + The DocBook DTD was developed specifically for computer software + documentation, that is, user manuals and programming references. + . + This set of documentation includes the following titles: + - Overview of the DocBook DTD + - User's Guide for the DocBook DTD + - Guide to the DocBook DTD + - Reference for the DocBook DTD + - Customizer's Guide for the DocBook DTD --- docbook-doc-30d10.orig/debian/rules +++ docbook-doc-30d10/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +export DH_COMPAT=3 + +#NICE = nice + +build: build-stamp +build-stamp: + dh_testdir + +# Add here commands to compile the pacckage. +# $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + +# Add here commands to clean up after the build process. +# -$(MAKE) clean +# -$(MAKE) distclean + + dh_clean nohup.out + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# Add here commands to install the package into debian/package. +# $(MAKE) prefix=`pwd`/debian/package/usr install +# #convert images from jpeg to gif + sh debian/convert_images +# # create HTML files + -cd debian/docbook-doc/usr/share/doc/docbook-doc; $(NICE) jade -t sgml -d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl ../../../../../../debian/set.sgm + cd debian/docbook-doc/usr/share/doc/docbook-doc; ln -s set1.html index.html + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress -X=.jpeg + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- docbook-doc-30d10.orig/debian/figures.ent +++ docbook-doc-30d10/debian/figures.ent @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- docbook-doc-30d10.orig/debian/set.sgm +++ docbook-doc-30d10/debian/set.sgm @@ -0,0 +1,59 @@ + +%global.entities; + + +%figures.entities; + + +%reference.entities; + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + +Guide to the DocBook DTD + +&setmeta.sgm; + + +&overcont.sgm; + + + +&usercont.sgm; + + + +&refcont.sgm; + + + +&mntcont.sgm; + + --- docbook-doc-30d10.orig/debian/convert_images +++ docbook-doc-30d10/debian/convert_images @@ -0,0 +1,8 @@ +#!/bin/bash +for i in `ls figs/*`; do \ +convert epsf:$i jpeg:debian/docbook-doc/usr/share/doc/docbook-doc/figs/`basename $i eps`jpeg ; \ +echo -n "." ; \ +rm debian/docbook-doc/usr/share/doc/docbook-doc/figs/`basename $i eps`jpeg.1 ; \ +mv debian/docbook-doc/usr/share/doc/docbook-doc/figs/`basename $i eps`jpeg.0 \ + debian/docbook-doc/usr/share/doc/docbook-doc/figs/`basename $i eps`jpeg ;\ +done --- docbook-doc-30d10.orig/debian/docbook-doc.doc-base +++ docbook-doc-30d10/debian/docbook-doc.doc-base @@ -0,0 +1,21 @@ +Document: docbook-doc +Title: Documentation for the DocBook DTD +Author: Norman Walsh, Eve Maler, Terry Allen +Abstract: The DocBook DTD was developed specifically for computer software + documentation, that is, user manuals and programming references. + . + This set of documentation includes the following titles: + - Overview of the DocBook DTD + - User's Guide for the DocBook DTD + - Guide to the DocBook DTD + - Reference for the DocBook DTD + - Customizer's Guide for the DocBook DTD + . + More up to date information is available online from + http://docbook.org/. The documentation available from there is not + freely distributable. +Section: Apps/Text + +Format: HTML +Index: /usr/share/doc/docbook-doc/index.html +Files: /usr/share/doc/docbook-doc/*.html