[SCM] qtchooser packaging branch, master, updated. debian/26-3-5-g06c0c07

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat May 18 22:46:56 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtchooser.git;a=commitdiff;h=06c0c07

The following commit has been merged in the master branch:
commit 06c0c07b5b7c41bdf8c98430bf369f920fd409c7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat May 18 19:46:32 2013 -0300

    Remove fix-PATH_MAX.diff.
    
    Improved version applied upstream.
---
 debian/changelog                 |    4 +++-
 debian/patches/fix-PATH_MAX.diff |   21 ---------------------
 debian/patches/series            |    1 -
 3 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f169c2e..da397da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ qtchooser (31-1) UNRELEASED; urgency=low
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Improve debian/watch (Thanks Pino!).
-  * Remove create-a-system-default-path.patch, it has been applied upstream.
+  * Remove patches applied upstream:
+    - create-a-system-default-path.patch.
+    - fix-PATH_MAX.diff.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 May 2013 19:36:35 -0300
 
diff --git a/debian/patches/fix-PATH_MAX.diff b/debian/patches/fix-PATH_MAX.diff
deleted file mode 100644
index f3d185f..0000000
--- a/debian/patches/fix-PATH_MAX.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-Author: Pino Toscano <toscano.pino at tiscali.it>
-Description: Fix build when PATH_MAX is not defined.
- PATH_MAX is not mandatory in POSIX, and GNU/Hurd does not provide it.
- As a temporary solution, define it as 4096 if not defined already; a better
- solution could be using getline as provided in POSIX.1-2008.
-Forwarded: no
-Last-Update: 2013-04-01
-
---- a/src/qtchooser/main.cpp
-+++ b/src/qtchooser/main.cpp
-@@ -74,6 +74,10 @@
- #  define EXE_SUFFIX ""
- #endif
- 
-+#ifndef PATH_MAX
-+#  define PATH_MAX 4096
-+#endif
-+
- using namespace std;
- 
- static const char myName[] = "qtchooser" EXE_SUFFIX;
diff --git a/debian/patches/series b/debian/patches/series
index adf80f7..e78b3cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 enable-tests.patch
-fix-PATH_MAX.diff

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list