summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-05-27 15:35:32 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:33 -0800
commitc502d7c07e578d1a30b64cfe63ef15f0a992bf12 (patch)
tree63649c20a7020704594ccc2fac48ccd36d88c2d8 /debian
parent20402610bf881f67b22eb1600340d8284556ae56 (diff)
downloadscm-c502d7c07e578d1a30b64cfe63ef15f0a992bf12.tar.gz
scm-c502d7c07e578d1a30b64cfe63ef15f0a992bf12.zip
Import Debian changes 5e2-2debian/5e2-2
scm (5e2-2) unstable; urgency=low * debian/postinst: Rebuild the slib catalog every time.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--debian/postinst6
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e66e016..525a020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+scm (5e2-2) unstable; urgency=low
+
+ * debian/postinst: Rebuild the slib catalog every time.
+
+ -- Thomas Bushnell, BSG <tb@debian.org> Sat, 27 May 2006 15:35:32 -0700
+
scm (5e2-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index f414ef9..11d99fb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
Priority: optional
Maintainer: Thomas Bushnell, BSG <tb@debian.org>
Standards-Version: 3.1.1
-Build-Depends: slib (>> 3a1), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev
+Build-Depends: slib (>> 3a3), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev
Package: scm
Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc ppc64 s390 sparc
diff --git a/debian/postinst b/debian/postinst
index 5ce83d5..49c2e86 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -17,3 +17,9 @@ if [ "$1" = configure ]; then
/usr/sbin/install-docs -i /usr/share/doc-base/scm
fi
fi
+
+rm -f /usr/lib/scm/slibcat
+/usr/bin/scm -c "(require 'new-catalog)"
+if [ -e /usr/lib/scm/slibcat ] ; then
+ chmod 644 /usr/lib/scm/slibcat
+fi