r48248 - in /trunk/libelf-extract-sections-perl: ./ debian/ lib/ELF/Extract/ lib/ELF/Extract/Sections/ lib/ELF/Extract/Sections/Meta/ lib/ELF/Extract/Sections/Scanner/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 5 16:20:15 UTC 2009


Author: jawnsy-guest
Date: Sat Dec  5 16:19:56 2009
New Revision: 48248

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48248
Log:
integrate new upstream release

Modified:
    trunk/libelf-extract-sections-perl/Build.PL
    trunk/libelf-extract-sections-perl/Changes
    trunk/libelf-extract-sections-perl/META.json
    trunk/libelf-extract-sections-perl/META.yml
    trunk/libelf-extract-sections-perl/README
    trunk/libelf-extract-sections-perl/debian/changelog
    trunk/libelf-extract-sections-perl/debian/control
    trunk/libelf-extract-sections-perl/dist.ini
    trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm
    trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Scanner.pm
    trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Types.pm
    trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner/Objdump.pm
    trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Section.pm

Modified: trunk/libelf-extract-sections-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/Build.PL?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/Build.PL (original)
+++ trunk/libelf-extract-sections-perl/Build.PL Sat Dec  5 16:19:56 2009
@@ -24,9 +24,10 @@
     "Moose::Role" => '0',
     "File::Find::Rule" => '0',
     "overload" => '0',
+    "perl" => '5.010000',
     "Test::More" => '0',
     "MooseX::Types::Path::Class" => '0.05',
-    "MooseX::Types" => '0',
+    "MooseX::Types" => '0.10',
     "Path::Class" => '0',
     "Log::Log4perl" => '1.21',
   },

Modified: trunk/libelf-extract-sections-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/Changes?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/Changes (original)
+++ trunk/libelf-extract-sections-perl/Changes Sat Dec  5 16:19:56 2009
@@ -1,4 +1,8 @@
 Revision history for ELF-Extract-Sections
+
+0.02021113 2009-11-28 23:43:20 Pacific/Auckland
+          Hard Dep on Perl5.10 due to Advanced regex usage (
+            Thanks CPAN Testers )
 
 0.02020505 2009-11-22 02:28:46 UTC
           Added license data for binary .so's used for testing.

Modified: trunk/libelf-extract-sections-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/META.json?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/META.json (original)
+++ trunk/libelf-extract-sections-perl/META.json Sat Dec  5 16:19:56 2009
@@ -2,36 +2,39 @@
    "resources" : {
       "repository" : "http://github.com/kentfredric/ELF-Extract-Sections"
    },
+   "generated_by" : "Dist::Zilla version 1.093280",
    "meta-spec" : {
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "Dist::Zilla version 1.093140",
-   "version" : "0.02020505",
+   "version" : "0.02021113",
    "name" : "ELF-Extract-Sections",
    "author" : [
       "Kent Fredric <kentnl at cpan.org>"
    ],
    "license" : "perl",
+   "build_requires" : {
+      "Module::Build" : "0.35"
+   },
    "provides" : {
       "ELF::Extract::Sections::Section" : {
-         "version" : "0.02020505",
+         "version" : "0.02021113",
          "file" : "lib/ELF/Extract/Sections/Section.pm"
       },
       "ELF::Extract::Sections::Scanner::Objdump" : {
-         "version" : "0.02020505",
+         "version" : "0.02021113",
          "file" : "lib/ELF/Extract/Sections/Scanner/Objdump.pm"
       },
       "ELF::Extract::Sections" : {
-         "version" : "0.02020505",
+         "version" : "0.02021113",
          "file" : "lib/ELF/Extract/Sections.pm"
       },
       "ELF::Extract::Sections::Meta::Scanner" : {
-         "version" : "0.02020505",
+         "version" : "0.02021113",
          "file" : "lib/ELF/Extract/Sections/Meta/Scanner.pm"
       },
       "ELF::Extract::Sections::Meta::Types" : {
-         "version" : "0.02020505",
+         "version" : "0.02021113",
          "file" : "lib/ELF/Extract/Sections/Meta/Types.pm"
       }
    },
@@ -47,12 +50,16 @@
       "Moose::Role" : "0",
       "File::Find::Rule" : "0",
       "overload" : "0",
+      "perl" : "5.010000",
       "Test::More" : "0",
       "MooseX::Types::Path::Class" : "0.05",
-      "MooseX::Types" : "0",
+      "MooseX::Types" : "0.10",
       "Path::Class" : "0",
       "Log::Log4perl" : "1.21"
    },
-   "abstract" : "Extract Raw Chunks of data from identifiable ELF Sections"
+   "abstract" : "Extract Raw Chunks of data from identifiable ELF Sections",
+   "configure_requires" : {
+      "Module::Build" : "0.35"
+   }
 }
 

Modified: trunk/libelf-extract-sections-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/META.yml?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/META.yml (original)
+++ trunk/libelf-extract-sections-perl/META.yml Sat Dec  5 16:19:56 2009
@@ -2,7 +2,11 @@
 abstract: 'Extract Raw Chunks of data from identifiable ELF Sections'
 author:
   - 'Kent Fredric <kentnl at cpan.org>'
-generated_by: 'Dist::Zilla version 1.093140'
+build_requires:
+  Module::Build: 0.35
+configure_requires:
+  Module::Build: 0.35
+generated_by: 'Dist::Zilla version 1.093280'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -11,19 +15,19 @@
 provides:
   ELF::Extract::Sections:
     file: lib/ELF/Extract/Sections.pm
-    version: 0.02020505
+    version: 0.02021113
   ELF::Extract::Sections::Meta::Scanner:
     file: lib/ELF/Extract/Sections/Meta/Scanner.pm
-    version: 0.02020505
+    version: 0.02021113
   ELF::Extract::Sections::Meta::Types:
     file: lib/ELF/Extract/Sections/Meta/Types.pm
-    version: 0.02020505
+    version: 0.02021113
   ELF::Extract::Sections::Scanner::Objdump:
     file: lib/ELF/Extract/Sections/Scanner/Objdump.pm
-    version: 0.02020505
+    version: 0.02021113
   ELF::Extract::Sections::Section:
     file: lib/ELF/Extract/Sections/Section.pm
-    version: 0.02020505
+    version: 0.02021113
 requires:
   File::Find::Rule: 0
   FindBin: 0
@@ -33,7 +37,7 @@
   MooseX::Declare: 0.20
   MooseX::Has::Sugar: 0.0300
   MooseX::Log::Log4perl: 0.31
-  MooseX::Types: 0
+  MooseX::Types: 0.10
   MooseX::Types::Moose: 0.10
   MooseX::Types::Path::Class: 0.05
   Path::Class: 0
@@ -41,6 +45,7 @@
   YAML::XS: 0
   lib: 0
   overload: 0
+  perl: 5.010000
 resources:
   repository: http://github.com/kentfredric/ELF-Extract-Sections
-version: 0.02020505
+version: 0.02021113

Modified: trunk/libelf-extract-sections-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/README?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/README (original)
+++ trunk/libelf-extract-sections-perl/README Sat Dec  5 16:19:56 2009
@@ -3,7 +3,7 @@
     ELF Sections
 
 VERSION
-    version 0.02020505
+    version 0.02021113
 
 SYNOPSIS
         use ELF::Extract::Sections;

Modified: trunk/libelf-extract-sections-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/debian/changelog?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/changelog (original)
+++ trunk/libelf-extract-sections-perl/debian/changelog Sat Dec  5 16:19:56 2009
@@ -1,7 +1,5 @@
-libelf-extract-sections-perl (0.02020505-1) UNRELEASED; urgency=low
-
-  WAITS-FOR: libpod-coverage-trustpod-perl
+libelf-extract-sections-perl (0.02021113-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #535610)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 20 Nov 2009 16:34:43 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 05 Dec 2009 08:02:24 -0500

Modified: trunk/libelf-extract-sections-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/debian/control?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/control (original)
+++ trunk/libelf-extract-sections-perl/debian/control Sat Dec  5 16:19:56 2009
@@ -2,11 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), perl (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: perl, libmoosex-declare-perl, libtest-pod-coverage-perl,
+Build-Depends-Indep: perl (>= 5.10), libmoosex-declare-perl, libtest-pod-perl,
  libnamespace-clean-perl (>= 0.11), libmoosex-types-perl, libtest-pod-perl,
  libmoosex-has-sugar-perl, libmoose-perl (>= 0.76), libfile-find-rule-perl, 
  liblog-log4perl-perl (>= 1.21), libmoosex-types-path-class-perl,
- libmoosex-log-log4perl-perl, libyaml-libyaml-perl, libtest-cpan-meta-perl
+ libmoosex-log-log4perl-perl, libyaml-libyaml-perl, libtest-cpan-meta-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Modified: trunk/libelf-extract-sections-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/dist.ini?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/dist.ini (original)
+++ trunk/libelf-extract-sections-perl/dist.ini Sat Dec  5 16:19:56 2009
@@ -43,18 +43,31 @@
 [PodTests]
 [ExtraTests]
 
+[Git::Check]
+filename = Changes
+
 [NextRelease]
 
+[Git::Tag]
+filename = Changes
+tag_format = %v-source
+
+[Git::Commit]
+filename = Changes
+
+
+;[FakeRelease]
 [UploadToCPAN]
 
 [Prereq]
+perl                       = 5.010000
 Log::Log4perl              = 1.21
 Moose                      = 0.76
 Moose::Role                = 0
 MooseX::Declare            = 0.20
 MooseX::Has::Sugar         = 0.0300
 MooseX::Log::Log4perl      = 0.31
-MooseX::Types              = 0
+MooseX::Types              = 0.10
 MooseX::Types::Moose       = 0.10
 MooseX::Types::Path::Class = 0.05
 overload                   = 0

Modified: trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm (original)
+++ trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm Sat Dec  5 16:19:56 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
 
 
 
@@ -163,7 +163,7 @@
 
 =head1 VERSION
 
-version 0.02020505
+version 0.02021113
 
 =head1 SYNOPSIS
 

Modified: trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Scanner.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Scanner.pm?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Scanner.pm (original)
+++ trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Scanner.pm Sat Dec  5 16:19:56 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Meta::Scanner;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
 
 
 
@@ -30,7 +30,7 @@
 
 =head1 VERSION
 
-version 0.02020505
+version 0.02021113
 
 =head1 Required Methods for Applying Roles
 

Modified: trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Types.pm?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Types.pm (original)
+++ trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Types.pm Sat Dec  5 16:19:56 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Meta::Types;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
 
 
 
@@ -28,7 +28,7 @@
 
 =head1 VERSION
 
-version 0.02020505
+version 0.02021113
 
 =head1 Types
 

Modified: trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner/Objdump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner/Objdump.pm?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner/Objdump.pm (original)
+++ trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner/Objdump.pm Sat Dec  5 16:19:56 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Scanner::Objdump;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
 
 
 
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-version 0.02020505
+version 0.02021113
 
 =head1 SYNOPSIS
 

Modified: trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Section.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Section.pm?rev=48248&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Section.pm (original)
+++ trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections/Section.pm Sat Dec  5 16:19:56 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Section;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
 
 
 
@@ -96,7 +96,7 @@
 
 =head1 VERSION
 
-version 0.02020505
+version 0.02021113
 
 =head1 SYNOPSIS
 




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