[Pkg-octave-commit] r2040 - in qtoctave/trunk/debian: . patches
Thomas Weber
thomas-guest at alioth.debian.org
Sun Jun 1 06:38:45 UTC 2008
tags 482253 pending
thanks
Author: thomas-guest
Date: 2008-06-01 06:38:44 +0000 (Sun, 01 Jun 2008)
New Revision: 2040
Added:
qtoctave/trunk/debian/patches/add_path_for_cmake26
Modified:
qtoctave/trunk/debian/changelog
qtoctave/trunk/debian/patches/series
Log:
Bug fix for \#482253
Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog 2008-05-27 22:43:10 UTC (rev 2039)
+++ qtoctave/trunk/debian/changelog 2008-06-01 06:38:44 UTC (rev 2040)
@@ -1,3 +1,10 @@
+qtoctave (0.7.4+dfsg-2) unstable; urgency=low
+
+ * New patch: add_path_for_cmake26, necessary for compilation with cmake 2.6
+ (closes: #482253)
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com> Sat, 31 May 2008 20:10:17 +0200
+
qtoctave (0.7.4+dfsg-1) unstable; urgency=low
[ Rafael Laboissiere ]
Added: qtoctave/trunk/debian/patches/add_path_for_cmake26
===================================================================
--- qtoctave/trunk/debian/patches/add_path_for_cmake26 (rev 0)
+++ qtoctave/trunk/debian/patches/add_path_for_cmake26 2008-06-01 06:38:44 UTC (rev 2040)
@@ -0,0 +1,28 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -64,7 +64,7 @@
+ moc_command_list.cxx
+ config.h
+ dynamic_help/dynamic_help.h
+- moc_dynamic_help.cxx
++ dynamic_help/moc_dynamic_help.cxx
+ editor.h
+ moc_editor.cxx
+ generate_menu.h
+@@ -82,13 +82,13 @@
+ octave_connection.h
+ moc_octave_connection.cxx
+ operations/general_menu.h
+- moc_general_menu.cxx
++ operations/moc_general_menu.cxx
+ operations/table_plot.h
+- moc_table_plot.cxx
++ operations/moc_table_plot.cxx
+ operations.h
+ moc_operations.cxx
+ projects/projects.h
+- moc_projects.cxx
++ projects/moc_projects.cxx
+ search_dialog.h
+ moc_search_dialog.cxx
+ session.h
Modified: qtoctave/trunk/debian/patches/series
===================================================================
--- qtoctave/trunk/debian/patches/series 2008-05-27 22:43:10 UTC (rev 2039)
+++ qtoctave/trunk/debian/patches/series 2008-06-01 06:38:44 UTC (rev 2040)
@@ -1,3 +1,4 @@
build-out-of-source
use_octave3.0-htmldoc
move_doc_under_doc
+add_path_for_cmake26
More information about the Pkg-octave-commit
mailing list