diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cbfead0..9bbed5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +slib (3a2-2) unstable; urgency=low + + * Conflict with libguile9 <= 1:1.4-26 and guile-1.6-libs <= 1.6.7-1.1. + These both contain a "slib.scm" (which is their version of the slib + source's "guile.init") which is incompatible with this new version of + slib. + + -- Thomas Bushnell, BSG <tb@debian.org> Thu, 3 Nov 2005 19:48:57 -0800 + slib (3a2-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 77fe193..ad8e191 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Package: slib Section: devel Priority: optional Architecture: all +Conflicts: libguile9 (<= 1:1.4-26), guile-1.6-libs (<= 1.6.7-1.1) Description: Portable Scheme library SLIB is a portable scheme library meant to provide compatibility and utility functions for all standard scheme implementations. SLIB |