[SCM] konsole packaging branch, kde4.12, updated. debian/4.12.2-1-2-g3e7b4dc

Pino Toscano pino at moszumanska.debian.org
Thu Feb 27 07:16:57 UTC 2014


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

The following commit has been merged in the kde4.12 branch:
commit 3e7b4dcfb2971a54537793818e40a29a27af6295
Author: Pino Toscano <pino at debian.org>
Date:   Thu Feb 27 08:09:52 2014 +0100

    drop patch hurd.diff
    
    obsolete in konsole >= 4.12
---
 debian/changelog         |  2 ++
 debian/patches/hurd.diff | 21 ---------------------
 debian/patches/series    |  1 -
 3 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8250785..826bd56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 konsole (4:4.12.2-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Drop patch hurd.diff, obsolete in konsole >= 4.12.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 27 Feb 2014 08:07:33 +0100
 
diff --git a/debian/patches/hurd.diff b/debian/patches/hurd.diff
deleted file mode 100644
index fa4461c..0000000
--- a/debian/patches/hurd.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-
-Index: konsole/src/ProcessInfo.cpp
-===================================================================
---- konsole.orig/src/ProcessInfo.cpp	2013-09-26 13:03:44.354665475 +0000
-+++ konsole/src/ProcessInfo.cpp	2013-09-26 13:03:44.350665627 +0000
-@@ -61,6 +61,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 b032d89..bccb940 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 debian-T-addition.diff
-hurd.diff

-- 
konsole packaging



More information about the pkg-kde-commits mailing list