r16434 - in /trunk/libpoe-component-jobqueue-perl: Makefile.PL debian/changelog debian/patches/ debian/patches/libscan.patch debian/patches/series

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Mar 3 23:45:20 UTC 2008


Author: tincho-guest
Date: Mon Mar  3 23:45:19 2008
New Revision: 16434

URL: http://svn.debian.org/wsvn/?sc=1&rev=16434
Log:
* debian/patches/: moved source modification to a proper patch.

Added:
    trunk/libpoe-component-jobqueue-perl/debian/patches/
    trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch
    trunk/libpoe-component-jobqueue-perl/debian/patches/series
Modified:
    trunk/libpoe-component-jobqueue-perl/Makefile.PL
    trunk/libpoe-component-jobqueue-perl/debian/changelog

Modified: trunk/libpoe-component-jobqueue-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-jobqueue-perl/Makefile.PL?rev=16434&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/Makefile.PL (original)
+++ trunk/libpoe-component-jobqueue-perl/Makefile.PL Mon Mar  3 23:45:19 2008
@@ -5,16 +5,6 @@
 
 # Touch CHANGES so it exists.
 open(CHANGES, ">>CHANGES") and close CHANGES;
-
-# MakeMaker doesn't know about arch :(
-sub MY::libscan {
-  my ($self, $path) = @_;
-  my ($dirs,$file) = ($self->splitpath($path))[1,2];
-
-  return '' if grep /^(?:\.arch-ids|{arch}|,,.*|\+\+.*)$/,
-    $self->splitdir($dirs), $file;
-  return $self->MM::libscan($path); 
-}
 
 WriteMakefile
   ( NAME         => 'POE::Component::JobQueue',

Modified: trunk/libpoe-component-jobqueue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-jobqueue-perl/debian/changelog?rev=16434&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/changelog (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/changelog Mon Mar  3 23:45:19 2008
@@ -12,6 +12,7 @@
 
   [ Martín Ferrari ]
   * debian/watch: added uversionmangle to cope with two-digit versioning.
+  * debian/patches/: moved source modification to a proper patch.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 13 Feb 2008 21:43:30 +0100
 

Added: trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch?rev=16434&op=file
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch (added)
+++ trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch Mon Mar  3 23:45:19 2008
@@ -1,0 +1,21 @@
+Index: Makefile.PL
+===================================================================
+--- Makefile.PL	(.../branches/upstream/libpoe-component-jobqueue-perl/current)	(revisión: 16433)
++++ Makefile.PL	(.../trunk/libpoe-component-jobqueue-perl)	(revisión: 16433)
+@@ -6,6 +6,16 @@
+ # Touch CHANGES so it exists.
+ open(CHANGES, ">>CHANGES") and close CHANGES;
+ 
++# MakeMaker doesn't know about arch :(
++sub MY::libscan {
++  my ($self, $path) = @_;
++  my ($dirs,$file) = ($self->splitpath($path))[1,2];
++
++  return '' if grep /^(?:\.arch-ids|{arch}|,,.*|\+\+.*)$/,
++    $self->splitdir($dirs), $file;
++  return $self->MM::libscan($path); 
++}
++
+ WriteMakefile
+   ( NAME         => 'POE::Component::JobQueue',
+     AUTHOR       => 'Rocco Caputo <rcaputo at cpan.org>',

Added: trunk/libpoe-component-jobqueue-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-jobqueue-perl/debian/patches/series?rev=16434&op=file
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/patches/series (added)
+++ trunk/libpoe-component-jobqueue-perl/debian/patches/series Mon Mar  3 23:45:19 2008
@@ -1,0 +1,1 @@
+libscan.patch




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