[SCM] KDE PIM Libraries module packaging branch, kde4.5, updated. debian/4.4.5-1-11-g21a2283

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sun Aug 1 09:15:27 UTC 2010


The following commit has been merged in the kde4.5 branch:
commit 21a2283b0ddf4cc7cbc11089302fbaa7744f790d
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Sun Aug 1 11:54:16 2010 +0300

    Remove patch 01_hurd_support.diff.
    
    Pino says patches with Fixed-For: 4.5.0 header can be removed.
---
 debian/changelog                    |    3 ++-
 debian/patches/01_hurd_support.diff |   32 --------------------------------
 debian/patches/series               |    1 -
 3 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8515f31..6497459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ kdepimlibs (4:4.5.0-0r1) UNRELEASED; urgency=low
 
   [ George Kiagiadakis ]
   * Change my email address in uploaders.
-  * Refresh patches.
+  * Refresh patch 03_hide_akonadi_progressbar.diff.
+  * Remove patch 01_hurd_support.diff, no longer needed.
   * Remove patch 02_increase_fail_timeout.diff, no longer needed.
   * Update installed files.
 
diff --git a/debian/patches/01_hurd_support.diff b/debian/patches/01_hurd_support.diff
deleted file mode 100644
index ffc740f..0000000
--- a/debian/patches/01_hurd_support.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-Author: Pino Toscano <pino at kde.org>
-Description: preliminary GNU/Hurd support
- Adds "support" for GNU/Hurd by defining PATH_MAX where needed.
- Not forwarded, better fixes should be done upstream.
-Forwarded: no
-Fixed-For: 4.5.0
---- a/kholidays/parsers/plan1/parseholiday.c
-+++ b/kholidays/parsers/plan1/parseholiday.c
-@@ -170,6 +170,10 @@
- 
- #include <limits.h>
- 
-+#ifndef PATH_MAX
-+# define PATH_MAX 1024
-+#endif
-+
- /*** Macro definitions and constants ***/
- /*
-  * Before you mail and complain that the following macro is incorrect,
---- a/kholidays/parsers/plan1/parseholiday.y
-+++ b/kholidays/parsers/plan1/parseholiday.y
-@@ -49,6 +49,10 @@
- 
- #include <limits.h>
- 
-+#ifndef PATH_MAX
-+# define PATH_MAX 1024
-+#endif
-+
- /*** Macro definitions and constants ***/
- /*
-  * Before you mail and complain that the following macro is incorrect,
diff --git a/debian/patches/series b/debian/patches/series
index 007dba2..333e353 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-01_hurd_support.diff
 03_hide_akonadi_progressbar.diff

-- 
KDE PIM Libraries module packaging



More information about the pkg-kde-commits mailing list