aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 5 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index abbe29b..ed472d2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: scm
Section: interpreters
Priority: optional
Maintainer: Thomas Bushnell, BSG <tb@debian.org>
-Standards-Version: 3.7.3
-Build-Depends: slib (>> 3b1), libncurses5-dev, libreadline-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5), quilt
+Build-Depends: slib (>> 3b1), libncurses5-dev, libreadline-dev, texi2html, texinfo, libx11-dev, debhelper (>= 9)
+Standards-Version: 3.9.8
+Homepage: http://people.csail.mit.edu/jaffer/SCM.html
Package: scm
Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb armhf sh4 kfreebsd-amd64 kfreebsd-i386
-Section: interpreters
-Priority: optional
-Depends: slib (>> 3b1), ${shlibs:Depends}
+Depends: slib (>> 3b1), ${shlibs:Depends}, ${misc:Depends}
Description: A Scheme language interpreter
Scm conforms to Revised^5 Report on the Algorithmic Language Scheme and
the IEEE P1178 specification.
@@ -17,9 +16,7 @@ Description: A Scheme language interpreter
Package: libscm-dev
Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb armhf sh4 kfreebsd-amd64 kfreebsd-i386
Section: libdevel
-Priority: optional
-Depends: scm (= ${binary:Version}), slib (>> 3b1), ${shlibs:Depends}
+Depends: scm (= ${binary:Version}), slib (>> 3b1), ${shlibs:Depends}, ${misc:Depends}
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.
-