This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libpar-packer-perl.
commit 36f8bb40820b5a71e6f7c23d39742128ed219d5c Author: Lucas Kanashiro <[email protected]> Date: Wed Mar 30 18:07:52 2016 -0300 Create new patch fixing typo --- debian/changelog | 2 +- debian/patches/fix-typo.patch | 46 +++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f87d46..c85aeb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ libpar-packer-perl (1.030-1) UNRELEASED; urgency=medium * Import upstream version 1.030 * Update example path in debian/examples * Declare compliance with Debian policy 3.9.7 - * Drop patch fixing typo, already applied by upstream + * Update patch fixing typo * debian/copyright: remove unused paragraph * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,+bindnow diff --git a/debian/patches/fix-typo.patch b/debian/patches/fix-typo.patch new file mode 100644 index 0000000..fc3818b --- /dev/null +++ b/debian/patches/fix-typo.patch @@ -0,0 +1,46 @@ +Description: Fix spelling error in manpage +Author: Lucas Kanashiro <[email protected]> +Last-Updated: 2016-03-30 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113463 +Bug: https://rt.cpan.org/Ticket/Display.html?id=113463 + +--- a/lib/PAR/Filter.pm ++++ b/lib/PAR/Filter.pm +@@ -22,7 +22,7 @@ PAR::Filter - Input filter for PAR + + Starting with PAR 0.76, C<pp -f> takes a filter name, like C<Bleach>, and + invokes this module to transform the programs with L<PAR::Filter::Bleach>. +-Similarily, C<pp -F Bleach> applies the B<Bleach> filter to all included ++Similarly, C<pp -F Bleach> applies the B<Bleach> filter to all included + modules. + + It is possible to pass in multiple such filters, which are applied in turn. +--- a/lib/pp.pm ++++ b/lib/pp.pm +@@ -180,7 +180,7 @@ Since the command lines can become suffi + imposed by some shells, it is possible to have I<pp> read some of its + options from one or more text files. The basic usage is to just include + an argument starting with an 'at' (@) sigil. This argument will be +-interpeted as a file to read options from. Mixing ordinary options ++interpreted as a file to read options from. Mixing ordinary options + and C<@file> options is possible. This is implemented using the + L<Getopt::ArgvFile> module, so read its documentation for advanced usage. + +@@ -224,7 +224,7 @@ allows the program to start up faster ne + + =item B<-c>, B<--compile> + +-Run C<perl -c inputfile> to determine additonal run-time dependencies. ++Run C<perl -c inputfile> to determine additional run-time dependencies. + + =item B<-cd>, B<--cachedeps>=I<FILE> + +@@ -249,7 +249,7 @@ Behaves just like C<-e>, except that it + + =item B<-x>, B<--execute> + +-Run C<perl inputfile> to determine additonal run-time dependencies. ++Run C<perl inputfile> to determine additional run-time dependencies. + + =item B<--xargs>=I<STRING> + diff --git a/debian/patches/series b/debian/patches/series index c7e271e..1bba2e4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +fix-typo.patch 01_manpage-ext.patch fix-with-new-par-name autopkgtest.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpar-packer-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
