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