chiark / gitweb /
doc/concepts.tex: Typeset method rĂ´le names as identifiers.
[sod] / debian / control
index 4fda78f5aa47d94dc0d6051a97e3e8d00ee615f4..d94b77d103085d32d1bee87213b7b093d6f9931c 100644 (file)
@@ -36,7 +36,7 @@ Description: An object system for C, runtime library
 Package: sod
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: libsod-dev (= ${Source-Version})
+Recommends: libsod-dev (= ${Source-Version}), sod-doc (= ${Source-Version})
 Description: An object system for C, translator
  Sod is a `sensible object design' for C, supporting a number of fancy
  features, including multiple inheritance, method combinations with daemon
@@ -46,9 +46,20 @@ Description: An object system for C, translator
  This package contains the Sod translator, which reads object definitions and
  produces compilable C code.
 
+Package: sod-doc
+Architecture: all
+Description: An object system for C, translator
+ Sod is a `sensible object design' for C, supporting a number of fancy
+ features, including multiple inheritance, method combinations with daemon
+ methods, and a compile-time metaprotocol.  The only downside is that the
+ translator is written in Common Lisp.
+ .
+ This package contains the Sod manual, which describes everything in
+ excruciating detail.
+
 Package: sod-dev
 Architecture: any
-Recommends: sbcl | clisp, cl-asdf, cl-xlunit
+Recommends: sbcl | clisp, cl-asdf, cl-xlunit, sod-doc (= ${Source-Version})
 Description: An object system for C, Lisp source
  Sod is a `sensible object design' for C, supporting a number of fancy
  features, including multiple inheritance, method combinations with daemon