--- funnelweb-doc-3.2d.orig/debian/changelog +++ funnelweb-doc-3.2d/debian/changelog @@ -0,0 +1,75 @@ +funnelweb-doc (3.2d-4.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Thu, 07 Jan 2021 15:29:10 +0100 + +funnelweb-doc (3.2d-4) unstable; urgency=medium + + * Switch to debhelper compat v9 (Closes: #800170). + * Use ${misc:Depends}. + * Rewrite debian/rules to use dh, with a special hack to cope with the + "binary" directory. + * Don't ship annoying background.gif, which is even either reported as + corrupt or just ignored by all tested programs (Closes: #354783). + * Removed "Apps/" component in doc-base section. + * Removed erroneous commas in doc-base file. + * Change section to "optional" to match archive override file. + * Bumped Standards-Version to 3.9.6. + + -- Yann Dirson Mon, 23 Nov 2015 22:56:49 +0100 + +funnelweb-doc (3.2d-3) unstable; urgency=low + + * Rebuilt with current debhelper for current policy. + * Added a note in the description about what funnelweb is. + * Use debian/compat, build-dep on debhelper 3.4.4 + * Bumped Standards-Version to 3.5.10 (no change). + + -- Yann Dirson Sun, 1 Jun 2003 22:13:31 +0200 + +funnelweb-doc (3.2d-2) unstable; urgency=low + + * Build-depend on debhelper (Closes: #140257). + * Use build-depends-indep, not build-depends. + + -- Yann Dirson Thu, 28 Mar 2002 23:21:07 +0100 + +funnelweb-doc (3.2d-1) unstable; urgency=low + + * Oops... I had completely forgotten this update... Hopefully nobody + noticed :| + + -- Yann Dirson Wed, 9 May 2001 23:53:06 +0200 + +funnelweb-doc (3.2d-0dev1) unstable; urgency=low + + * New upstream release. + * New licence - more dfsg-free. + * Only install .html files. + * Still do not install the full copy of the funnelweb WWW site, because + .shtml files appear to cause problems. + + -- Yann Dirson Tue, 11 Jan 2000 00:40:10 +0100 + +funnelweb-doc (3.2b-1) unstable; urgency=low + + * New upstream release. + * New licence - previous one was non-free. + * Run funnelweb to generate the docs. + * Patched the .fw for UNIX include filenames, and explicit include-file + extensions (bug in fw 3.2 ?). + * Added Build-depends for this. + * Install index.html from 3.2 as a front-end, instead of the full + www-site mirror. + * Install search .cgi and such, even though they need tuning to the WWW + server to be useful. + + -- Yann Dirson Sat, 1 Jan 2000 17:25:37 +0100 + +funnelweb-doc (3.2-1) unstable; urgency=low + + * Initial Release. + + -- Yann Dirson Thu, 16 Dec 1999 22:34:37 +0100 --- funnelweb-doc-3.2d.orig/debian/compat +++ funnelweb-doc-3.2d/debian/compat @@ -0,0 +1 @@ +9 --- funnelweb-doc-3.2d.orig/debian/control +++ funnelweb-doc-3.2d/debian/control @@ -0,0 +1,15 @@ +Source: funnelweb-doc +Section: doc +Priority: optional +Build-depends-indep: funnelweb, debhelper (>= 9) +Maintainer: Yann Dirson +Standards-Version: 3.9.6 + +Package: funnelweb-doc +Architecture: all +Suggests: funnelweb +Depends: ${misc:Depends} +Description: Documentation for funnelweb + This package includes the HTML manuals for the funnelweb + litterate-programming system. These are the Tutorial Manual, the + Reference Manual, and the Developer Manual. --- funnelweb-doc-3.2d.orig/debian/copyright +++ funnelweb-doc-3.2d/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Yann Dirson + +It was downloaded from ftp://ftp.ross.net/clients/ross/funnelweb/ + +Upstream Author: Ross Williams + + +Copyright (c) Ross N. Williams 1992,1999. All rights reserved. + +Permission is granted to redistribute and use this manual in +any medium, with or without modification, provided that all +notices (including, without limitation, the copyright +notice, this permission notice, any record of modification, +and all legal notices) are preserved on all copies, that all +modifications are clearly marked, and that modified versions +are not represented as the original version unless all the +modifications since the manual's original release by Ross N. +Williams (www.ross.net) consist of translations or other +transformations that alter only the manual's form, not its +content. THIS MANUAL IS PROVIDED "AS IS" AND WITHOUT ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT +LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND +FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT PERMITTED BY +LAW THERE IS ABSOLUTELY NO WARRANTY. --- funnelweb-doc-3.2d.orig/debian/doc-base +++ funnelweb-doc-3.2d/debian/doc-base @@ -0,0 +1,14 @@ +Document: funnelweb-manuals +Title: FunnelWeb Literate programming system +Author: Ross Williams +Abstract: This is the set of manuals for the FunnelWeb + literate programming system. It is composed of a + tutorial, a reference manual, and a developer manual. +Section: Programming + +Format: HTML +Index: /usr/share/doc/funnelweb-doc/index.html +Files: + /usr/share/doc/funnelweb-doc/*/*.html + /usr/share/doc/funnelweb-doc/*/binary/*.gif + /usr/share/doc/funnelweb-doc/*/binary/*.jpg --- funnelweb-doc-3.2d.orig/debian/index.html +++ funnelweb-doc-3.2d/debian/index.html @@ -0,0 +1,20 @@ + + + +FunnelWeb Documentation + + + + +

FunnelWeb Documentation

+ +

+FunnelWeb Reference Manual
+
+FunnelWeb Tutorial Manual
+
+FunnelWeb Developer Manual
+
+ + + --- funnelweb-doc-3.2d.orig/debian/rules +++ funnelweb-doc-3.2d/debian/rules @@ -0,0 +1,36 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +docdir=debian/funnelweb-doc/usr/share/doc/funnelweb-doc + +%: + dh $@ + +override_dh_auto_build: + fw 0fw.fw + (cd tutorial && fw 0fw_tut.fw) + (cd reference && fw 0fw_ref.fw) + (cd developer && fw 0fw_dev.fw) + +override_dh_auto_clean: + rm -f build-stamp *.lis */*.lis + +override_dh_auto_install: + install -d ${docdir} + cp -a debian/index.html ${docdir} + for i in tutorial developer reference; do \ + install -d ${docdir}/$$i; \ + cp -a $$i/*.html $$i/binary ${docdir}/$$i/; \ + done + # annoying and even corrupted + find ${docdir} -name background.gif -delete + +override_dh_compress: + dh_compress -X.shtml -X.cgi -X.txt + +# keep this because of directory name +.PHONY: binary +binary: + dh $@ --- funnelweb-doc-3.2d.orig/developer/0fw_dev.fw +++ funnelweb-doc-3.2d/developer/0fw_dev.fw @@ -4337,10 +4337,10 @@ @! MacOS : @i ::0fw_inc.fwi @! OpenVMS : @i [-]0fw_inc.fwi -@i ::0fw_inc.fwi -@i ::0www_style.fwi -@i ::0www_links.fwi -@i ::0www_ross.fwi +@i ../0fw_inc.fwi +@i ../0www_style.fwi +@i ../0www_links.fwi +@i ../0www_ross.fwi @!****************************************************************************** @!****************************************************************************** --- funnelweb-doc-3.2d.orig/reference/0fw_ref.fw +++ funnelweb-doc-3.2d/reference/0fw_ref.fw @@ -5095,10 +5095,10 @@ @! MacOS : @i ::0fw_inc.fwi @! OpenVMS : @i [-]0fw_inc.fwi -@i ::0fw_inc.fwi -@i ::0www_style.fwi -@i ::0www_links.fwi -@i ::0www_ross.fwi +@i ../0fw_inc.fwi +@i ../0www_style.fwi +@i ../0www_links.fwi +@i ../0www_ross.fwi @!****************************************************************************** @!****************************************************************************** --- funnelweb-doc-3.2d.orig/tutorial/0fw_tut.fw +++ funnelweb-doc-3.2d/tutorial/0fw_tut.fw @@ -6436,10 +6436,10 @@ @! MacOS : @i ::0fw_inc.fwi @! OpenVMS : @i [-]0fw_inc.fwi -@i ::0fw_inc.fwi -@i ::0www_style.fwi -@i ::0www_links.fwi -@i ::0www_ross.fwi +@i ../0fw_inc.fwi +@i ../0www_style.fwi +@i ../0www_links.fwi +@i ../0www_ross.fwi @!****************************************************************************** @!******************************************************************************