haskell-doc-20030420/0000755000175000017500000000000010532641774012245 5ustar ianianhaskell-doc-20030420/debian/0000755000175000017500000000000010532643163013461 5ustar ianianhaskell-doc-20030420/debian/changelog0000644000175000017500000001065210532642464015342 0ustar ianianhaskell-doc (20061127) unstable; urgency=low * Remove duplicate files in source tarball. * Update suggested implementations to match those in the archive (ghc6 | hugs). Closes: #321153. * Builddep on at least version 4 of debhelper (was version 3). * Remove empty postinst postrm preinst prerm. * Update standards version to 3.7.2. -- Ian Lynagh (wibble) Mon, 27 Nov 2006 20:02:34 +0000 haskell-doc (20030420) unstable; urgency=low * Content split out to haskell98-report and haskell98-tutorial. -- Ian Lynagh (wibble) Sun, 20 Apr 2003 17:44:00 +0100 haskell-doc (19991028-3) unstable; urgency=low * Change packaging to use debhelper. * Fixed references in Gentle Introduction [Ganesh Sittampalam]. Closes: #105685. * Changed maintainer to Ian Lynagh. * Minor grammatical corrections to description. * Corrected and updated build depends (added flex, debhelper, tetex-bin, fakeroot). -- Ian Lynagh Sun, 24 Nov 2002 23:15:26 +0000 haskell-doc (19991028-2) unstable; urgency=low * Add Ian Lynagh to Uploaders, in preparation of he and Ganesh Sittampalam taking over as the principal co-maintainers in the future. Closes: #88224. * Upgrade Standards-Version to 3.5.7 + Add build-time dependencies. Closes: #126071. + No longer create /usr/doc links. -- Antti-Juhani Kaijanaho Wed, 13 Nov 2002 20:47:09 +0200 haskell-doc (19991028-1) unstable; urgency=low * New upstream release. + All documents are now DFSG free. * debian/copyright: Note new licenses. -- Antti-Juhani Kaijanaho Thu, 28 Oct 1999 16:30:59 +0300 haskell-doc (19991022-2) unstable; urgency=low * debian/control: Move to main. This package contains two documents, the Haskell 98 report and the Haskell 98 Library Report, which are not DFSG-compliant. The only point that they fail is the requirement for free modification. However, because these two documents define the Haskell language, and because Debian has accepted in main that kind of documents (the doc-rfc package, for example) even when they are not strictly free, I believe this package belongs in main. -- Antti-Juhani Kaijanaho Sat, 23 Oct 1999 19:27:21 +0300 haskell-doc (19991022-1) unstable; urgency=low * New upstream release. * debian/copyright: Updated. * debian/control (Description): Updated * debian/control (Standards-Version): Updated to 3.0.1, no changes to package necessary. * debian/haskell98-{lib,lang}: Updated paths. * debian/haskell98-tut: New file. * debian/{rules,prerm,postrm}: Use the new haskell98-tut file with doc-base. * debian/rules: build the tutorial in the build target. -- Antti-Juhani Kaijanaho Fri, 22 Oct 1999 17:28:25 +0300 haskell-doc (19990909-2) unstable; urgency=low * debian/copyright: Fixed a trivial error in the upstream URL. -- Antti-Juhani Kaijanaho Fri, 10 Sep 1999 00:19:29 +0300 haskell-doc (19990909-1) unstable; urgency=low * Denativized the source. Closes: #44328. + debian/copyright: Rephrased. * debian/rules: Modernized. + Factorize install into a variable. + Don't use $(install_zipped) + Use stamp files. + Don't test for rootness + Remove $(rootdir) on start of build target. + Use -isp with dpkg-gencontrol. * debian/{prerm,postinst}: Implement the FHS transition scheme. -- Antti-Juhani Kaijanaho Thu, 9 Sep 1999 23:37:41 +0300 haskell-doc (19990712) unstable; urgency=low * Updated errata. * debian/copyright: updated. -- Antti-Juhani Kaijanaho Mon, 12 Jul 1999 23:25:00 +0300 haskell-doc (19990701) unstable; urgency=low * Upgraded Standards-Version to 3.0.0.0 with necessary changes to debian/rules and the doc-base files. -- Antti-Juhani Kaijanaho Thu, 1 Jul 1999 17:30:07 +0300 haskell-doc (19990620) unstable; urgency=low * Updated errata. * Include a symlink from the h98.gif in the language report to $(docdir). * Clean backup files from the toplevel directory too. * Switched to a new version numbering scheme indicating the date of the update. -- Antti-Juhani Kaijanaho Sun, 20 Jun 1999 20:49:25 +0300 haskell-doc (1) unstable; urgency=low * Initial release. -- Antti-Juhani Kaijanaho Wed, 28 Apr 1999 19:15:30 +0300 haskell-doc-20030420/debian/compat0000644000175000017500000000000207650547200014661 0ustar ianian4 haskell-doc-20030420/debian/control0000644000175000017500000000071310532643154015065 0ustar ianianSource: haskell-doc Maintainer: Ian Lynagh (wibble) Section: doc Priority: optional Standards-Version: 3.7.2 Build-Depends: debhelper (>= 4) Package: haskell-doc Architecture: all Depends: haskell98-report, haskell98-tutorial Suggests: ghc6 | hugs Description: Assorted Haskell language documentation This metapackage provides all the documentation for Haskell, "the" standard lazy functional programming language, packaged for Debian. haskell-doc-20030420/debian/copyright0000644000175000017500000000151107650556631015424 0ustar ianian This package was initally put together by Antti-Juhani Kaijanaho . As upstream he editted some Haskell documentation into a collection which he then packaged as haskell-doc. The sources for the collection were downloaded from . On 24 Nov 2002 Ian Lynagh took over as Debian maintainer and he and Ganesh Sittampalam took over as upstream editors. For the next release, partly prompted by the merging of the Haskell 98 Language and Libraries reports into a single document, the components were split out into separate packages and haskell-doc became a meta package, just depending on what it previously contained. All files in this package were authored by Antti-Juhani Kaijanaho, Ian Lynagh and Ganesh Sittampalam and can be treated as if they were in the public domain. haskell-doc-20030420/debian/rules0000755000175000017500000000150107650560467014552 0ustar ianian#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # Modified for haskell-doc by Ian Lynagh. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: dh_testdir clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_installman dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install @: binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install