This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository libconfig-autoconf-perl.
commit c41556850af4d30f097bc73b4aac5f51a7bb7d00 Author: Peter Pentchev <[email protected]> Date: Mon Feb 16 14:30:08 2015 +0200 Add the 01-typos patch to fix some typos. --- debian/patches/01-typos.patch | 103 ++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 104 insertions(+) diff --git a/debian/patches/01-typos.patch b/debian/patches/01-typos.patch new file mode 100644 index 0000000..b4a5c2a --- /dev/null +++ b/debian/patches/01-typos.patch @@ -0,0 +1,103 @@ +Description: Fix some typographical errors. +Forwarded: not yet +Author: Peter Pentchev <[email protected]> +Last-Update: 2015-02-16 + +--- a/lib/Config/AutoConf.pm ++++ b/lib/Config/AutoConf.pm +@@ -128,7 +128,7 @@ + =head2 new + + This function instantiates a new instance of Config::AutoConf, eg. to +-configure child components. The contructor adds also values set via ++configure child components. The constructor adds also values set via + environment variable C<PERL5_AUTOCONF_OPTS>. + + =cut +@@ -572,7 +572,7 @@ + + =head2 check_cc + +-(Depreciated) Old name of L</check_prog_cc>. ++(Deprecated) Old name of L</check_prog_cc>. + + =cut + +@@ -1037,7 +1037,7 @@ + + =head2 compile_if_else( $src, \%options? ) + +-This function trys to compile specified code and returns a boolean value ++This function tries to compile specified code and returns a boolean value + containing check success state. + + If the very last parameter contains a hash reference, C<CODE> references +@@ -1106,7 +1106,7 @@ + + =head2 link_if_else( $src, \%options? ) + +-This function trys to compile and link specified code and returns a boolean ++This function tries to compile and link specified code and returns a boolean + value containing check success state. + + If the very last parameter contains a hash reference, C<CODE> references +@@ -1246,7 +1246,7 @@ + + =head2 cache_val + +-This functions returns the value of a previously check_cached call. ++This function returns the value of a previously check_cached call. + + =cut + +@@ -2502,7 +2502,7 @@ + + This method might be obsolescent, as all current systems with directory + libraries have C<<E<lt>dirent.hE<gt>>>. Programs supporting only newer OS +-might not need touse this method. ++might not need to use this method. + + If the very last parameter contains a hash reference, C<CODE> references + to I<action_on_true> or I<action_on_false> are executed, respectively. +@@ -3136,7 +3136,7 @@ + + This method proves the C<_argv> attribute and (when set) the C<PERL_MM_OPT> + whether they contain I<PUREPERL_ONLY=(0|1)> or not. The attribute C<_force_xs> +-is set appropriate, which allows a compile test to bail out when C<Makefile.PL> ++is set as appropriate, which allows a compile test to bail out when C<Makefile.PL> + is called with I<PUREPERL_ONLY=0>. + + =cut +@@ -3585,8 +3585,8 @@ + + =head2 delete_log_fh + +-Removes specified log file handles. This method allows you to shoot you +-in your foot - it doesn't prove whether the primary nor the last handle ++Removes specified log file handles. This method allows you to shoot ++yourself in the foot - it doesn't prove whether the primary nor the last handle + is removed. Use with caution. + + =cut +@@ -3638,8 +3638,8 @@ + + =head1 NEXT STEPS + +-Although a lot of work needs to be done, this is the next steps I +-intent to take. ++Although a lot of work needs to be done, these are the next steps I ++intend to take. + + - detect flex/lex + - detect yacc/bison/byacc +--- a/t/02.compile.t ++++ b/t/02.compile.t +@@ -77,7 +77,7 @@ + ok $ac->check_alignof_type( "I32", { prologue => $include_perl } ), "Align of I32"; + ok $ac->check_alignof_type( "SV.sv_refcnt", { prologue => $include_perl } ), "Align of SV.sv_refcnt"; + ok $ac->check_alignof_types( [ "I32", "U32", "AV", "HV *", "SV.sv_refcnt" ], { prologue => $include_perl } ), +- "Could determined sizes for I32, U32, AV, HV *, SV.sv_refcnt"; ++ "Could determine the sizes of I32, U32, AV, HV *, SV.sv_refcnt"; + + Config::AutoConf->write_config_h(); + ok( -f "config.h", "default config.h created" ); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..13e6418 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-typos.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-autoconf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
