rev 6385 - in trunk/packages/kdepim/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Mon May 28 12:28:50 UTC 2007


Author: pusling-guest
Date: 2007-05-28 12:28:50 +0000 (Mon, 28 May 2007)
New Revision: 6385

Added:
   trunk/packages/kdepim/debian/patches/01_branch_quota-fix.diff
Modified:
   trunk/packages/kdepim/debian/changelog
   trunk/packages/kdepim/debian/control
Log:
fixing ftbfs'es and other stuff


Modified: trunk/packages/kdepim/debian/changelog
===================================================================
--- trunk/packages/kdepim/debian/changelog	2007-05-28 12:05:04 UTC (rev 6384)
+++ trunk/packages/kdepim/debian/changelog	2007-05-28 12:28:50 UTC (rev 6385)
@@ -1,9 +1,14 @@
 kdepim (4:3.5.7-2) unstable; urgency=low
 
+  * Rebuild with a fixed dpkg-dev (Closes: #425621, #425913). Add a versioned
+    build dependency.
+
   +++ Changes by Sune Vuorela:
 
   * Remove kleopatra readme. It is horribly outdated - and describes how to
     install unofficial packages that have been in Debian for ages.
+  * Add a patch to fix issues with quotas. Patch pulled from svn. 
+    (Closes: 426115)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 22 May 2007 14:24:20 +0200
 

Modified: trunk/packages/kdepim/debian/control
===================================================================
--- trunk/packages/kdepim/debian/control	2007-05-28 12:05:04 UTC (rev 6384)
+++ trunk/packages/kdepim/debian/control	2007-05-28 12:28:50 UTC (rev 6385)
@@ -9,7 +9,7 @@
  libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  libboost-dev (>= 1.33.1), libgnokii3-dev, libgpgme11-dev, liblockdev1-dev,
  libpisock-dev, libreadline5-dev, libsasl2-dev, libssl-dev,
- libtool (>= 1.5), libxpm-dev, libxss-dev, sharutils, texinfo
+ libtool (>= 1.5), libxpm-dev, libxss-dev, sharutils, texinfo, dpkg-dev (>= 1.14.4)
 Build-Depends-Indep: doxygen, graphviz, gsfonts-x11, qt3-doc, kdelibs4-doc
 Build-Conflicts: libkleopatra0-dev, autoconf2.13
 Standards-Version: 3.7.2

Added: trunk/packages/kdepim/debian/patches/01_branch_quota-fix.diff
===================================================================
--- trunk/packages/kdepim/debian/patches/01_branch_quota-fix.diff	                        (rev 0)
+++ trunk/packages/kdepim/debian/patches/01_branch_quota-fix.diff	2007-05-28 12:28:50 UTC (rev 6385)
@@ -0,0 +1,13 @@
+Index: kdepim/kioslaves/imap4/imapcommand.cc
+===================================================================
+--- kdepim/kioslaves/imap4/imapcommand.cc	(revision 665255)
++++ kdepim/kioslaves/imap4/imapcommand.cc	(revision 665256)
+@@ -396,7 +396,7 @@
+ imapCommand *
+ imapCommand::clientGetQuotaroot( const QString& box )
+ {
+-  QString parameter = rfcDecoder::toIMAP (box);
++  QString parameter = QString("\"") + rfcDecoder::toIMAP (box) + '"';
+   return new imapCommand ("GETQUOTAROOT", parameter);
+ }
+ 




More information about the pkg-kde-commits mailing list