Debianization.
[anag] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8c97ad1
--- /dev/null
@@ -0,0 +1,40 @@
+Source: anag
+Section: text
+Priority: extra
+Maintainer: Mark Wooding <mdw@nsict.org>
+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.