diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/postinst | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 10d362e..6879fa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +slib (3a3-1) unstable; urgency=low + + * New upstream release. Change to guile.init for module correctness + (from 3a2-5) is now in upstream. We'll drop the path-search + misfeature at this point, and stick to upstream's version, unless this + causes actual difficulties. + * Makefile: Repeat $(htmldir)slib_toc.html changes from 3a2-1. + + * debian/postinst: Fix typos in comments. (Closes: #337571) + + -- Thomas Bushnell, BSG <tb@debian.org> Wed, 26 Apr 2006 23:08:39 -0700 + slib (3a2-5) unstable; urgency=low * guile.init (slib:load): Use the version that used to be in guile, diff --git a/debian/postinst b/debian/postinst index 88aa502..7a50001 100644 --- a/debian/postinst +++ b/debian/postinst @@ -7,9 +7,9 @@ install-info --quiet --section "The Algorithmic Language Scheme" \ /usr/share/info/slib.info.gz # OK. This is bad because it really should be in the guile config or -# in some emacs-commond sort of package. Now we conditionally run it. +# in some emacs-common sort of package. Now we conditionally run it. # one of these probably shouldn't exist, but don't know which and -# probably shourld support the older. +# probably should support the older. if [ -x /usr/sbin/guile1.4-slibconfig ] ; then echo Running /usr/sbin/guile1.4-slibconfig /usr/sbin/guile1.4-slibconfig |