diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-08-01 21:55:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-08-02 00:09:46 -0700 |
commit | aed1dcfa4efb10fe14d116dadfea46ee8e9f9907 (patch) | |
tree | a895addbaf36c31f05f3ffba10cf556a6d8e6bb4 | |
parent | 8c8993c8b304aea3cd7965f1ab7d28e6709adc01 (diff) | |
download | scm-aed1dcfa4efb10fe14d116dadfea46ee8e9f9907.tar.gz scm-aed1dcfa4efb10fe14d116dadfea46ee8e9f9907.zip |
suggest r5rs-doc in control file
-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. |