[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822499: baloo-kf5: diff for NMU version 5.16.0-1.1



Control: tags 822499 + patch

Patch attached.

-- 
tobi

Regards.
diff -Nru baloo-kf5-5.16.0/debian/changelog baloo-kf5-5.16.0/debian/changelog
--- baloo-kf5-5.16.0/debian/changelog	2015-11-30 12:12:56.000000000 +0100
+++ baloo-kf5-5.16.0/debian/changelog	2016-04-26 14:28:24.000000000 +0200
@@ -1,3 +1,11 @@
+baloo-kf5 (5.16.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS: error: 'pow' is not a member of 'std'" 
+    changed and why> (Closes: #822499)
+
+ -- Tobias Frost <tobi@debian.org>  Tue, 26 Apr 2016 14:28:01 +0200
+
 baloo-kf5 (5.16.0-1) unstable; urgency=medium
 
   * New upstream release (5.16.0).
diff -Nru baloo-kf5-5.16.0/debian/patches/fix-822499.patch baloo-kf5-5.16.0/debian/patches/fix-822499.patch
--- baloo-kf5-5.16.0/debian/patches/fix-822499.patch	1970-01-01 01:00:00.000000000 +0100
+++ baloo-kf5-5.16.0/debian/patches/fix-822499.patch	2016-04-26 15:05:26.000000000 +0200
@@ -0,0 +1,29 @@
+Description: Fix FTBFS due missing includes
+Author: Tobias Frost <tobi@debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822499
+Forwarded: no
+Last-Update: 2016-04-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/file/extractor/autotests/iohandlertest.cpp
++++ b/src/file/extractor/autotests/iohandlertest.cpp
+@@ -29,6 +29,8 @@
+ 
+ #include "../iohandler.h"
+ 
++#include <cmath>
++
+ namespace Baloo {
+ class IOHandlerTest : public QObject
+ {
+--- a/src/file/timeestimator.cpp
++++ b/src/file/timeestimator.cpp
+@@ -23,6 +23,8 @@
+ #include "timeestimator.h"
+ #include "filecontentindexerprovider.h"
+ 
++#include <math.h>
++
+ using namespace Baloo;
+ 
+ TimeEstimator::TimeEstimator(QObject* parent)
diff -Nru baloo-kf5-5.16.0/debian/patches/series baloo-kf5-5.16.0/debian/patches/series
--- baloo-kf5-5.16.0/debian/patches/series	2015-11-30 12:12:56.000000000 +0100
+++ baloo-kf5-5.16.0/debian/patches/series	2016-04-26 14:28:37.000000000 +0200
@@ -1 +1,2 @@
 disable_failing_test
+fix-822499.patch


Reply to: