[debian-edu-commits] debian-edu/italc.git (#72) - master (branch) updated: debian/1.0.13-1.3-67-ge34d3a3
Mike Gabriel
sunweaver at alioth.debian.org
Fri May 3 13:13:55 UTC 2013
The branch, master has been updated
via e34d3a3a798434d6f4bf5b0cede31ce202c740f8 (commit)
from dbf5041ad6ae5d2d1c0eb342fd5d9a638275b7b9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e34d3a3a798434d6f4bf5b0cede31ce202c740f8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri May 3 12:50:18 2013 +0200
Add patch: 005_gcc47-ftbfs.patch. Fixes FTBFS with gcc-4.7.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
debian/patches/005_gcc47-ftbfs.patch | 12 ++++++++++++
debian/patches/series | 1 +
3 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 debian/patches/005_gcc47-ftbfs.patch
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5281d66..eacd816 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ italc (1:2.0.0-1) UNRELEASED; urgency=low
italc-teachers, italc-students).
* Create iTALC key pairs for roles: admin, supporter, teacher during package
configuration.
+ * Add patch: 005_gcc47-ftbfs.patch. Fixes FTBFS with gcc-4.7.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Sat, 12 May 2012 16:42:06 +0200
diff --git a/debian/patches/005_gcc47-ftbfs.patch b/debian/patches/005_gcc47-ftbfs.patch
new file mode 100644
index 0000000..22f66a7
--- /dev/null
+++ b/debian/patches/005_gcc47-ftbfs.patch
@@ -0,0 +1,12 @@
+Description: Fix FTBFS with gcc 4.7.
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/lib/src/LocalSystem.cpp
++++ b/lib/src/LocalSystem.cpp
+@@ -23,6 +23,7 @@
+ *
+ */
+
++#include <unistd.h>
+ #include <italcconfig.h>
+
+ #include <QtCore/QDir>
diff --git a/debian/patches/series b/debian/patches/series
index 3c6a3f7..040cec1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,5 +2,6 @@
002_use-v4l-videodev2.patch
003_rename-plugin-dir.patch
004_x2go-nx-noxdamage.patch
+005_gcc47-ftbfs.patch
011_qt-signals.patch
021_man-page-patch-in.patch
hooks/post-receive
--
italc.git (Debian package italc)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "italc.git" (Debian package italc).
More information about the debian-edu-commits
mailing list