~ubuntu-branches/ubuntu/trusty/happy/trusty-proposed

« back to all changes in this revision

Viewing changes to glafp-utils/README

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2006-10-26 22:52:14 UTC
  • mfrom: (1.2.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061026225214-6jmf0n3ykkc9elyw
Tags: 1.16~rc2-1
* New upstream (release candidate) version.
* Removed happy/ prefixes from various paths in debian/rules and
  debian/docs.
* doc/configure generated by autoconf is in the Debian diff.
* Build using cabal:
  * Various debian/rules changes.
  * Create debian/get_version.hs for extracting the version from the cabal
    file.
  * Requires ghc6 >= 6.4.2.
  * No longer tries to detect platform. Closes: #340325, #332979.
  * Removed autotool-dev build-dep.
* Add 'XSLTPROC_OPTS = --nonet' to doc/config.mk.in.
* Remove src/Parser.ly and src/AttrGrammarParser.ly before cleaning so
  the generated files don't get cleaned.
* Set Standards-Version to 3.7.2 (no changes needed).
* Removed PS and DVI stanzas from debian/doc-base as we don't build
  the documentation those ways.
* Removed content-free postinst and prerm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This directory tree's worth of stuff are utility bits that are used in
2
 
more than one of the Glasgow functional-programming tools.  (For the
3
 
project-specific bits, try <project>/utils/<blah>.)
4
 
 
5
 
 lndir          from X imake stuff (via DuBois); make a shadow tree
6
 
                of symbolic links
7
 
 
8
 
 ltx            a "latex" wrapper.  Re-runs latex/bibtex/makeindex
9
 
                enough times to "do the right thing."
10
 
 
11
 
 mkdependC      script version of C makedepend (from X11R4 via DuBois)
12
 
 
13
 
 mkdirhier      "mkdir a/b/c/d" will do "mkdir a; mkdir a/b; ..."
14
 
                (assuming none of those dirs exist)
15
 
 
16
 
 runstdtest     runs a pgm with some flags & some stdin; checks for an
17
 
                expected exit code, expected stdout, and expected
18
 
                stderr.  (Expect this to change :-)
19
 
 
20
 
 verbatim       pre-processor for LaTeX files that typesets text between
21
 
                @...@ in typewriter font.
22
 
 
23
 
 sgmlverb       pre-processor for SGML that does essentially the same thing
24
 
                as verbatim.
25
 
 
26
 
 docbook        scripts to process DocBook files stolen from Cygnus DocBook
27
 
                tools.
28
 
 
29
 
 genargs        converts whitespace separated strings into partial
30
 
                Haskell lists.
31