Quick lick of paint before we really get started.
[anag] / debian / control
1 Source: anag
2 Section: text
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: debhelper (>= 9), libpcre3-dev
6 Build-Depends-Indep: java5-sdk, tk (>= 8.3)
7 Standards-Version: 3.1.1
8
9 Package: anag
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Recommends: wordlist
13 Suggests: anag-gui
14 Description: 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
22 Package: anag-gui-tk
23 Architecture: all
24 Depends: anag, tk (>= 8.3)
25 Provides: anag-gui
26 Description: 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
33 Package: anag-gui-java
34 Architecture: all
35 Depends: anag, java5-runtime
36 Provides: anag-gui
37 Description: 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.