Quick lick of paint before we really get started.
[anag] / debian / control
CommitLineData
d9af4a2b 1Source: anag
2Section: text
3Priority: extra
e928fcf7 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
0279756e
MW
5Build-Depends: debhelper (>= 9), libpcre3-dev
6Build-Depends-Indep: java5-sdk, tk (>= 8.3)
d9af4a2b 7Standards-Version: 3.1.1
8
9Package: anag
10Architecture: any
11Depends: ${shlibs:Depends}
12Recommends: wordlist
13Suggests: anag-gui
14Description: A simple wordgame tool
15 Anag can solve simple wordgame puzzles, such as anagrams, crosswords,
16 and trackwords. It has a powerful command-line syntax, reminiscent of
17 `find'.
18 .
19 This is just the command-line program. There are graphical user
20 interfaces for it.
21
22Package: anag-gui-tk
23Architecture: all
0279756e 24Depends: anag, tk (>= 8.3)
d9af4a2b 25Provides: anag-gui
26Description: A simple wordgame tool
27 Anag can solve simple wordgame puzzles, such as anagrams, crosswords,
28 and trackwords. It has a powerful command-line syntax, reminiscent of
29 `find'.
30 .
31 This is the Tcl/Tk graphical interface.
32
33Package: anag-gui-java
34Architecture: all
0279756e 35Depends: anag, java5-runtime
d9af4a2b 36Provides: anag-gui
37Description: A simple wordgame tool
38 Anag can solve simple wordgame puzzles, such as anagrams, crosswords,
39 and trackwords. It has a powerful command-line syntax, reminiscent of
40 `find'.
41 .
42 This is the Java graphical interface.