[Pkg-octave-commit] rev 454 - in trunk/packages/octaviz/debian: . patches

Rafael Laboissiere rafael at costa.debian.org
Fri Jan 20 15:32:12 UTC 2006


Author: rafael
Date: 2006-01-20 15:32:12 +0000 (Fri, 20 Jan 2006)
New Revision: 454

Removed:
   trunk/packages/octaviz/debian/patches/55-octave-config-path.patch
Modified:
   trunk/packages/octaviz/debian/changelog
   trunk/packages/octaviz/debian/rules
Log:
Debian release octaviz_0.4.0-21

Modified: trunk/packages/octaviz/debian/changelog
===================================================================
--- trunk/packages/octaviz/debian/changelog	2006-01-20 11:37:12 UTC (rev 453)
+++ trunk/packages/octaviz/debian/changelog	2006-01-20 15:32:12 UTC (rev 454)
@@ -1,3 +1,12 @@
+octaviz (0.4.0-21) unstable; urgency=low
+
+  * debian/rules: This is hopefully the last autobuilder-debug release.
+    There is apparently a problem with /etc/alternatives/octave-config.
+  * debian/patches/55-octave-config-path.patch: Removed this patch, which was
+    used for debugging the autobuilders
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 20 Jan 2006 13:17:54 +0100
+
 octaviz (0.4.0-20) unstable; urgency=low
 
   * debian/rules: Further tests for debugging the autobuilder problems

Deleted: trunk/packages/octaviz/debian/patches/55-octave-config-path.patch

Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules	2006-01-20 11:37:12 UTC (rev 453)
+++ trunk/packages/octaviz/debian/rules	2006-01-20 15:32:12 UTC (rev 454)
@@ -35,15 +35,7 @@
 
 	# The following are tests for debugging the autobuilders and
 	#should be removed in the future
-	ls -l /usr/bin/octave-config-2.1.72
-	cat /usr/bin/octave-config-2.1.72
-	/bin/sh /usr/bin/octave-config-2.1.72 -p OCTINCLUDEDIR
-	/usr/bin/octave-config-2.1.72 -p OCTINCLUDEDIR
-	ls -l /usr/bin/octave-config
-	ls -l /etc/alternatives/octave-config
-	cat /usr/bin/octave-config
-	/bin/sh /usr/bin/octave-config -p OCTINCLUDEDIR
-	/usr/bin/octave-config -p OCTINCLUDEDIR
+	/usr/sbin/update-alternatives --display octave-config
 
 	cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
 	touch cmake-stamp




More information about the Pkg-octave-commit mailing list