debian/: Bump to Debhelper 10.
[sod] / debian / control
index 4fda78f..cb01efa 100644 (file)
@@ -2,7 +2,9 @@ Source: sod
 Section: devel
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: debhelper (>= 8), cl-launch, sbcl | clisp, cl-asdf, cl-xlunit
+Build-Depends: debhelper (>= 10), cl-launch, sbcl | clisp, cl-asdf, cl-xlunit
+Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
+ texlive-fonts-recommended, texlive-pictures, strayman, mdwtools, mdwfonts
 Standards-Version: 3.1.1
 
 Package: libsod
@@ -21,7 +23,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 +38,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 +48,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