aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2008-02-04 20:53:13 -0500
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:41 -0800
commite9ed1ad5236ca6314136c4220ac672167b643fc5 (patch)
tree5b3d3a3b8c604225515a3ac6b09b6d036b14d165 /debian
parent4bf8faaea412b017e299fd17a1b736119c86f18c (diff)
parent90889a692076f2c62486607d0354e0fca52364bc (diff)
downloadscm-e9ed1ad5236ca6314136c4220ac672167b643fc5.tar.gz
scm-e9ed1ad5236ca6314136c4220ac672167b643fc5.zip
Import Debian changes 5e5-1debian/5e5-1
scm (5e5-1) unstable; urgency=low * New upstream release. * continue.h: Repeat change from 5e1-2. * xgen.scm: Repeat change from 5e2-4. * scm.1: Repeat change from 5e2-4. * build.scm: Repeat change from 5e3-5. * Makefile: Repeat change from 5e3-2. * debian/control (Build-Depends): Require at least version 3b1 of slib. (scm Depends): Likewise. (libscm-dev Depends): Likewise. * Makefile (scm.info): Add explicit dependency on features.txi and platform.txi. For some reason the one through $(texifiles) is failing mysteriously. Perhaps this is a make bug.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/control6
2 files changed, 21 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b0bacb..7389b4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+scm (5e5-1) unstable; urgency=low
+
+ * New upstream release.
+ * continue.h: Repeat change from 5e1-2.
+ * xgen.scm: Repeat change from 5e2-4.
+ * scm.1: Repeat change from 5e2-4.
+ * build.scm: Repeat change from 5e3-5.
+ * Makefile: Repeat change from 5e3-2.
+ * debian/control (Build-Depends): Require at least version 3b1 of slib.
+ (scm Depends): Likewise.
+ (libscm-dev Depends): Likewise.
+
+ * Makefile (scm.info): Add explicit dependency on features.txi and
+ platform.txi. For some reason the one through $(texifiles) is
+ failing mysteriously. Perhaps this is a make bug.
+
+ -- Thomas Bushnell, BSG <tb@debian.org> Mon, 04 Feb 2008 20:53:13 -0500
+
scm (5e4-5) unstable; urgency=low
* debian/control (libscm-dev/Description): Drop mistaken extra spaces
diff --git a/debian/control b/debian/control
index 91d7a7a..78db91d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: interpreters
Priority: optional
Maintainer: Thomas Bushnell, BSG <tb@debian.org>
Standards-Version: 3.7.3
-Build-Depends: slib (>> 3a5), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5)
+Build-Depends: slib (>> 3b1), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5)
Package: scm
Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb
Section: interpreters
Priority: optional
-Depends: slib (>> 3a5), ${shlibs:Depends}
+Depends: slib (>> 3b1), ${shlibs:Depends}
Description: A Scheme language interpreter
Scm conforms to Revised^5 Report on the Algorithmic Language Scheme and
the IEEE P1178 specification.
@@ -18,7 +18,7 @@ Package: libscm-dev
Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb
Section: libdevel
Priority: optional
-Depends: scm (= ${binary:Version}), slib (>> 3a5), ${shlibs:Depends}
+Depends: scm (= ${binary:Version}), slib (>> 3b1), ${shlibs: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.