[libconfig-autoconf-perl] 02/04: Remove patch, no longer required

Nuno Carvalho smash at cpan.org
Sat May 30 14:53:20 UTC 2015


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

mestre-guest pushed a commit to branch master
in repository libconfig-autoconf-perl.

commit 25ef1de60691baa0eacf4df205aa506b00b22424
Author: Nuno Carvalho <smash at cpan.org>
Date:   Sat May 30 01:49:45 2015 +0100

    Remove patch, no longer required
---
 debian/changelog              |   6 +++
 debian/patches/01-typos.patch | 104 ------------------------------------------
 debian/patches/series         |   1 -
 3 files changed, 6 insertions(+), 105 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd9a7e3..f30eb18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconfig-autoconf-perl (0.311-1) UNRELEASED; urgency=medium
+
+  * Drop 01-typos.patch, fixed upstream
+
+ -- Nuno Carvalho <smash at cpan.org>  Sat, 30 May 2015 01:37:28 +0100
+
 libconfig-autoconf-perl (0.309-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/01-typos.patch b/debian/patches/01-typos.patch
deleted file mode 100644
index 2639404..0000000
--- a/debian/patches/01-typos.patch
+++ /dev/null
@@ -1,104 +0,0 @@
-Description: Fix some typographical errors.
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=102150
-Bug: https://rt.cpan.org/Ticket/Display.html?id=102150
-Author: Peter Pentchev <roam at ringlet.net>
-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
deleted file mode 100644
index 13e6418..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-typos.patch

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



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