summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-11-08 00:12:38 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:37 -0800
commit583742ff5f4c9b42eab4584075e960c2982526ef (patch)
tree11411457d702bfd28552311bf5de7435ae8c045d
parent42b030dea67e289f61620918bfc3202ef75fa00e (diff)
downloadscm-583742ff5f4c9b42eab4584075e960c2982526ef.tar.gz
scm-583742ff5f4c9b42eab4584075e960c2982526ef.zip
Import Debian changes 5e3-6debian/5e3-6
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).
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
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.