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

Rafael Laboissiere rafael at costa.debian.org
Thu Jan 19 21:26:38 UTC 2006


Author: rafael
Date: 2006-01-19 21:26:32 +0000 (Thu, 19 Jan 2006)
New Revision: 448

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

Modified: trunk/packages/octaviz/debian/changelog
===================================================================
--- trunk/packages/octaviz/debian/changelog	2006-01-19 15:55:54 UTC (rev 447)
+++ trunk/packages/octaviz/debian/changelog	2006-01-19 21:26:32 UTC (rev 448)
@@ -1,3 +1,10 @@
+octaviz (0.4.0-18) unstable; urgency=low
+
+  * debian/rules: Added octave-config command for help debugging the
+    autobuilders
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 19 Jan 2006 17:57:02 +0100
+
 octaviz (0.4.0-17) unstable; urgency=low
 
   * debian/patches/55-octave-config-path.patch: Radical measure to get the

Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules	2006-01-19 15:55:54 UTC (rev 447)
+++ trunk/packages/octaviz/debian/rules	2006-01-19 21:26:32 UTC (rev 448)
@@ -32,6 +32,8 @@
 cmake: cmake-stamp
 cmake-stamp:
 	dh_testdir
+	/usr/bin/octave-config -p OCTINCLUDEDIR
+	/usr/bin/octave-config-2.1.72 -p OCTINCLUDEDIR
 	cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
 	touch cmake-stamp
 




More information about the Pkg-octave-commit mailing list