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

Thomas Weber thomas-guest at costa.debian.org
Tue May 30 19:56:14 CEST 2006


Author: thomas-guest
Date: 2006-05-30 17:56:13 +0000 (Tue, 30 May 2006)
New Revision: 615

Modified:
   trunk/packages/octaviz/debian/changelog
   trunk/packages/octaviz/debian/rules
Log:
The autobuilders are failing again. <sigh>


Modified: trunk/packages/octaviz/debian/changelog
===================================================================
--- trunk/packages/octaviz/debian/changelog	2006-05-30 17:49:29 UTC (rev 614)
+++ trunk/packages/octaviz/debian/changelog	2006-05-30 17:56:13 UTC (rev 615)
@@ -1,3 +1,14 @@
+octaviz (0.4.0-26) unstable; urgency=low
+
+  NOT YET RELEASED!
+
+  [ Thomas Weber ]
+  * debian/rules:
+    Add debugging statements for the autobuilders.
+    Removed superfluous CFLAGS handling; cdbs does it for us.
+
+ --
+
 octaviz (0.4.0-25) unstable; urgency=low
 
   * Got rid of debian/patches/55-octave-config-path.patch, an obsolete

Modified: trunk/packages/octaviz/debian/rules
===================================================================
--- trunk/packages/octaviz/debian/rules	2006-05-30 17:49:29 UTC (rev 614)
+++ trunk/packages/octaviz/debian/rules	2006-05-30 17:56:13 UTC (rev 615)
@@ -21,17 +21,12 @@
 debfcn = $(debdir)$(MDIR)
 
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 cmake: cmake-stamp
 cmake-stamp:
 	dh_testdir
+	# reintroduce tests; failing autobuilders are fun ...
+	ls -l /usr/bin/oct*
+	ls -l /etc/alternatives/oct*
 	cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
 	touch cmake-stamp
 




More information about the Pkg-octave-commit mailing list