chiark / gitweb /
debian/control: Replace ancient `${Source-Version}' substitution.
[sod] / debian / control
index 4fda78f5aa47d94dc0d6051a97e3e8d00ee615f4..98c3d8434ba5a23ea4ba71c39439804d03adf5e9 100644 (file)
@@ -21,7 +21,7 @@ Description: An object system for C, runtime library
 
 Package: libsod-dev
 Architecture: any
-Depends: libsod (= ${Source-Version}), libc6-dev, ${misc:Depends}
+Depends: libsod (= ${binary:Version}), libc6-dev, ${misc:Depends}
 Suggests: sod
 Description: An object system for C, runtime library
  Sod is a `sensible object design' for C, supporting a number of fancy
@@ -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