Your message dated Fri, 30 Aug 2013 07:50:30 +0000
with message-id <[email protected]>
and subject line Bug#721099: fixed in libkolab 0.4.2-7
has caused the Debian Bug report #721099,
regarding [libkolab0] Tries to save pictures to invalid KDE format
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
721099: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721099
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libkolab0
Version: 0.4.2-6
Severity: normal
Tags: patch

It seems libkolab tries to save to an invalid format when converting to a KDE 
container. This results in destroyed kaddressbook entries.

This was fixed in 
http://git.kolab.org/libkolab/commit/?id=fa19b0d21f3e064adbdff907f06cd15b2cb81d16

Please include it in an upload because enough addressbooks were already mangled 
on my side and even more would be mangled when kolab is enabled in 
kdepim-runtime in Debian.

A patch is attached.


--- System information. ---
Architecture: amd64
Kernel:       Linux 3.10-2-amd64

Debian Release: jessie/sid
500 unstable        www.deb-multimedia.org 
500 unstable        http.debian.net 
500 unstable        ftp.debian.org 
500 testing         http.debian.net 
1 experimental    www.deb-multimedia.org 
1 experimental    http.debian.net 

--- Package information. ---
Depends                   (Version) | Installed
===================================-+-==============
libakonadi-notes4      (>= 4:4.9.3) | 4:4.10.5-1
libc6                     (>= 2.14) | 
libgcc1                (>= 1:4.1.1) | 
libkabc4               (>= 4:4.3.4) | 
libkcalcore4          (>= 4:4.5.86) | 
libkcalutils4         (>= 4:4.5.86) | 
libkdecore5           (>= 4:4.5.85) | 
libkmime4              (>= 4:4.4.0) | 
libkolabxml0             (>= 0.8.4) | 
libkpimutils4          (>= 4:4.3.4) | 
libqt4-xml             (>= 4:4.5.3) | 
libqtcore4             (>= 4:4.8.0) | 
libqtgui4              (>= 4:4.5.3) | 
libstdc++6               (>= 4.4.0) | 


Package's Recommends field is empty.

Package's Suggests field is empty.
diff -Nru libkolab-0.4.2/debian/changelog libkolab-0.4.2/debian/changelog
--- libkolab-0.4.2/debian/changelog	2013-08-12 14:01:32.000000000 +0200
+++ libkolab-0.4.2/debian/changelog	2013-08-28 01:12:48.000000000 +0200
@@ -1,3 +1,9 @@
+libkolab (0.4.2-7~0.UNRELEASED) UNRELEASED; urgency=low
+
+  * Fix saving of pictures to kabc resources (Closes: #XXXXX)
+
+ -- Paul Klos <[email protected]>  Wed, 28 Aug 2013 01:09:14 +0200
+
 libkolab (0.4.2-6) unstable; urgency=low
 
   * Disable rpath
diff -Nru libkolab-0.4.2/debian/patches/kabc-pictures.patch libkolab-0.4.2/debian/patches/kabc-pictures.patch
--- libkolab-0.4.2/debian/patches/kabc-pictures.patch	1970-01-01 01:00:00.000000000 +0100
+++ libkolab-0.4.2/debian/patches/kabc-pictures.patch	2013-08-28 01:13:19.000000000 +0200
@@ -0,0 +1,19 @@
+From fa19b0d21f3e064adbdff907f06cd15b2cb81d16 Mon Sep 17 00:00:00 2001
+From: Christian Mollekopf <[email protected]>
+Date: Mon, 15 Jul 2013 09:32:21 +0000
+Subject: Don't set the picture type.
+
+Setting the type explicitly is not required and apparently breaks loading some images.
+---
+Index: libkolab-0.4.2/conversion/kabcconversion.cpp
+===================================================================
+--- libkolab-0.4.2.orig/conversion/kabcconversion.cpp	2013-08-28 01:13:12.086239454 +0200
++++ libkolab-0.4.2/conversion/kabcconversion.cpp	2013-08-28 01:13:12.074239454 +0200
+@@ -365,7 +365,6 @@
+     if (logo.isEmpty()) {
+         Error() << "failed to read picture";
+     }
+-    logo.setType(fromStdString(mimetype));
+     return logo;
+ }
+ 
diff -Nru libkolab-0.4.2/debian/patches/series libkolab-0.4.2/debian/patches/series
--- libkolab-0.4.2/debian/patches/series	2013-08-12 14:01:32.000000000 +0200
+++ libkolab-0.4.2/debian/patches/series	2013-08-28 01:11:52.000000000 +0200
@@ -2,3 +2,4 @@
 simpler_cmake_test.patch
 libkolab-0.3.1-php-paths.patch
 add-linker-flags.patch
+kabc-pictures.patch

--- End Message ---
--- Begin Message ---
Source: libkolab
Source-Version: 0.4.2-7

We believe that the bug you reported is fixed in the latest version of
libkolab, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Klos <[email protected]> (supplier of updated libkolab package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 28 Aug 2013 20:20:39 +0200
Source: libkolab
Binary: libkolab0 php-kolab python-kolab libkolab-dev
Architecture: source amd64
Version: 0.4.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian Kolab Maintainers <[email protected]>
Changed-By: Paul Klos <[email protected]>
Description: 
 libkolab-dev - Development package for Kolab library
 libkolab0  - Maps KDE containers to Kolab formats
 php-kolab  - PHP bindings for Kolab Library
 python-kolab - Python bindings for Kolab Library
Closes: 721099
Changes: 
 libkolab (0.4.2-7) unstable; urgency=low
 .
   * Fix saving of pictures to kabc resources (Closes: #721099)
     Upstream commit
     http://git.kolab.org/libkolab/
     commit/?id=fa19b0d21f3e064adbdff907f06cd15b2cb81d16
Checksums-Sha1: 
 73fb74da410c3fd280bfc59f4c22c6e2299a0721 1522 libkolab_0.4.2-7.dsc
 30b3136ff08d389b6cc645c045aa2596f1116446 8829 libkolab_0.4.2-7.debian.tar.gz
 151788c07cedc7c5a2d0790d40117dcee9314b01 279346 libkolab0_0.4.2-7_amd64.deb
 04c0066a15b2a357d004c2e97c729d3ebb0a6587 37074 php-kolab_0.4.2-7_amd64.deb
 465f0efaa0a1dce70389d56b15ccbeb29471fd2b 41764 python-kolab_0.4.2-7_amd64.deb
 19fea5e247cbe3a681e28365cb9d023b714b0ee3 11882 libkolab-dev_0.4.2-7_amd64.deb
Checksums-Sha256: 
 200cdeee26bea1586516695329fd54b428bd2e639d3324eff2764e47b6ec0ce1 1522 
libkolab_0.4.2-7.dsc
 45aa83a2ad834ea14541b1c5eb29fd1783cbfe2913137faa62885c93d8d8818a 8829 
libkolab_0.4.2-7.debian.tar.gz
 305ac3817b32c4271aedc51bdbe187b23ced60a4737055665e5ee6ee18273d0a 279346 
libkolab0_0.4.2-7_amd64.deb
 c0f3c5ac04ff42a33f41066e64e94ac9bda09c8cc677e8f291a1f3d6ca587d6d 37074 
php-kolab_0.4.2-7_amd64.deb
 65f5b6b4c66c04aeb93e2787b6bb1b94fe4995c916292e7f58432acd24995deb 41764 
python-kolab_0.4.2-7_amd64.deb
 464887e50d09b7f7656c0b3da769160a4e225e11c8fed777495a7b9036dc923f 11882 
libkolab-dev_0.4.2-7_amd64.deb
Files: 
 baf624ebaa639b1b1b09bfb0788427b8 1522 libs optional libkolab_0.4.2-7.dsc
 aca1d344a37ac88b778f38f653d1e9cc 8829 libs optional 
libkolab_0.4.2-7.debian.tar.gz
 81a601749cc9e1f452facd31d0df4a84 279346 libs optional 
libkolab0_0.4.2-7_amd64.deb
 ca7c131aa126f87ce243fca0c0dc023f 37074 libs optional 
php-kolab_0.4.2-7_amd64.deb
 f930851a4f13e110d5fe7753d71d4894 41764 python optional 
python-kolab_0.4.2-7_amd64.deb
 cfbc2566bec4906eb86cf19c6dcf2848 11882 libdevel optional 
libkolab-dev_0.4.2-7_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iD8DBQFSIEvwTNH2piB/L3oRAioaAKDSyAZKH9rZbjE22B7/tt8ygKJSJACbBtfc
dqxdVRZrtzmJZE/6m07k38U=
=opHc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to