--- tendra-doc-4.1.2.orig/debian/compat +++ tendra-doc-4.1.2/debian/compat @@ -0,0 +1 @@ +4 --- tendra-doc-4.1.2.orig/debian/README.debian +++ tendra-doc-4.1.2/debian/README.debian @@ -0,0 +1,10 @@ +tendra-doc +---------- + +This is the documentation for the TenDRA compilers and the TDF/ANDF +intermediate format they use. The set of compiler-writing tools used to +construct the compiler is also documented here. + +For the actual compilers, see the tendra package. + +Mark Brown , Sun, 22 Nov 1998 14:34:19 +0000 --- tendra-doc-4.1.2.orig/debian/changelog +++ tendra-doc-4.1.2/debian/changelog @@ -0,0 +1,63 @@ +tendra-doc (4.1.2-8) unstable; urgency=low + + * Policy 3.6.2 (no changes). + * Update to debhelper 4. + + -- Mark Brown Mon, 2 Jan 2006 13:29:15 +0000 + +tendra-doc (4.1.2-7) unstable; urgency=low + + * Policy 3.6.1. + * Suggest lynx | www-browser rather than just www-browser. + + -- Mark Brown Sat, 22 May 2004 14:09:58 +0100 + +tendra-doc (4.1.2-6) unstable; urgency=low + + * Remove references to the upstream site since it's now dead. + * Allow debhelper to control all doc-base interaction. + + -- Mark Brown Sun, 2 Sep 2001 00:49:08 +0100 + +tendra-doc (4.1.2-5.1) unstable; urgency=low + + * NMU to fix FHS problems + * Standards-Version: 3.5.2 + * corrected path in debian/rules to comply with FHS (closes: #91670) + * deleted unused debian/watch.ex + * added Build-Depends + * fixed doc-base to comply FHS + + -- Andreas Tille Sat, 07 Jul 2001 10:53:52 +0200 + +tendra-doc (4.1.2-5) unstable; urgency=low + + * Downgrade priority to extra. + + -- Mark Brown Wed, 17 Mar 1999 20:10:03 +0000 + +tendra-doc (4.1.2-4) unstable; urgency=low + + * Fixed web site address - thanks to Hilton Fernandes + + -- Mark Brown Sun, 31 Jan 1999 22:05:21 +0000 + +tendra-doc (4.1.2-3) unstable; urgency=low + + * Register documents with doc-base. + + -- Mark Brown Sun, 27 Dec 1998 15:14:24 +0000 + +tendra-doc (4.1.2-2) unstable; urgency=low + + * Moved from /usr/doc/tendra-doc/doc to /usr/doc/tendra-doc/html. + * Removed duplicate copyright file. + + -- Mark Brown Fri, 27 Nov 1998 18:52:14 +0000 + +tendra-doc (4.1.2-1) unstable; urgency=low + + * Initial Release. + + -- Mark Brown Sun, 22 Nov 1998 14:34:19 +0000 + --- tendra-doc-4.1.2.orig/debian/control +++ tendra-doc-4.1.2/debian/control @@ -0,0 +1,14 @@ +Source: tendra-doc +Section: doc +Priority: extra +Maintainer: Mark Brown +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.0.0) + +Package: tendra-doc +Architecture: all +Suggests: lynx | www-browser +Description: Documentation for the TenDRA C/C++ compiler + This package contains a variety of reference material for the TenDRA + compiler suite and the TDF/ANDF formats it works with. Everything is + in HTML format, with only a few images. --- tendra-doc-4.1.2.orig/debian/copyright +++ tendra-doc-4.1.2/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Mark Brown broonie@debian.org on +Sun, 22 Nov 1998 14:34:19 +0000. + +It was build using the file TenDRA-4.1.2-doc.tar.gz downloaded from +ftp://alph.dera.gov.uk/pub/TenDRA/ (which has since vanished). + +Upstream Authors: UK Defence Evaluation & Research Agency + +Copyright: + + Crown Copyright (c) 1997, 1998 + + This TenDRA(r) Computer Program is subject to Copyright + owned by the United Kingdom Secretary of State for Defence + acting through the Defence Evaluation and Research Agency + (DERA). It is made available to Recipients with a + royalty-free licence for its use, reproduction, transfer + to other parties and amendment for any purpose not excluding + product development provided that any such use et cetera + shall be deemed to be acceptance of the following conditions: + + (1) Its Recipients shall ensure that this Notice is + reproduced upon any copies or amended versions of it; + + (2) Any amended version of it shall be clearly marked to + show both the nature of and the organisation responsible + for the relevant amendment or amendments; + + (3) Its onward transfer from a recipient to another + party shall be deemed to be that party's acceptance of + these conditions; + + (4) DERA gives no warranty or assurance as to its + quality or suitability for any purpose and DERA accepts + no liability whatsoever in relation to any use to which + it may be put. --- tendra-doc-4.1.2.orig/debian/rules +++ tendra-doc-4.1.2/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f +# MAde with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Cristoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean: + rm -f install-stamp + dh_clean + find . -name '*~' -exec rm '{}' \; + +install: install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cp -a doc/* debian/tendra-doc/usr/share/doc/tendra-doc/html + cp debian/tendra-doc.doc-base debian/tendra-doc/usr/share/doc-base/tendra-doc + rm debian/tendra-doc/usr/share/doc/tendra-doc/html/COPYRIGHT + + touch install-stamp + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install +# dh_testversion + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installchangelogs -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- tendra-doc-4.1.2.orig/debian/tendra-doc.prerm +++ tendra-doc-4.1.2/debian/tendra-doc.prerm @@ -0,0 +1,5 @@ +#!/bin/sh +if command -v install-docs >/dev/null 2>&1; then + install-docs -r tendra-doc +fi +#DEBHELPER# --- tendra-doc-4.1.2.orig/debian/tendra-doc.doc-base +++ tendra-doc-4.1.2/debian/tendra-doc.doc-base @@ -0,0 +1,11 @@ +Document: tendra-doc +Title: TenDRA manual +Author: DERA +Abstract: This manual describes the TenDRA compilers and the TDF/ANDF + intermediate format they use, along with several compiler building + tools provided with TenDRA and used to construct it. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/tendra-doc/html/index.html +Files: /usr/share/doc/tendra-doc/html/* --- tendra-doc-4.1.2.orig/debian/tendra-doc.dirs +++ tendra-doc-4.1.2/debian/tendra-doc.dirs @@ -0,0 +1,3 @@ +/usr/share/doc/tendra-doc +/usr/share/doc/tendra-doc/html +/usr/share/doc-base