aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--debian/control8
2 files changed, 16 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d7586db..3b0bacb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+scm (5e4-5) unstable; urgency=low
+
+ * debian/control (libscm-dev/Description): Drop mistaken extra spaces
+ in description.
+
+ * debian/control (libscm-dev/Depends): Use $(binary:Version} for the
+ dependency rather than ${source:Version}.
+
+ * debian/control (Standards-Version): Update to 3.7.3. (No changes needed.)
+
+ -- Thomas Bushnell, BSG <tb@debian.org> Wed, 16 Jan 2008 16:08:07 -0500
+
scm (5e4-4) unstable; urgency=low
* continue.h: Fix spelling of STACK_GROWS_UP in change from 5e4-1.
diff --git a/debian/control b/debian/control
index dad9258..91d7a7a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: scm
Section: interpreters
Priority: optional
Maintainer: Thomas Bushnell, BSG <tb@debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Build-Depends: slib (>> 3a5), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5)
Package: scm
@@ -18,8 +18,8 @@ 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 (= ${source:Version}), slib (>> 3a5), ${shlibs:Depends}
+Depends: scm (= ${binary:Version}), slib (>> 3a5), ${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.
+ This is a static library which provides the functionality of SCM, making it
+ convenient add scheme functionality to other programs.