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

Rafael Laboissiere rafael at costa.debian.org
Sun Jan 8 23:15:05 UTC 2006


Author: rafael
Date: 2006-01-08 23:15:03 +0000 (Sun, 08 Jan 2006)
New Revision: 402

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

Modified: trunk/packages/octaviz/debian/changelog
===================================================================
--- trunk/packages/octaviz/debian/changelog	2006-01-08 23:13:30 UTC (rev 401)
+++ trunk/packages/octaviz/debian/changelog	2006-01-08 23:15:03 UTC (rev 402)
@@ -1,3 +1,12 @@
+octaviz (0.4.0-14) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * debian/control: Tighten build-dependency on octave2.1-headers to
+    >= 2.1.72-8
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Sat,  7 Jan 2006 21:31:40 +0100
+
 octaviz (0.4.0-13) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/octaviz/debian/control
===================================================================
--- trunk/packages/octaviz/debian/control	2006-01-08 23:13:30 UTC (rev 401)
+++ trunk/packages/octaviz/debian/control	2006-01-08 23:15:03 UTC (rev 402)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), cmake, libvtk4-dev (>= 4.4.2-8), octave2.1-headers (>= 2.1.65), lesstif2-dev, cdbs
+Build-Depends: debhelper (>= 4.0.0), cmake, libvtk4-dev (>= 4.4.2-8), octave2.1-headers (>= 2.1.72-8), lesstif2-dev, cdbs
 Standards-Version: 3.6.2
 
 Package: octaviz

Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules	2006-01-08 23:13:30 UTC (rev 401)
+++ trunk/packages/octaviz/debian/rules	2006-01-08 23:15:03 UTC (rev 402)
@@ -32,6 +32,7 @@
 cmake: cmake-stamp
 cmake-stamp:
 	dh_testdir
+	ls -l /usr/bin/oct*
 	cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
 	touch cmake-stamp
 




More information about the Pkg-octave-commit mailing list