[SCM] bangarang packaging branch, master, updated. debian/2.1-1-6-g13dc5be
Ryan Kavanagh
rak at alioth.debian.org
Sat Apr 28 16:43:15 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/bangarang.git;a=commitdiff;h=8ad30f3
The following commit has been merged in the master branch:
commit 8ad30f3cb99c1ef96e51e39a78fbefc08c026192
Author: Cyril Brulebois <kibi at debian.org>
Date: Fri Apr 27 11:39:25 2012 -0400
Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes (Closes: #667108).
---
debian/patches/fix-ftbfs-with-gcc-4.7 | 37 +++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/debian/patches/fix-ftbfs-with-gcc-4.7 b/debian/patches/fix-ftbfs-with-gcc-4.7
new file mode 100644
index 0000000..38f292a
--- /dev/null
+++ b/debian/patches/fix-ftbfs-with-gcc-4.7
@@ -0,0 +1,37 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes.
+Author: Cyril Brulebois <kibi at debian.org>
+Bug-Debian: http://bugs.debian.org/667108
+
+--- bangarang-2.1.orig/src/platform/infofetchers/tmdbinfofetcher.cpp
++++ bangarang-2.1/src/platform/infofetchers/tmdbinfofetcher.cpp
+@@ -30,6 +30,8 @@
+ #include <QDomDocument>
+ #include <QFile>
+
++#include <unistd.h>
++
+ TMDBInfoFetcher::TMDBInfoFetcher(QObject *parent) :
+ InfoFetcher(parent)
+ {
+--- bangarang-2.1.orig/src/platform/infofetchers/lastfminfofetcher.cpp
++++ bangarang-2.1/src/platform/infofetchers/lastfminfofetcher.cpp
+@@ -32,6 +32,8 @@
+ #include <QFile>
+ #include <QTextEdit>
+
++#include <unistd.h>
++
+ LastfmInfoFetcher::LastfmInfoFetcher(QObject *parent) :
+ InfoFetcher(parent)
+ {
+--- bangarang-2.1.orig/src/platform/infofetchers/tvdbinfofetcher.cpp
++++ bangarang-2.1/src/platform/infofetchers/tvdbinfofetcher.cpp
+@@ -30,6 +30,8 @@
+ #include <QDomDocument>
+ #include <QFile>
+
++#include <unistd.h>
++
+ TVDBInfoFetcher::TVDBInfoFetcher(QObject *parent) :
+ InfoFetcher(parent)
+ {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a25c2a1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7
--
bangarang packaging
More information about the pkg-kde-commits
mailing list