[SCM] konsole packaging branch, master, updated. debian/4.10.5-1-2-ge9ea639

Pino Toscano pino at alioth.debian.org
Sat Jul 13 16:57:33 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/konsole.git;a=commitdiff;h=e9ea639

The following commit has been merged in the master branch:
commit e9ea6395c49aac8997a9f1e89fbc40265251d449
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jul 13 18:57:22 2013 +0200

    fix build failure on Hurd
---
 debian/changelog         |    2 ++
 debian/patches/hurd.diff |   19 +++++++++++++++++++
 debian/patches/series    |    1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b13ff18..1295297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 konsole (4:4.10.5-2) UNRELEASED; urgency=low
 
+  [ Pino Toscano ]
+  * Fix build failure on Hurd; patch hurd.diff.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 13 Jul 2013 18:53:49 +0200
 
diff --git a/debian/patches/hurd.diff b/debian/patches/hurd.diff
new file mode 100644
index 0000000..8c12c78
--- /dev/null
+++ b/debian/patches/hurd.diff
@@ -0,0 +1,19 @@
+Author: Pino Toscano <pino at debian.org>
+Description: Quick fix to compile konsole on Hurd
+ Temporarly define MAXPATHLEN if not defined already (e.g. on Hurd).
+Last-Update: 2013-07-13
+Forwarded: not-needed
+
+--- a/src/ProcessInfo.cpp
++++ b/src/ProcessInfo.cpp
+@@ -67,6 +67,10 @@
+ #   endif
+ #endif
+ 
++#ifndef MAXPATHLEN
++#define MAXPATHLEN 4096
++#endif
++
+ using namespace Konsole;
+ 
+ ProcessInfo::ProcessInfo(int aPid , bool enableEnvironmentRead)
diff --git a/debian/patches/series b/debian/patches/series
index bccb940..b032d89 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 debian-T-addition.diff
+hurd.diff

-- 
konsole packaging



More information about the pkg-kde-commits mailing list