This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository libcache-bdb-perl.
commit b1e4865bd0bb81f1630249a0c130fdbaba118396 Author: Christopher Hoskin <[email protected]> Date: Wed Feb 7 07:10:27 2018 +0000 Add fixpod2 patch for spelling mistake --- debian/changelog | 1 + debian/patches/fixpod2.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4c77d01..3a51df7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libcache-bdb-perl (0.04-2) UNRELEASED; urgency=medium [ Christopher Hoskin ] * Use my Debian e-mail address in control and copyright. * Remove trailing whitespace from debian/control + * Add fixpod2 patch for spelling mistake -- Christopher Hoskin <[email protected]> Wed, 07 Feb 2018 06:52:28 +0000 diff --git a/debian/patches/fixpod2.patch b/debian/patches/fixpod2.patch new file mode 100644 index 0000000..ed39386 --- /dev/null +++ b/debian/patches/fixpod2.patch @@ -0,0 +1,15 @@ +Description: Fix formating and spelling in POD (II) +Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=124348 +Author: Christopher Hoskin <[email protected]> +Last-Update: 2018-02-07 +--- a/lib/Cache/BDB.pod ++++ b/lib/Cache/BDB.pod +@@ -109,7 +109,7 @@ + created (or reused if it already exists). This means that even for a + single cache object, at least 4 files need to be created, three for + the environment and at least one for the actual data in the cache. Its +-possible for mutliple cache database files to share a single ++possible for multiple cache database files to share a single + environment, and its also possible for multiple cache databases to + share a single database file. See the SYNOPSIS above for a quick view + of what you are likeley to find on the filesystem for a diff --git a/debian/patches/series b/debian/patches/series index 7a503d4..cb6cc63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +fixpod2.patch fixpod.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-bdb-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
