chiark / gitweb /
Debianization.
[anag] / debian / control
1 Source: anag
2 Section: text
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@nsict.org>
5 Standards-Version: 3.1.1
6
7 Package: anag
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Recommends: wordlist
11 Suggests: anag-gui
12 Description: 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
20 Package: anag-gui-tk
21 Architecture: all
22 Depends: anag, wish
23 Provides: anag-gui
24 Description: 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
31 Package: anag-gui-java
32 Architecture: all
33 Depends: anag, java-virtual-machine
34 Provides: anag-gui
35 Description: 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.