From c502d7c07e578d1a30b64cfe63ef15f0a992bf12 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sat, 27 May 2006 15:35:32 -0700 Subject: Import Debian changes 5e2-2 scm (5e2-2) unstable; urgency=low * debian/postinst: Rebuild the slib catalog every time. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/postinst | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 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 -- cgit v1.2.3