[Pkg-octave-commit] r1101 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Tue Dec 18 08:59:18 UTC 2007


tags 456636 pending
thanks

Author: rafael
Date: 2007-12-18 08:59:18 +0000 (Tue, 18 Dec 2007)
New Revision: 1101

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/PACKAGE-info.prerm
Log:
Fixed a typo that was preventing the *octave<version> info files from
being removed by "install-info --remove"


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-12-16 00:10:25 UTC (rev 1100)
+++ octave/trunk/debian/changelog	2007-12-18 08:59:18 UTC (rev 1101)
@@ -1,3 +1,11 @@
+octave2.1 (1:2.1.73-14) UNRELEASED; urgency=low
+
+  * debian/in/PACKAGE-info.prerm: Fixed a typo that was preventing the
+    *octave<version> info files from being removed by "install-info
+    --remove" (closes: #456636)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 18 Dec 2007 09:55:13 +0100
+
 octave2.9 (1:2.9.19-1) unstable; urgency=low
 
   * New upstream release

Modified: octave/trunk/debian/in/PACKAGE-info.prerm
===================================================================
--- octave/trunk/debian/in/PACKAGE-info.prerm	2007-12-16 00:10:25 UTC (rev 1100)
+++ octave/trunk/debian/in/PACKAGE-info.prerm	2007-12-18 08:59:18 UTC (rev 1101)
@@ -16,7 +16,7 @@
 	for f in octave at v liboctave at v Octave at v-FAQ ; do
 		g=`echo $f | sed s/@v//`
 		h=`echo $f | sed s/@v/$MAJOR/`
-		install-info --quiet --remove $g
+		install-info --quiet --remove $h
 		update-alternatives --remove $g.info.gz	\
 			/usr/share/info/$h.info.gz
 	done




More information about the Pkg-octave-commit mailing list