rev 19333 - in kde-extras/knemo/trunk/debian: . patches

Felix Geyer fgeyer at alioth.debian.org
Tue Nov 6 13:14:18 UTC 2012


Author: fgeyer
Date: 2012-11-06 13:14:18 +0000 (Tue, 06 Nov 2012)
New Revision: 19333

Added:
   kde-extras/knemo/trunk/debian/patches/
   kde-extras/knemo/trunk/debian/patches/fix_ftbfs_arm_qreal.diff
   kde-extras/knemo/trunk/debian/patches/series
Modified:
   kde-extras/knemo/trunk/debian/changelog
Log:
Fix FTBFS on ARM: add fix_ftbfs_arm_qreal.diff

Modified: kde-extras/knemo/trunk/debian/changelog
===================================================================
--- kde-extras/knemo/trunk/debian/changelog	2012-11-06 12:32:12 UTC (rev 19332)
+++ kde-extras/knemo/trunk/debian/changelog	2012-11-06 13:14:18 UTC (rev 19333)
@@ -1,5 +1,6 @@
 knemo (0.7.4-3) UNRELEASED; urgency=low
 
+  * Fix FTBFS on ARM: add fix_ftbfs_arm_qreal.diff
   * Switch to my @debian.org email address.
 
  -- Felix Geyer <fgeyer at debian.org>  Tue, 06 Nov 2012 13:25:30 +0100

Added: kde-extras/knemo/trunk/debian/patches/fix_ftbfs_arm_qreal.diff
===================================================================
--- kde-extras/knemo/trunk/debian/patches/fix_ftbfs_arm_qreal.diff	                        (rev 0)
+++ kde-extras/knemo/trunk/debian/patches/fix_ftbfs_arm_qreal.diff	2012-11-06 13:14:18 UTC (rev 19333)
@@ -0,0 +1,15 @@
+Description: Fix FTBFS on ARM where qreal = float.
+Author: Felix Geyer <fgeyer at debian.org>
+Forwarded: yes
+
+--- knemo-0.7.4.orig/src/knemod/interfaceplotterdialog.cpp
++++ knemo-0.7.4/src/knemod/interfaceplotterdialog.cpp
+@@ -289,7 +289,7 @@ void InterfacePlotterDialog::useBitrate(
+ 
+ void InterfacePlotterDialog::updatePlotter( const double incomingBytes, const double outgoingBytes )
+ {
+-    QList<double> trafficList;
++    QList<qreal> trafficList;
+     if ( mOutgoingVisible )
+        trafficList.append( outgoingBytes );
+     if ( mIncomingVisible )

Added: kde-extras/knemo/trunk/debian/patches/series
===================================================================
--- kde-extras/knemo/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/knemo/trunk/debian/patches/series	2012-11-06 13:14:18 UTC (rev 19333)
@@ -0,0 +1 @@
+fix_ftbfs_arm_qreal.diff




More information about the pkg-kde-commits mailing list