+abook (0.6.1-1) unstable; urgency=medium
+
+ * New upstream release which incorporated patches 02_fix-manpage and 727245.
+
+ -- Rhonda D'Vine <rhonda@debian.org> Fri, 14 Aug 2015 11:34:47 +0200
+
abook (0.6.0~pre2-5) unstable; urgency=low
* fix error into debian/postinst file (Closes: #791803).
+++ /dev/null
-Author: Gerfried Fuchs <rhonda@debian.org> vim:ft=diff:
-Description: Escape hyphens in manpage where they mean the minus sign
-
---- a/abook.1
-+++ b/abook.1
-@@ -82,11 +82,11 @@ The following \fIoutputformats\fR are su
- .br
- - \fBbsdcal\fP BSD calendar
- .TP
--\fB\-\-add-email\fP
-+\fB\-\-add\-email\fP
- Read an e-mail message from stdin and add the sender to the addressbook.
- .TP
--\fB\-\-add-email-quiet\fP
--Same as --add-email but doesn't confirm adding.
-+\fB\-\-add\-email\-quiet\fP
-+Same as \-\-add\-email but doesn't confirm adding.
- .TP
- \fB\-\-formats\fP
- List available formats.
---- a/abookrc.5
-+++ b/abookrc.5
-@@ -90,7 +90,7 @@ Defines the way entries are displayed in
- \fI{name:22}\fP
- displays the \fIname\fP field with a maximal width of 22 characters.
- .TP
--\fI{phone:-13|workphone|mobile}\fP
-+\fI{phone:\-13|workphone|mobile}\fP
- displays (right aligned within a width of 13 characters), either the \fIphone\fP, \fIworkphone\fP or \fImobile\fP field, whichever being the first to be non-empty.
- .RE
- .IP
--- a/abook.c
+++ b/abook.c
-@@ -331,7 +331,7 @@ parse_command_line(int argc, char **argv
+@@ -342,7 +342,7 @@ parse_command_line(int argc, char **argv
{ 0, 0, 0, 0 }
};
+++ /dev/null
-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);
-
- /*