]> git.deb.at Git - pkg/abook.git/commitdiff
fix corruption of address book
authorDenis Briand <debian@denis-briand.fr>
Sun, 9 Aug 2015 15:10:35 +0000 (17:10 +0200)
committerDenis Briand <debian@denis-briand.fr>
Sun, 9 Aug 2015 15:10:35 +0000 (17:10 +0200)
debian/changelog
debian/patches/727245.diff [new file with mode: 0644]
debian/patches/series

index cf668b8e27e1d4752d4ead5fbf7f26a3cb11a956..40e15ff604e458114c8869f346c3813bb8ebda02 100644 (file)
@@ -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 <debian@denis-briand.fr>  Sun, 12 Jul 2015 17:01:45 +0200
 
diff --git a/debian/patches/727245.diff b/debian/patches/727245.diff
new file mode 100644 (file)
index 0000000..788a411
--- /dev/null
@@ -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 <debian@denis-briand.fr>
+---
+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);
+       /*
index c89c5aea5686724458af0f872b94c50cf20b1daf..11eeca4dfdf06d7d7f66ab5e79a356d0348c3d96 100644 (file)
@@ -1,2 +1,3 @@
+727245.diff
 02_fix-manpage
 03_datafile-f-switch