diff options
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d74f583..250431a 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Homepage: http://people.csail.mit.edu/jaffer/SCM.html Package: scm Architecture: any Depends: slib (>> 3b1), ${shlibs:Depends}, ${misc:Depends} +Suggests: r5rs-doc Description: Scheme language interpreter SCM conforms to the R5RS (Revised^5 Report on the Algorithmic Language Scheme) and IEEE P1178 specifications, and is portable across many architectures and @@ -20,6 +21,7 @@ Package: libscm-dev Architecture: any Section: libdevel Depends: scm (= ${binary:Version}), slib (>> 3b1), ${misc:Depends} +Suggests: r5rs-doc Description: Embeddable library for SCM Scheme language interpreter This is a static library which provides the functionality of SCM, making it convenient add scheme functionality to other programs. |