]> git.deb.at Git - pkg/abook.git/commitdiff
New upstream release which incorporated patches 02_fix-manpage and 727245.
authorRhonda D'Vine <rhonda@debian.org>
Fri, 14 Aug 2015 09:40:51 +0000 (11:40 +0200)
committerRhonda D'Vine <rhonda@debian.org>
Fri, 14 Aug 2015 09:40:51 +0000 (11:40 +0200)
debian/changelog
debian/patches/02_fix-manpage [deleted file]
debian/patches/03_datafile-f-switch
debian/patches/727245.diff [deleted file]
debian/patches/series

index 7c2a4e721778f84bdbfdc6d327ef225da64b62b6..a1570acbc291b9aa05954f16d7449ff5f4ff4a4d 100644 (file)
@@ -1,3 +1,9 @@
+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).
diff --git a/debian/patches/02_fix-manpage b/debian/patches/02_fix-manpage
deleted file mode 100644 (file)
index da2d5c1..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-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
index 5fd609eb6950567a59706e8cae40e27e269c2670..90bec8d433d43ab3e79a96c1ef23a909a73f8bff 100644 (file)
@@ -3,7 +3,7 @@ Description: Let --datafile also work through -f short option
 
 --- 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 }
                };
  
diff --git a/debian/patches/727245.diff b/debian/patches/727245.diff
deleted file mode 100644 (file)
index 5635971..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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 11eeca4dfdf06d7d7f66ab5e79a356d0348c3d96..293ebcf4ce7890d6ee753208ab05cba9e7052fd0 100644 (file)
@@ -1,3 +1 @@
-727245.diff
-02_fix-manpage
 03_datafile-f-switch