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

Thomas Weber thomas-guest at alioth.debian.org
Thu Nov 9 14:33:37 CET 2006


Author: thomas-guest
Date: 2006-11-09 14:33:36 +0100 (Thu, 09 Nov 2006)
New Revision: 797

Modified:
   trunk/packages/octaviz/debian/rules
Log:
add -Wno-deprecated; this should give cleaner buildd logs


Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules	2006-11-08 22:06:56 UTC (rev 796)
+++ trunk/packages/octaviz/debian/rules	2006-11-09 13:33:36 UTC (rev 797)
@@ -25,6 +25,10 @@
 # autobuilders need to be resolved post-etch
 OCT_VER = $(shell octave --version  | grep --only-matching  2.1.[[:xdigit:]]*)
 
+# avoid warnings coming down from VTK
+CXXFLAGS += -Wno-deprecated 
+export CXXFLAGS
+
 cmake: cmake-stamp
 cmake-stamp:
 	dh_testdir




More information about the Pkg-octave-commit mailing list