[Pkg-octave-commit] rev 452 - trunk/packages/octaviz/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Jan 20 11:37:07 UTC 2006


Author: rafael
Date: 2006-01-20 11:37:06 +0000 (Fri, 20 Jan 2006)
New Revision: 452

Modified:
   trunk/packages/octaviz/debian/changelog
   trunk/packages/octaviz/debian/rules
Log:
Debian release octaviz_0.4.0-20

Modified: trunk/packages/octaviz/debian/changelog
===================================================================
--- trunk/packages/octaviz/debian/changelog	2006-01-20 07:02:50 UTC (rev 451)
+++ trunk/packages/octaviz/debian/changelog	2006-01-20 11:37:06 UTC (rev 452)
@@ -1,3 +1,9 @@
+octaviz (0.4.0-20) unstable; urgency=low
+
+  * debian/rules: Further tests for debugging the autobuilder problems
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 20 Jan 2006 09:14:38 +0100
+
 octaviz (0.4.0-19) unstable; urgency=low
 
   * debian/rules: Added more command for debugging the problem with the

Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules	2006-01-20 07:02:50 UTC (rev 451)
+++ trunk/packages/octaviz/debian/rules	2006-01-20 11:37:06 UTC (rev 452)
@@ -32,12 +32,19 @@
 cmake: cmake-stamp
 cmake-stamp:
 	dh_testdir
+
+	# 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
+
 	cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
 	touch cmake-stamp
 




More information about the Pkg-octave-commit mailing list