rev 12418 - in kde-extras/kasablanca/tags: . 0.4.0.2-4 0.4.0.2-4/debian 0.4.0.2-4/debian/patches

Michael Meskes meskes at alioth.debian.org
Wed Oct 15 17:16:27 UTC 2008


Author: meskes
Date: 2008-10-15 17:16:27 +0000 (Wed, 15 Oct 2008)
New Revision: 12418

Added:
   kde-extras/kasablanca/tags/0.4.0.2-4/
   kde-extras/kasablanca/tags/0.4.0.2-4/debian/changelog
   kde-extras/kasablanca/tags/0.4.0.2-4/debian/patches/07_empty_dir.diff
Removed:
   kde-extras/kasablanca/tags/0.4.0.2-4/debian/changelog
   kde-extras/kasablanca/tags/0.4.0.2-4/debian/patches/07_empty_dir.dpatch
Log:
Released 0.4.0.2-4



Copied: kde-extras/kasablanca/tags/0.4.0.2-4 (from rev 12415, kde-extras/kasablanca/trunk)


Property changes on: kde-extras/kasablanca/tags/0.4.0.2-4
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: kde-extras/kasablanca/tags/0.4.0.2-4/debian/changelog

Copied: kde-extras/kasablanca/tags/0.4.0.2-4/debian/changelog (from rev 12417, kde-extras/kasablanca/trunk/debian/changelog)
===================================================================
--- kde-extras/kasablanca/tags/0.4.0.2-4/debian/changelog	                        (rev 0)
+++ kde-extras/kasablanca/tags/0.4.0.2-4/debian/changelog	2008-10-15 17:16:27 UTC (rev 12418)
@@ -0,0 +1,33 @@
+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.
+  * debian/control: Build-Depend on automake instead of
+    automake1.8. (Closes: #473312)
+  * Applied patch by Stephan Beyer <s-beyer at gmx.net> to fix empty directory
+    list. (Closes: #474273).
+  * Bumped Standards-Version to 3.7.3, no changes needed.
+  * Updated menu file to new section naming.
+  * Added Homepage filed to control file.
+  * Fixed spelling error lintian complained about.
+
+ -- Michael Meskes <meskes at debian.org>  Sat, 03 May 2008 18:27:50 +0200
+
+kasablanca (0.4.0.2-2) unstable; urgency=low
+
+  * Add menu file (Closes: #387328)
+  * Bump Standards-Version to 3.7.2
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun, 17 Sep 2006 01:17:16 +0200
+
+kasablanca (0.4.0.2-1) unstable; urgency=low
+
+  * Initial release Closes: #292874
+
+ -- Fathi Boudra <fboudra at free.fr>  Tue, 21 Mar 2006 18:07:59 +0100
+

Copied: kde-extras/kasablanca/tags/0.4.0.2-4/debian/patches/07_empty_dir.diff (from rev 12417, kde-extras/kasablanca/trunk/debian/patches/07_empty_dir.diff)
===================================================================
--- kde-extras/kasablanca/tags/0.4.0.2-4/debian/patches/07_empty_dir.diff	                        (rev 0)
+++ kde-extras/kasablanca/tags/0.4.0.2-4/debian/patches/07_empty_dir.diff	2008-10-15 17:16:27 UTC (rev 12418)
@@ -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();

Deleted: kde-extras/kasablanca/tags/0.4.0.2-4/debian/patches/07_empty_dir.dpatch




More information about the pkg-kde-commits mailing list