X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/de6b7015b91d370f83e4189c05393eefceab0678..d9af4a2b674e5ab91df0f9af236283b617bb81c7:/debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8c97ad1 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: anag +Section: text +Priority: extra +Maintainer: Mark Wooding +Standards-Version: 3.1.1 + +Package: anag +Architecture: any +Depends: ${shlibs:Depends} +Recommends: wordlist +Suggests: anag-gui +Description: A simple wordgame tool + Anag can solve simple wordgame puzzles, such as anagrams, crosswords, + and trackwords. It has a powerful command-line syntax, reminiscent of + `find'. + . + This is just the command-line program. There are graphical user + interfaces for it. + +Package: anag-gui-tk +Architecture: all +Depends: anag, wish +Provides: anag-gui +Description: A simple wordgame tool + Anag can solve simple wordgame puzzles, such as anagrams, crosswords, + and trackwords. It has a powerful command-line syntax, reminiscent of + `find'. + . + This is the Tcl/Tk graphical interface. + +Package: anag-gui-java +Architecture: all +Depends: anag, java-virtual-machine +Provides: anag-gui +Description: A simple wordgame tool + Anag can solve simple wordgame puzzles, such as anagrams, crosswords, + and trackwords. It has a powerful command-line syntax, reminiscent of + `find'. + . + This is the Java graphical interface.