Your message dated Tue, 31 Mar 2020 08:48:27 +0000 with message-id <[email protected]> and subject line Bug#951045: fixed in libpst 0.6.75-1 has caused the Debian Bug report #951045, regarding Omit space after ``VERSION:'' in Vcard creation 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.) -- 951045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951045 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: readpst Version: 0.6.74-1 Hoi. The Vcard files readpst creates include a line: VERSION: 3.0 The whitespace after the colon is invalid for Vcards. Thunderbird can not import it. Correct is: VERSION:3.0 The attached patch should fix this. Thanks goes to debianoli at debianforum.de for discovering this bug and finding the solution to the problem. I only created the patch and report it. meillodiff -r c6b10ac09bb6 src/readpst.c --- a/src/readpst.c Sun Jan 12 15:31:30 2020 -0800 +++ b/src/readpst.c Mon Feb 10 11:56:52 2020 +0100 @@ -2015,7 +2015,7 @@ write_extra_categories(f_output, item); - fprintf(f_output, "VERSION: 3.0\n"); + fprintf(f_output, "VERSION:3.0\n"); fprintf(f_output, "END:VCARD\n\n"); if (result) free(result); DEBUG_RET();
--- End Message ---
--- Begin Message ---Source: libpst Source-Version: 0.6.75-1 Done: Paul Wise <[email protected]> We believe that the bug you reported is fixed in the latest version of libpst, 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 Wise <[email protected]> (supplier of updated libpst 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: SHA512 Format: 1.8 Date: Tue, 31 Mar 2020 16:37:43 +0800 Source: libpst Architecture: source Version: 0.6.75-1 Distribution: unstable Urgency: medium Maintainer: Paul Wise <[email protected]> Changed-By: Paul Wise <[email protected]> Closes: 951045 Changes: libpst (0.6.75-1) unstable; urgency=medium . * New upstream release - Fixes VERSION line in Vcard creation (Closes: #951045) * Wrap and sort Debian packaging * Build-depend on autoconf-archive to avoid embedded copies * Document compliance with Standards-Version 4.5.0 Checksums-Sha1: 29a6c360d55cbdc172e85745625126da5482a0fe 1993 libpst_0.6.75-1.dsc 9edf3a611115c94472d831b6ac400fca3264d8f2 14118814 libpst_0.6.75.orig.tar.gz 5abd1a48840f8ac9e4ddaa70787de9fb60f0cb40 5320 libpst_0.6.75-1.debian.tar.xz Checksums-Sha256: c36804317cc354b48134badbe6aab125aeeed1070a58aee5009675b64dd60760 1993 libpst_0.6.75-1.dsc 4ca98fed8ba208d902c954d82eaf2bf5e071c609df695ec4eb34af110f719987 14118814 libpst_0.6.75.orig.tar.gz 3d99dbfa62bf4925e7c43c5ad418fb5d16c734e3888de59167b5367822008c7a 5320 libpst_0.6.75-1.debian.tar.xz Files: daebc59ce528a2112083096c4f46e839 1993 utils optional libpst_0.6.75-1.dsc 77a82a518642226749608a360fa2c63c 14118814 utils optional libpst_0.6.75.orig.tar.gz 3d22ab0423e104a7e5a1fefd2303abff 5320 utils optional libpst_0.6.75-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAl6DAtMACgkQMRa6Xp/6 aaMsnxAAsJpGAGiN5zf2uRCkt1oUy2b81mk7yl9nP8qcTkP+a+9FwhYhrxXNQ7ri DVgZfJ6sygk10yO7vJuUJDDAwFNjliTaJLKY9+5RD6wT7JoxASw0v6MWvyeh/oYz fJf7eokEg+ML1azMJ/vNgGWTo77ud5qxe5zSKdAekPR2oTLwU9MfJFlixyR6VY8l ZY6+JBoG3PKEjyk1IBC5M3Os1xoniYQAvxu2zTizAJerXS5cchQeP705Z3/bVkBC 7QjigsQr6RJ6pA8gO4K0pHFPbW28PFBOqwcoLTFajj9yq608UX3uuTVbgTafftab 0C4JZ3PRjSvTVlKiHJK3ApMPFAnAVuEriGV/GcfwyZi9uJyddbN5Th6cH721JHME lvjeBrGjVlbFA4iAmPqLnTSSLmTFakfZBNoS46o94eiNrK/zXldAdmxYiAL/4xO6 89upBLiqUTq8JY7xs7BlXp/WMxlyHR52POpmmg0F3v0kaoiucK/ep3DQJvCTsmYI kdNwMPxqakPgOmicF/1VyVOInHvLLgnV2qRy92LGeF9Wv7D6LOZ7NfNje5dPHfpr OSZ7SyNyTvsVj+GmWVkT47buo/sVwnJ136W47ciakEJC6mJhyn/kDQZD4g6iy2ZZ /LiALXuuPfnBJVtxVA5pKa/Fdh9LaFudZxedo8ZQsS/5kX/xU0Y= =4/DP -----END PGP SIGNATURE-----
--- End Message ---

