r19238 - in /trunk/libpoe-component-jobqueue-perl/debian: changelog patches/libscan.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 16:56:03 UTC 2008


Author: gregoa
Date: Mon Apr 28 16:56:02 2008
New Revision: 19238

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19238
Log:
refresh patch, add note to changelog

Modified:
    trunk/libpoe-component-jobqueue-perl/debian/changelog
    trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch

Modified: trunk/libpoe-component-jobqueue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/changelog?rev=19238&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/changelog (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/changelog Mon Apr 28 16:56:02 2008
@@ -1,3 +1,11 @@
+libpoe-component-jobqueue-perl (0.5500-2) UNRELEASED; urgency=low
+
+  TODO: libscan.patch was rejected, now it can be at least applied but there
+  are no signs of quilt anywhere. If it's activated Makefile need to be
+  touched in clean.
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 28 Apr 2008 18:52:56 +0200
+
 libpoe-component-jobqueue-perl (0.5500-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch?rev=19238&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch Mon Apr 28 16:56:02 2008
@@ -1,21 +1,19 @@
-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)
+--- libpoe-component-jobqueue-perl.orig/Makefile.PL
++++ libpoe-component-jobqueue-perl/Makefile.PL
 @@ -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];
++	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); 
++	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>',
+ WriteMakefile(
+ 	NAME          => 'POE::Component::JobQueue',
+ 	AUTHOR        => 'Rocco Caputo <rcaputo at cpan.org>',




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