1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
haskell98-tutorial (200006-2-2) unstable; urgency=medium
* QA upload.
* Set Maintainer to Debian QA Group. (See: #772424)
* Switch to source format 3.0 (quilt).
* Add Build-Depends: libfl-dev. (Closes: #846428)
* Add build-arch/build-indep targets.
-- Andreas Beckmann <anbe@debian.org> Sat, 10 Dec 2016 14:58:19 +0100
haskell98-tutorial (200006-2-1.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/control, debian/compat: move to debhelper 5. Closes: #817491
* debian/rules: use dh_prep instead of dh_clean -k
-- Bill Allombert <ballombe@debian.org> Sun, 24 Jul 2016 14:26:38 +0200
haskell98-tutorial (200006-2-1.1) unstable; urgency=low
* Non-maintainer upload based on a patch by Arjan Oosting:
- Build against texlive as tetex has been dropped. (Closes: #419397)
- tex.hs: import unsafePerformIO from System.IO.Unsafe as the IOExts
module is no longer included on the default search path since the
September 2006 release of Hugs.
* haskell98-tutorial.doc-base:
- Change programming to Programming to follow doc-base policy.
-- Bill Allombert <ballombe@debian.org> Wed, 17 Dec 2008 15:37:56 +0100
haskell98-tutorial (200006-2-1) unstable; urgency=low
* New upstream source, also claiming to be June 2000. Closes: #344323.
* Fix indentation in tex.hs so the build works.
* Change Build-Depends-Indep to Build-Depends.
* Remove build-depends on fakeroot.
* Remove empty postrm prerm postinst preinst.
* Simplify debian/rules, removing knowledge about exactly what is built.
* Remove {,} bashism from debian/rules.
* Don't pass "-c60 -h5000000" to runhugs in make-html; no longer seems
to be needed.
* Bump standards version to 3.7.2.
-- Ian Lynagh (wibble) <igloo@debian.org> Mon, 27 Nov 2006 20:34:47 +0000
haskell98-tutorial (200006-3) unstable; urgency=low
* Fix links into haskell98-report. Closes: #204935.
* Add a recommends for haskell98-report.
* Replace 404-ing URLs with citations.
* Update debhelper build-dep to >= 4.
-- Ian Lynagh (wibble) <igloo@debian.org> Thu, 13 Nov 2003 18:47:37 +0000
haskell98-tutorial (200006-2) unstable; urgency=low
* Fix tex.hs indentation so the latest hugs accepts it. Closes: #191529.
-- Ian Lynagh (wibble) <igloo@debian.org> Sat, 03 May 2003 17:06:26 +0100
haskell98-tutorial (200006-1) unstable; urgency=low
* Split package out from haskell-doc [Ganesh Sittampalam]
-- Ian Lynagh (wibble) <igloo@debian.org> Mon, 31 Mar 2003 18:06:25 +0100
|