r63264 - in /trunk/libmodule-info-perl/debian: changelog compat control patches/is-deeply.patch patches/spelling.patch rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Oct 3 22:24:26 UTC 2010


Author: jawnsy-guest
Date: Sun Oct  3 22:24:20 2010
New Revision: 63264

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63264
Log:
* Use new debhelper 8 (drop --buildsystem=perl_build)
* Refresh all patches (2 applied with an offset)

Modified:
    trunk/libmodule-info-perl/debian/changelog
    trunk/libmodule-info-perl/debian/compat
    trunk/libmodule-info-perl/debian/control
    trunk/libmodule-info-perl/debian/patches/is-deeply.patch
    trunk/libmodule-info-perl/debian/patches/spelling.patch
    trunk/libmodule-info-perl/debian/rules

Modified: trunk/libmodule-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-info-perl/debian/changelog?rev=63264&op=diff
==============================================================================
--- trunk/libmodule-info-perl/debian/changelog (original)
+++ trunk/libmodule-info-perl/debian/changelog Sun Oct  3 22:24:20 2010
@@ -1,15 +1,10 @@
 libmodule-info-perl (0.32-1) UNRELEASED; urgency=low
-
-  TODO:
-  - "dh --buildsystem=perl_build" in d/rules can be replaced by using dh8
-  - "perl (>= 5.10) | libmodule-build-perl" in d/control is not needed
-    anymore, there's nothing older than perl 5.10 in debian since etch was
-    archived
-  - 2 of the 3 patches apply with an offset
 
   * New upstream release
   * Add myself to Uploaders and Copyright
   * Standards-Version 3.9.1 (no changes)
+  * Use new debhelper 8 (drop --buildsystem=perl_build)
+  * Refresh all patches (2 applied with an offset)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 03 Oct 2010 17:23:54 -0400
 

Modified: trunk/libmodule-info-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-info-perl/debian/compat?rev=63264&op=diff
==============================================================================
--- trunk/libmodule-info-perl/debian/compat (original)
+++ trunk/libmodule-info-perl/debian/compat Sun Oct  3 22:24:20 2010
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libmodule-info-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-info-perl/debian/control?rev=63264&op=diff
==============================================================================
--- trunk/libmodule-info-perl/debian/control (original)
+++ trunk/libmodule-info-perl/debian/control Sun Oct  3 22:24:20 2010
@@ -1,7 +1,7 @@
 Source: libmodule-info-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
@@ -15,6 +15,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module providing information about Perl modules
- Module::Info gives you information about Perl modules without actually 
- loading the module. It actually isn't specific to modules and should 
- work on any Perl code. 
+ Module::Info is a Perl module for determining information about Perl modules
+ without actually loading the module. It isn't actually specific to modules
+ and should work on any Perl code. 

Modified: trunk/libmodule-info-perl/debian/patches/is-deeply.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-info-perl/debian/patches/is-deeply.patch?rev=63264&op=diff
==============================================================================
--- trunk/libmodule-info-perl/debian/patches/is-deeply.patch (original)
+++ trunk/libmodule-info-perl/debian/patches/is-deeply.patch Sun Oct  3 22:24:20 2010
@@ -3,9 +3,9 @@
 Origin: vendor
 Subject: Use is_deeply correctly
 
---- libmodule-info-perl.orig/t/Module-Info.t
-+++ libmodule-info-perl/t/Module-Info.t
-@@ -290,6 +290,6 @@
+--- a/t/Module-Info.t
++++ b/t/Module-Info.t
+@@ -301,6 +301,6 @@
      $module = Module::Info->new_from_file('t/lib/Bar.pm');
      @mods   = $module->modules_used;
      is( @mods, 3, 'modules_used with complex BEGIN block' );

Modified: trunk/libmodule-info-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-info-perl/debian/patches/spelling.patch?rev=63264&op=diff
==============================================================================
--- trunk/libmodule-info-perl/debian/patches/spelling.patch (original)
+++ trunk/libmodule-info-perl/debian/patches/spelling.patch Sun Oct  3 22:24:20 2010
@@ -3,8 +3,8 @@
 Origin: vendor
 Subject: Fix spelling errors
 
---- libmodule-info-perl.orig/bin/module_info
-+++ libmodule-info-perl/bin/module_info
+--- a/bin/module_info
++++ b/bin/module_info
 @@ -2,7 +2,7 @@
  
  =head1 NAME
@@ -23,9 +23,9 @@
  can be requested through command line switches.
  
  =over 4
---- libmodule-info-perl.orig/lib/Module/Info.pm
-+++ libmodule-info-perl/lib/Module/Info.pm
-@@ -318,7 +318,7 @@
+--- a/lib/Module/Info.pm
++++ b/lib/Module/Info.pm
+@@ -320,7 +320,7 @@
  
  The following methods get their information by compiling the module
  and examining the opcode tree.  The module will be compiled in a
@@ -34,7 +34,7 @@
  
  They will only work on 5.6.1 and up and requires the B::Utils module.
  
-@@ -732,7 +732,7 @@
+@@ -734,7 +734,7 @@
  Code refs in @INC are currently ignored.  If this bothers you submit a
  patch.
  

Modified: trunk/libmodule-info-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-info-perl/debian/rules?rev=63264&op=diff
==============================================================================
--- trunk/libmodule-info-perl/debian/rules (original)
+++ trunk/libmodule-info-perl/debian/rules Sun Oct  3 22:24:20 2010
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
+
 %:
-	dh --buildsystem=perl_build $@
+	dh $@
 
 override_dh_auto_test:
-	mv t/lib/Test t/lib/Test.ori
-	dh_auto_test --buildsystem=perl_build
-	mv t/lib/Test.ori t/lib/Test
+	mv t/lib/Test t/lib/Test.orig
+	dh_auto_test
+	mv t/lib/Test.orig t/lib/Test




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