rev 19376 - in kde-extras/kdesvn/trunk/debian: . patches

Michael Biebl biebl at alioth.debian.org
Fri Jan 11 01:58:07 UTC 2013


Author: biebl
Date: 2013-01-11 01:58:07 +0000 (Fri, 11 Jan 2013)
New Revision: 19376

Added:
   kde-extras/kdesvn/trunk/debian/patches/fix-ftbfs-gcc-4.7-667221.patch
Modified:
   kde-extras/kdesvn/trunk/debian/changelog
   kde-extras/kdesvn/trunk/debian/patches/series
Log:
* Acknowledge NMU, thanks Gregor Hermann.
* Non-maintainer upload.
* Fix "ftbfs with GCC-4.7": add patch fix-ftbfs-gcc-4.7-667221.patch from
  Paul Tagliamonte (missing header include).
  Closes: #667221

Modified: kde-extras/kdesvn/trunk/debian/changelog
===================================================================
--- kde-extras/kdesvn/trunk/debian/changelog	2012-12-30 05:17:32 UTC (rev 19375)
+++ kde-extras/kdesvn/trunk/debian/changelog	2013-01-11 01:58:07 UTC (rev 19376)
@@ -1,3 +1,18 @@
+kdesvn (1.5.5-5) UNRELEASED; urgency=low
+
+  * Acknowledge NMU, thanks Gregor Hermann.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 11 Jan 2013 02:57:12 +0100
+
+kdesvn (1.5.5-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch fix-ftbfs-gcc-4.7-667221.patch from
+    Paul Tagliamonte (missing header include).
+    Closes: #667221
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 05 May 2012 15:08:08 +0200
+
 kdesvn (1.5.5-4) unstable; urgency=low
 
   * debian/patches/virtual_inheritance.patch

Added: kde-extras/kdesvn/trunk/debian/patches/fix-ftbfs-gcc-4.7-667221.patch
===================================================================
--- kde-extras/kdesvn/trunk/debian/patches/fix-ftbfs-gcc-4.7-667221.patch	                        (rev 0)
+++ kde-extras/kdesvn/trunk/debian/patches/fix-ftbfs-gcc-4.7-667221.patch	2013-01-11 01:58:07 UTC (rev 19376)
@@ -0,0 +1,10 @@
+--- a/src/svnfrontend/maintreewidget.cpp	2012-05-03 19:54:36.499257151 -0400
++++ b/src/svnfrontend/maintreewidget.cpp	2012-05-03 19:54:45.811256655 -0400
+@@ -55,6 +55,7 @@
+ #include <kio/copyjob.h>
+ #include <kfiledialog.h>
+ #include <knotification.h>
++#include <unistd.h>
+ 
+ #include <QSortFilterProxyModel>
+ #include <QEvent>

Modified: kde-extras/kdesvn/trunk/debian/patches/series
===================================================================
--- kde-extras/kdesvn/trunk/debian/patches/series	2012-12-30 05:17:32 UTC (rev 19375)
+++ kde-extras/kdesvn/trunk/debian/patches/series	2013-01-11 01:58:07 UTC (rev 19376)
@@ -1,3 +1,4 @@
 # Patches for kdesvn
 doctype_version.patch
 virtual_inheritance.patch
+fix-ftbfs-gcc-4.7-667221.patch




More information about the pkg-kde-commits mailing list