[Pkg-octave-commit] rev 450 - trunk/packages/octaviz/debian
Rafael Laboissiere
rafael at costa.debian.org
Fri Jan 20 07:02:38 UTC 2006
Author: rafael
Date: 2006-01-20 07:02:35 +0000 (Fri, 20 Jan 2006)
New Revision: 450
Modified:
trunk/packages/octaviz/debian/changelog
trunk/packages/octaviz/debian/rules
Log:
Debian release octaviz_0.4.0-19
Modified: trunk/packages/octaviz/debian/changelog
===================================================================
--- trunk/packages/octaviz/debian/changelog 2006-01-19 21:27:18 UTC (rev 449)
+++ trunk/packages/octaviz/debian/changelog 2006-01-20 07:02:35 UTC (rev 450)
@@ -1,3 +1,10 @@
+octaviz (0.4.0-19) unstable; urgency=low
+
+ * debian/rules: Added more command for debugging the problem with the
+ autobuilders
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 19 Jan 2006 22:24:58 +0100
+
octaviz (0.4.0-18) unstable; urgency=low
* debian/rules: Added octave-config command for help debugging the
Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules 2006-01-19 21:27:18 UTC (rev 449)
+++ trunk/packages/octaviz/debian/rules 2006-01-20 07:02:35 UTC (rev 450)
@@ -32,8 +32,12 @@
cmake: cmake-stamp
cmake-stamp:
dh_testdir
- /usr/bin/octave-config -p OCTINCLUDEDIR
+ 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
cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
touch cmake-stamp
More information about the Pkg-octave-commit
mailing list