[SCM] baloo packaging branch, master, updated. debian/5.19.0-1-21-g8c4937d

Maximiliano Curia maxy at moszumanska.debian.org
Sat Apr 30 07:54:54 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/baloo.git;a=commitdiff;h=9dd54c1

The following commit has been merged in the master branch:
commit 9dd54c1fc858dc9565fca7b67a221b2cb2b48692
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Apr 30 09:53:35 2016 +0200

    Acknowledge nmu 5.16.0-1.1. Thanks to Tobias Frost
---
 debian/changelog                |  8 ++++++++
 debian/patches/fix-822499.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 38 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cecd279..a53908e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,14 @@ baloo-kf5 (5.18.0-1) experimental; urgency=medium
 
  -- Maximiliano Curia <maxy at debian.org>  Wed, 27 Jan 2016 13:34:40 +0100
 
+baloo-kf5 (5.16.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS: error: 'pow' is not a member of 'std'" 
+    changed and why> (Closes: #822499)
+
+ -- Tobias Frost <tobi at 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 --git a/debian/patches/fix-822499.patch b/debian/patches/fix-822499.patch
new file mode 100644
index 0000000..10074c4
--- /dev/null
+++ b/debian/patches/fix-822499.patch
@@ -0,0 +1,29 @@
+Description: Fix FTBFS due missing includes
+Author: Tobias Frost <tobi at 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 --git a/debian/patches/series b/debian/patches/series
index 4168e54..d4238e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 disable_failing_test
+fix-822499.patch

-- 
baloo packaging



More information about the pkg-kde-commits mailing list