Merge lp:~kamalmostafa/ubuntu/lucid/qtoctave/fix-507163-ftbfs into lp:ubuntu/lucid/qtoctave

Proposed by Kamal Mostafa
Status: Merged
Merge reported by: Kamal Mostafa
Merged at revision: not available
Proposed branch: lp:~kamalmostafa/ubuntu/lucid/qtoctave/fix-507163-ftbfs
Merge into: lp:ubuntu/lucid/qtoctave
Diff against target: 50 lines (+30/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/allow_qt_ge_44 (+22/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~kamalmostafa/ubuntu/lucid/qtoctave/fix-507163-ftbfs
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+17513@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-10-11 16:29:55 +0000
3+++ debian/changelog 2010-01-16 16:16:14 +0000
4@@ -1,3 +1,10 @@
5+qtoctave (0.8.2+dfsg-2ubuntu1) lucid; urgency=low
6+
7+ * debian/patches/allow_qt_ge_44: allow build with Qt version >= 4.5
8+ (not just == 4.5).
9+
10+ -- Kamal Mostafa <kamal@whence.com> Sat, 16 Jan 2010 08:08:49 -0800
11+
12 qtoctave (0.8.2+dfsg-2) unstable; urgency=low
13
14 * Fix build failure for GCC 4.4 via use_cstdio_header (closes: #550264)
15
16=== added file 'debian/patches/allow_qt_ge_44'
17--- debian/patches/allow_qt_ge_44 1970-01-01 00:00:00 +0000
18+++ debian/patches/allow_qt_ge_44 2010-01-16 16:16:14 +0000
19@@ -0,0 +1,22 @@
20+ * CMakeLists.txt: allow build with Qt version >= 4.5 (not just == 4.5).
21+=== modified file 'CMakeLists.txt'
22+--- a/CMakeLists.txt 2009-10-04 10:08:00 +0000
23++++ b/CMakeLists.txt 2010-01-13 20:21:17 +0000
24+@@ -28,13 +28,13 @@
25+
26+ include(UseQt4)
27+
28+-if( NOT ${QT_VERSION_MAJOR} EQUAL 4 OR NOT ${QT_VERSION_MINOR} EQUAL 5 )
29++if( NOT ${QT_VERSION_MAJOR} EQUAL 4 OR NOT ${QT_VERSION_MINOR} GREATER 4 )
30+ MESSAGE (FATAL_ERROR
31+- "Qt version 4.5 required.\n"
32++ "Qt version 4.5 or greater is required.\n"
33+ "Qt version installed is: ${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}\n"
34+ "Please install required version.\n"
35+ )
36+-endif( NOT ${QT_VERSION_MAJOR} EQUAL 4 OR NOT ${QT_VERSION_MINOR} EQUAL 5 )
37++endif( NOT ${QT_VERSION_MAJOR} EQUAL 4 OR NOT ${QT_VERSION_MINOR} GREATER 4 )
38+
39+
40+
41+
42
43=== modified file 'debian/patches/series'
44--- debian/patches/series 2009-10-11 16:29:55 +0000
45+++ debian/patches/series 2010-01-16 16:16:14 +0000
46@@ -6,3 +6,4 @@
47 install_easyplot_as_target
48 build-out-of-source
49 use_cstdio_header
50+allow_qt_ge_44

Subscribers

People subscribed via source and target branches

to all changes: