r47651 - in /trunk/libelf-extract-sections-perl: ./ LICENCES/ 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
Sun Nov 22 23:24:45 UTC 2009


Author: jawnsy-guest
Date: Sun Nov 22 23:24:39 2009
New Revision: 47651

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47651
Log:
integrate new upstream version; it has license info for test .so binaries

Added:
    trunk/libelf-extract-sections-perl/LICENCES/
      - copied from r47650, branches/upstream/libelf-extract-sections-perl/current/LICENCES/
    trunk/libelf-extract-sections-perl/LICENSE.tests
      - copied unchanged from r47650, branches/upstream/libelf-extract-sections-perl/current/LICENSE.tests
Modified:
    trunk/libelf-extract-sections-perl/Changes
    trunk/libelf-extract-sections-perl/MANIFEST
    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/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/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/Changes?rev=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/Changes (original)
+++ trunk/libelf-extract-sections-perl/Changes Sun Nov 22 23:24:39 2009
@@ -1,6 +1,18 @@
 Revision history for ELF-Extract-Sections
 
+0.02020505 2009-11-22 02:28:46 UTC
+          Added license data for binary .so's used for testing.
+          ( See LICENSE.tests, and LICENSES/ )
+
 0.02020308 2009-11-20 05:05:28 UTC
+          Fixed t/ by using Compile Tests.
+            ( You can thank JAWNSY for bugging me about this )
+
+          Moved To AutoVersion::Relative
+
+          Dropped EUMM
+
+0.0105    2009-08-22 15:17:47 UTC
            Tweaked Authortests/Release tests bundling somewhat
             so they actually work.
 
@@ -10,14 +22,6 @@
             scanner, partially to see how CPAN renders this 
             abuse. With a bit of luck, it will produce mean 
             as API breakdowns for me :)
-
-          Fixed t/ by using Compile Tests.
-            ( You can thank JAWNSY for bugging me about this )
-
-          Moved To AutoVersion::Relative
-
-          Dropped EUMM
-
 
 0.0104    2009-08-21 17:34:29 UTC
            Fixed Extrac typo which lead to dual indexing.

Modified: trunk/libelf-extract-sections-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/MANIFEST?rev=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/MANIFEST (original)
+++ trunk/libelf-extract-sections-perl/MANIFEST Sun Nov 22 23:24:39 2009
@@ -1,6 +1,10 @@
 Build.PL
 Changes
+LICENCES/GPL-3
+LICENCES/LGPL-2.1
+LICENCES/ZLIB
 LICENSE
+LICENSE.tests
 MANIFEST
 META.json
 META.yml

Modified: trunk/libelf-extract-sections-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/META.json?rev=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/META.json (original)
+++ trunk/libelf-extract-sections-perl/META.json Sun Nov 22 23:24:39 2009
@@ -7,7 +7,7 @@
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
    "generated_by" : "Dist::Zilla version 1.093140",
-   "version" : "0.02020308",
+   "version" : "0.02020505",
    "name" : "ELF-Extract-Sections",
    "author" : [
       "Kent Fredric <kentnl at cpan.org>"
@@ -15,23 +15,23 @@
    "license" : "perl",
    "provides" : {
       "ELF::Extract::Sections::Section" : {
-         "version" : "0.02020308",
+         "version" : "0.02020505",
          "file" : "lib/ELF/Extract/Sections/Section.pm"
       },
       "ELF::Extract::Sections::Scanner::Objdump" : {
-         "version" : "0.02020308",
+         "version" : "0.02020505",
          "file" : "lib/ELF/Extract/Sections/Scanner/Objdump.pm"
       },
       "ELF::Extract::Sections" : {
-         "version" : "0.02020308",
+         "version" : "0.02020505",
          "file" : "lib/ELF/Extract/Sections.pm"
       },
       "ELF::Extract::Sections::Meta::Scanner" : {
-         "version" : "0.02020308",
+         "version" : "0.02020505",
          "file" : "lib/ELF/Extract/Sections/Meta/Scanner.pm"
       },
       "ELF::Extract::Sections::Meta::Types" : {
-         "version" : "0.02020308",
+         "version" : "0.02020505",
          "file" : "lib/ELF/Extract/Sections/Meta/Types.pm"
       }
    },

Modified: trunk/libelf-extract-sections-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/META.yml?rev=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/META.yml (original)
+++ trunk/libelf-extract-sections-perl/META.yml Sun Nov 22 23:24:39 2009
@@ -11,19 +11,19 @@
 provides:
   ELF::Extract::Sections:
     file: lib/ELF/Extract/Sections.pm
-    version: 0.02020308
+    version: 0.02020505
   ELF::Extract::Sections::Meta::Scanner:
     file: lib/ELF/Extract/Sections/Meta/Scanner.pm
-    version: 0.02020308
+    version: 0.02020505
   ELF::Extract::Sections::Meta::Types:
     file: lib/ELF/Extract/Sections/Meta/Types.pm
-    version: 0.02020308
+    version: 0.02020505
   ELF::Extract::Sections::Scanner::Objdump:
     file: lib/ELF/Extract/Sections/Scanner/Objdump.pm
-    version: 0.02020308
+    version: 0.02020505
   ELF::Extract::Sections::Section:
     file: lib/ELF/Extract/Sections/Section.pm
-    version: 0.02020308
+    version: 0.02020505
 requires:
   File::Find::Rule: 0
   FindBin: 0
@@ -43,4 +43,4 @@
   overload: 0
 resources:
   repository: http://github.com/kentfredric/ELF-Extract-Sections
-version: 0.02020308
+version: 0.02020505

Modified: trunk/libelf-extract-sections-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/README?rev=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/README (original)
+++ trunk/libelf-extract-sections-perl/README Sun Nov 22 23:24:39 2009
@@ -3,7 +3,7 @@
     ELF Sections
 
 VERSION
-    version 0.02020308
+    version 0.02020505
 
 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=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/changelog (original)
+++ trunk/libelf-extract-sections-perl/debian/changelog Sun Nov 22 23:24:39 2009
@@ -1,4 +1,4 @@
-libelf-extract-sections-perl (0.02020308-1) unstable; urgency=low
+libelf-extract-sections-perl (0.02020505-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #535610)
 

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=47651&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm (original)
+++ trunk/libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm Sun Nov 22 23:24:39 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections;
-our $VERSION = '0.02020308';
+our $VERSION = '0.02020505';
 
 
 
@@ -163,7 +163,7 @@
 
 =head1 VERSION
 
-version 0.02020308
+version 0.02020505
 
 =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=47651&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 Sun Nov 22 23:24:39 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Meta::Scanner;
-our $VERSION = '0.02020308';
+our $VERSION = '0.02020505';
 
 
 
@@ -30,7 +30,7 @@
 
 =head1 VERSION
 
-version 0.02020308
+version 0.02020505
 
 =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=47651&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 Sun Nov 22 23:24:39 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Meta::Types;
-our $VERSION = '0.02020308';
+our $VERSION = '0.02020505';
 
 
 
@@ -28,7 +28,7 @@
 
 =head1 VERSION
 
-version 0.02020308
+version 0.02020505
 
 =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=47651&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 Sun Nov 22 23:24:39 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Scanner::Objdump;
-our $VERSION = '0.02020308';
+our $VERSION = '0.02020505';
 
 
 
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-version 0.02020308
+version 0.02020505
 
 =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=47651&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 Sun Nov 22 23:24:39 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package ELF::Extract::Sections::Section;
-our $VERSION = '0.02020308';
+our $VERSION = '0.02020505';
 
 
 
@@ -96,7 +96,7 @@
 
 =head1 VERSION
 
-version 0.02020308
+version 0.02020505
 
 =head1 SYNOPSIS
 




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