[libev-perl] 05/06: refresh all patches

Damyan Ivanov dmn at alioth.debian.org
Tue Oct 22 07:40:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libev-perl.

commit 34467a08a325b0c900460f8e03f35e9852eeae73
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Oct 22 07:38:48 2013 +0000

    refresh all patches
---
 debian/patches/fix-spelling-error.patch |    2 +-
 debian/patches/multiarch-checklib.patch |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
index 371d184..122e24c 100644
--- a/debian/patches/fix-spelling-error.patch
+++ b/debian/patches/fix-spelling-error.patch
@@ -6,7 +6,7 @@ Last-Update: 2011-11-21
 
 --- a/libev/ev.pod
 +++ b/libev/ev.pod
-@@ -2192,7 +2192,7 @@
+@@ -2201,7 +2201,7 @@ Periodic watchers are also timers of a k
  
  Unlike C<ev_timer>, periodic watchers are not based on real time (or
  relative time, the physical time that passes) but on wall clock time
diff --git a/debian/patches/multiarch-checklib.patch b/debian/patches/multiarch-checklib.patch
index 01e8143..db1bf19 100644
--- a/debian/patches/multiarch-checklib.patch
+++ b/debian/patches/multiarch-checklib.patch
@@ -7,7 +7,7 @@ Last-Update: 2013-08-07
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -3,6 +3,7 @@
+@@ -3,6 +3,7 @@ use 5.008002;
  use strict qw(vars subs);
  use Config;
  use ExtUtils::MakeMaker;
@@ -15,7 +15,7 @@ Last-Update: 2013-08-07
  
  unless (-e "libev/ev_epoll.c") {
     print <<EOF;
-@@ -129,7 +130,7 @@
+@@ -129,7 +130,7 @@ the default.
  
  EOF
  
@@ -24,7 +24,7 @@ Last-Update: 2013-08-07
  $can_epoll = $ENV{EV_EPOLL} if exists $ENV{EV_EPOLL};
  $DEFINE .= " -DEV_USE_EPOLL=" . (0 + (prompt ("Enable epoll backend (y/n)?", $can_epoll ? "y" : "n") =~ /[yY]/));
  
-@@ -157,7 +158,7 @@
+@@ -157,7 +158,7 @@ OS X:    completely, utterly broken on a
  
  EOF
  
@@ -33,7 +33,7 @@ Last-Update: 2013-08-07
  $can_kqueue = $ENV{EV_KQUEUE} if exists $ENV{EV_KQUEUE};
  $DEFINE .= " -DEV_USE_KQUEUE=" . (0 + (prompt ("Enable kqueue backend (y/n)?", $can_kqueue ? "y" : "n") =~ /[yY]/));
  
-@@ -204,7 +205,7 @@
+@@ -208,7 +209,7 @@ idea to enable it, as kernel availabilit
  
  EOF
  
@@ -42,7 +42,7 @@ Last-Update: 2013-08-07
  $can_inotify = $ENV{EV_INOTIFY} if exists $ENV{EV_INOTIFY};
  $DEFINE .= " -DEV_USE_INOTIFY=" . (0 + (prompt ("Enable inotify support (y/n)?", $can_inotify ? "y" : "n") =~ /[yY]/));
  
-@@ -221,7 +222,7 @@
+@@ -225,7 +226,7 @@ have this wrapper.
  
  EOF
  
@@ -51,7 +51,7 @@ Last-Update: 2013-08-07
  $can_eventfd = $ENV{EV_EVENTFD} if exists $ENV{EV_EVENTFD};
  $DEFINE .= " -DEV_USE_EVENTFD=" . (0 + (prompt ("Enable linux eventfd support (y/n)?", $can_eventfd ? "y" : "n") =~ /[yY]/));
  
-@@ -237,7 +238,7 @@
+@@ -241,7 +242,7 @@ wrapper. Glibc 2.7 and later should have
  
  EOF
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libev-perl.git



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