From defe160daf228dfcdceecb41a0f82005d5ee2523 Mon Sep 17 00:00:00 2001 From: Denis Briand Date: Sun, 9 Aug 2015 17:10:35 +0200 Subject: [PATCH] fix corruption of address book --- debian/changelog | 1 + debian/patches/727245.diff | 18 ++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) create mode 100644 debian/patches/727245.diff diff --git a/debian/changelog b/debian/changelog index cf668b8..40e15ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ abook (0.6.0~pre2-5) UNRELEASED; urgency=low * fix error into debian/postinst file (Closes: #791803). Thanks to Salvatore Bonaccorso. + * Fix corruption of address book, patch by Jorrit Tijben (Closes: #727245). -- Denis Briand Sun, 12 Jul 2015 17:01:45 +0200 diff --git a/debian/patches/727245.diff b/debian/patches/727245.diff new file mode 100644 index 0000000..788a411 --- /dev/null +++ b/debian/patches/727245.diff @@ -0,0 +1,18 @@ +Description: Fix corruption of address book +Author: Jorrit Tijben +Origin: upstream, http://sourceforge.net/p/abook/git/ci/3be3adcf308ee7c9c8775e2176d0592138b220ed/ +Bug: http://sourceforge.net/p/abook/mailman/message/24506494/ +Bug-727245: http://bugs.debian.org/727245 +Reviewed-by: Denis Briand +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/abook.c ++++ b/abook.c +@@ -708,6 +708,7 @@ init_add_email() + check_abook_directory(); + init_opts(); + load_opts(rcfile); ++ init-standard-fields(); + atexit(free_opts); + + /* diff --git a/debian/patches/series b/debian/patches/series index c89c5ae..11eeca4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ +727245.diff 02_fix-manpage 03_datafile-f-switch -- 2.39.2