[libparse-debianchangelog-perl] 03/03: Fix errorneous escaping and formatting in Parse::DebianChangelog documentation. Closes: #848274

Christoph Biedl debian.axhn at manchmal.in-ulm.de
Fri Dec 16 08:33:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

cbiedl-guest pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit b09039b1a184cd1b335f7fc10114b6796980beea
Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
Date:   Fri Dec 16 08:13:40 2016 +0100

    Fix errorneous escaping and formatting in Parse::DebianChangelog documentation. Closes: #848274
---
 ...reformat-table-in-debianchangelog-manpage.patch | 45 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 46 insertions(+)

diff --git a/debian/patches/reformat-table-in-debianchangelog-manpage.patch b/debian/patches/reformat-table-in-debianchangelog-manpage.patch
new file mode 100644
index 0000000..ef757b8
--- /dev/null
+++ b/debian/patches/reformat-table-in-debianchangelog-manpage.patch
@@ -0,0 +1,45 @@
+Subject: Fix errorneous escaping and formatting in Parse::DebianChangelog documentation.
+Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
+Bug-Debian: https://bugs.debian.org/848274
+Forwarded: no
+Last-Update: 2016-12-16
+
+--- a/lib/Parse/DebianChangelog.pm
++++ b/lib/Parse/DebianChangelog.pm
+@@ -1249,21 +1249,21 @@
+ Some examples for the above options. Imagine an example changelog with
+ entries for the versions 1.2, 1.3, 2.0, 2.1, 2.2, 3.0 and 3.1.
+ 
+-            Call                               Included entries
+- C<E<lt>formatE<gt>({ since =E<gt> '2.0' })>  3.1, 3.0, 2.2
+- C<E<lt>formatE<gt>({ until =E<gt> '2.0' })>  1.3, 1.2
+- C<E<lt>formatE<gt>({ from =E<gt> '2.0' })>   3.1, 3.0, 2.2, 2.1, 2.0
+- C<E<lt>formatE<gt>({ to =E<gt> '2.0' })>     2.0, 1.3, 1.2
+- C<E<lt>formatE<gt>({ count =E<gt> 2 }>>      3.1, 3.0
+- C<E<lt>formatE<gt>({ count =E<gt> -2 }>>     1.3, 1.2
+- C<E<lt>formatE<gt>({ count =E<gt> 3,
+-		      offset=E<gt> 2 }>>      2.2, 2.1, 2.0
+- C<E<lt>formatE<gt>({ count =E<gt> 2,
+-		      offset=E<gt> -3 }>>     2.0, 1.3
+- C<E<lt>formatE<gt>({ count =E<gt> -2,
+-		      offset=E<gt> 3 }>>      3.0, 2.2
+- C<E<lt>formatE<gt>({ count =E<gt> -2,
+-		      offset=E<gt> -3 }>>     2.2, 2.1
++            Call                       Included entries
++ format({ since => '2.0' })         3.1, 3.0, 2.2
++ format({ until => '2.0' })         1.3, 1.2
++ format({ from => '2.0' })          3.1, 3.0, 2.2, 2.1, 2.0
++ format({ to => '2.0' })            2.0, 1.3, 1.2
++ format({ count => 2 }              3.1, 3.0
++ format({ count => -2 }             1.3, 1.2
++ format({ count => 3,
++          offset => 2 }             2.2, 2.1, 2.0
++ format({ count => 2,
++          offset => -3 }            2.0, 1.3
++ format({ count => -2,
++          offset => 3 }             3.0, 2.2
++ format({ count => -2,
++          offset => -3 }            2.2, 2.1
+ 
+ Any combination of one option of C<since> and C<from> and one of
+ C<until> and C<to> returns the intersection of the two results
diff --git a/debian/patches/series b/debian/patches/series
index 10ea77d..7a06c59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ timestamp-dpkg-1.18.8.patch
 dont-trim-filenames-in-errors.patch
 document-parsechangelog-on-nonexistent-versions.patch
 update-policy-version-in-parsechangelog.patch
+reformat-table-in-debianchangelog-manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git



More information about the Pkg-perl-cvs-commits mailing list