diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0e6fc36..13c4c63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +scm (5e3-6) unstable; urgency=medium + + * Medium urgency because this is a release critical issue, + and is part of the fix made in slib 3a4-4. + + * debian/control (scm): Add version specification to the slib + dependency (>> 3a4). + + -- Thomas Bushnell, BSG <tb@debian.org> Wed, 8 Nov 2006 00:12:38 -0800 + scm (5e3-5) unstable; urgency=low * build.scm (build: C-libraries): Duplicate linux section for linux-ia64. diff --git a/debian/control b/debian/control index 6a2fc77..dff94c3 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Package: scm Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 Section: interpreters Priority: optional -Depends: slib, ${shlibs:Depends} +Depends: slib (>> 3a4), ${shlibs:Depends} Description: A Scheme language interpreter Scm conforms to Revised^5 Report on the Algorithmic Language Scheme and the IEEE P1178 specification. |