Author: malat-guest
Date: 2011-04-18 19:10:13 +0000 (Mon, 18 Apr 2011)
New Revision: 6585

Added:
   trunk/packages/gofigure2/trunk/debian/patches/qreal_getrgb.patch
Modified:
   trunk/packages/gofigure2/trunk/debian/changelog
   trunk/packages/gofigure2/trunk/debian/patches/series
Log:
Add support for armel

Modified: trunk/packages/gofigure2/trunk/debian/changelog
===================================================================
--- trunk/packages/gofigure2/trunk/debian/changelog     2011-04-18 12:05:58 UTC 
(rev 6584)
+++ trunk/packages/gofigure2/trunk/debian/changelog     2011-04-18 19:10:13 UTC 
(rev 6585)
@@ -1,3 +1,9 @@
+gofigure2 (0.8.1-2) unstable; urgency=low
+
+  * fix armel compilation
+
+ -- Mathieu Malaterre <[email protected]>  Mon, 18 Apr 2011 21:08:58 
+0200
+
 gofigure2 (0.8.1-1) unstable; urgency=low
 
   * Initial release (Closes: #587051)

Added: trunk/packages/gofigure2/trunk/debian/patches/qreal_getrgb.patch
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/qreal_getrgb.patch            
                (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/qreal_getrgb.patch    
2011-04-18 19:10:13 UTC (rev 6585)
@@ -0,0 +1,13 @@
+Index: GoFigure2-v0.8.0/Code/GUI/lib/TraceContainerBase.txx
+===================================================================
+--- GoFigure2-v0.8.0.orig/Code/GUI/lib/TraceContainerBase.txx  2011-04-18 
21:07:00.000000000 +0200
++++ GoFigure2-v0.8.0/Code/GUI/lib/TraceContainerBase.txx       2011-04-18 
21:07:12.000000000 +0200
+@@ -466,7 +466,7 @@
+   boost::tuples::tie(it0, it1) =
+     m_Container.get< Highlighted >().equal_range(true);
+ 
+-  double r(1.), g(1.), b(1.), a(1.);
++  qreal r(1.), g(1.), b(1.), a(1.);
+ 
+   if ( iColor.isValid() )
+     {

Modified: trunk/packages/gofigure2/trunk/debian/patches/series
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/series        2011-04-18 
12:05:58 UTC (rev 6584)
+++ trunk/packages/gofigure2/trunk/debian/patches/series        2011-04-18 
19:10:13 UTC (rev 6585)
@@ -1 +1,2 @@
 apple_bundle_fix.patch
+qreal_getrgb.patch


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to