r47500 - in /trunk/libelf-extract-sections-perl/debian: README.source control patches/ patches/series patches/test-use_ok.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Nov 19 20:42:23 UTC 2009


Author: jawnsy-guest
Date: Thu Nov 19 20:42:18 2009
New Revision: 47500

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47500
Log:
clean up for release

Added:
    trunk/libelf-extract-sections-perl/debian/README.source
    trunk/libelf-extract-sections-perl/debian/patches/
    trunk/libelf-extract-sections-perl/debian/patches/series
    trunk/libelf-extract-sections-perl/debian/patches/test-use_ok.patch
Modified:
    trunk/libelf-extract-sections-perl/debian/control

Added: trunk/libelf-extract-sections-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/debian/README.source?rev=47500&op=file
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/README.source (added)
+++ trunk/libelf-extract-sections-perl/debian/README.source Thu Nov 19 20:42:18 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libelf-extract-sections-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/debian/control?rev=47500&op=diff
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/control (original)
+++ trunk/libelf-extract-sections-perl/debian/control Thu Nov 19 20:42:18 2009
@@ -2,12 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmoosex-log-log4perl-perl,
- libmoosex-declare-perl, libmoosex-types-path-class-perl,
- libmoosex-has-sugar-perl, libtest-pod-coverage-perl,
- libnamespace-clean-perl (>= 0.11), libmoosex-types-perl,
- liblog-log4perl-perl (>= 1.21), libtest-pod-perl,
- libmoose-perl (>= 0.76)
+Build-Depends-Indep: perl, libmoosex-declare-perl, libtest-pod-coverage-perl,
+ liblog-log4perl-perl (>= 1.21), libnamespace-clean-perl (>= 0.11),
+ libmoosex-log-log4perl-perl, libmoosex-types-path-class-perl,
+ libmoosex-has-sugar-perl, libmoosex-types-perl, libtest-pod-perl,
+ libmoose-perl (>= 0.76), libfile-find-rule-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
@@ -21,8 +20,8 @@
  libmoosex-has-sugar-perl, libmoosex-log-log4perl-perl,
  libmoosex-declare-perl, libnamespace-clean-perl (>= 0.11),
  libmoosex-types-path-class-perl, liblog-log4perl-perl (>= 1.21),
- libmoose-perl (>= 0.76)
-Description: Perl module to extract section information from ELF binaries
+ libmoose-perl (>= 0.76), libfile-find-rule-perl
+Description: module to extract section information from ELF binaries
  ELF::Extract::Sections is a Perl module that can read and extract section data
  from any binary that follows the Executable and Linkable Format (ELF). Since
  Linux binaries usually follow this format, this module is useful for getting

Added: trunk/libelf-extract-sections-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/debian/patches/series?rev=47500&op=file
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/patches/series (added)
+++ trunk/libelf-extract-sections-perl/debian/patches/series Thu Nov 19 20:42:18 2009
@@ -1,0 +1,1 @@
+test-use_ok.patch

Added: trunk/libelf-extract-sections-perl/debian/patches/test-use_ok.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelf-extract-sections-perl/debian/patches/test-use_ok.patch?rev=47500&op=file
==============================================================================
--- trunk/libelf-extract-sections-perl/debian/patches/test-use_ok.patch (added)
+++ trunk/libelf-extract-sections-perl/debian/patches/test-use_ok.patch Thu Nov 19 20:42:18 2009
@@ -1,0 +1,18 @@
+Description: use "use_ok" instead of "use ok"
+ The "use ok" syntax is supported by Test::use::ok, a non-core
+ module. It provides functionality equivalent to use_ok, which
+ is provided by Test::More (which is a core module).
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: yes
+Bug-CPAN: http://rt.cpan.org/Ticket/Display.html?id=50124
+--- a/t/00-load.t
++++ b/t/00-load.t
+@@ -2,6 +2,6 @@
+ 
+ use Test::More tests => 1;
+ 
+-use ok 'ELF::Extract::Sections';
++use_ok 'ELF::Extract::Sections';
+ 
+ diag( "Testing ELF::Extract::Sections $ELF::Extract::Sections::VERSION, Perl $], $^X" );




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