rev 12417 - in kde-extras/kasablanca/trunk/debian: . patches

Michael Meskes meskes at alioth.debian.org
Wed Oct 15 17:11:00 UTC 2008


Author: meskes
Date: 2008-10-15 17:10:59 +0000 (Wed, 15 Oct 2008)
New Revision: 12417

Added:
   kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.diff
Removed:
   kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.dpatch
Modified:
   kde-extras/kasablanca/trunk/debian/changelog
Log:
Fixed naming of patch making it become applied.



Modified: kde-extras/kasablanca/trunk/debian/changelog
===================================================================
--- kde-extras/kasablanca/trunk/debian/changelog	2008-10-15 13:17:55 UTC (rev 12416)
+++ kde-extras/kasablanca/trunk/debian/changelog	2008-10-15 17:10:59 UTC (rev 12417)
@@ -1,3 +1,9 @@
+kasablanca (0.4.0.2-4) unstable; urgency=low
+
+  * Patch was wrongly named and thus not applied, fixing.
+
+ -- Michael Meskes <meskes at debian.org>  Wed, 15 Oct 2008 19:08:28 +0200
+
 kasablanca (0.4.0.2-3) unstable; urgency=low
 
   * Added myself as uploader.

Copied: kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.diff (from rev 12415, kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.dpatch)
===================================================================
--- kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.diff	                        (rev 0)
+++ kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.diff	2008-10-15 17:10:59 UTC (rev 12417)
@@ -0,0 +1,19 @@
+diff -ruN kasablanca-0.4.0.2.old/src/ftpthread.cpp kasablanca-0.4.0.2.new/src/ftpthread.cpp
+--- kasablanca-0.4.0.2.old/src/ftpthread.cpp	2008-04-03 20:21:36.000000000 +0200
++++ kasablanca-0.4.0.2.new/src/ftpthread.cpp	2005-01-31 14:24:47.000000000 +0100
+@@ -1122,13 +1122,13 @@
+ 		for (i = 1; i < 13; i++)
+ 		{
+ 			loc = buffer.find(month[i], 0);
++			if (loc != -1)
+-			if (loc != string::npos)
+ 			{
+ 				month_int = i;
+ 				break;
+ 			}
+ 		}
++		if (loc == -1)
+-		if( loc == string::npos )
+ 		{
+ 			qWarning("INFO: no month entry found");
+ 			loc = buffer.length();


Property changes on: kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.diff
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.dpatch




More information about the pkg-kde-commits mailing list