[Pkg-octave-commit] r2255 - in octave/trunk/debian: . in
Rafael Laboissiere
rafael at alioth.debian.org
Sat Jul 12 05:44:11 UTC 2008
tags 489832 pending
thanks
Author: rafael
Date: 2008-07-12 05:44:11 +0000 (Sat, 12 Jul 2008)
New Revision: 2255
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/in/PACKAGE-info.postinst
Log:
Remove detritus info entries in /usr/share/info/dir left by octave2.9_2.9.9-8etch1
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2008-07-11 15:53:34 UTC (rev 2254)
+++ octave/trunk/debian/changelog 2008-07-12 05:44:11 UTC (rev 2255)
@@ -1,3 +1,11 @@
+octave3.0 (1:3.0.1-6) UNRELEASED; urgency=low
+
+ * debian/in/PACKAGE-info.postinst: Remove the info entries for octave2.9
+ in /usr/share/info/dir, left by versions until 2.9.9-8etch1. This
+ will ensure a smooth upgrade from etch to lenny (closes: #489832)
+
+ -- Rafael Laboissiere <rafael at debian.org> Fri, 11 Jul 2008 17:42:18 +0200
+
octave3.0 (1:3.0.1-5) unstable; urgency=low
[ Rafael Laboissiere ]
Modified: octave/trunk/debian/in/PACKAGE-info.postinst
===================================================================
--- octave/trunk/debian/in/PACKAGE-info.postinst 2008-07-11 15:53:34 UTC (rev 2254)
+++ octave/trunk/debian/in/PACKAGE-info.postinst 2008-07-12 05:44:11 UTC (rev 2255)
@@ -15,6 +15,13 @@
case "$1" in
configure)
+
+ # The following is necessary to ensure a smooth upgrade from
+ # octave2.9_2.9.9-8etch1 (see Bug#489832)
+ for f in octave2.9 liboctave2.9 Octave2.9-FAQ ; do
+ install-info --quiet --remove $f;
+ done
+
install-info --quiet --section "Math" "Octave" \
--description="The GNU Octave ($MAJOR) language for numerical computations."\
/usr/share/info/octave$MAJOR.info.gz
More information about the Pkg-octave-commit
mailing list