[libevent-perl] 03/08: Drop patch, already applied by upstream

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jun 13 16:01:36 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libevent-perl.

commit 9ead752b0dccbd8ec744bb7cfddb84c568be9c1b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Jun 13 12:07:00 2016 -0300

    Drop patch, already applied by upstream
---
 debian/changelog                              |  1 +
 debian/patches/fix_bareword_not_allowed.patch | 17 -----------------
 debian/patches/series                         |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d2b9983..de62a18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libevent-perl (1.25-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 1.25
+  * Drop patch, already applied by upstream
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 13 Jun 2016 12:02:50 -0300
 
diff --git a/debian/patches/fix_bareword_not_allowed.patch b/debian/patches/fix_bareword_not_allowed.patch
deleted file mode 100644
index 63b937a..0000000
--- a/debian/patches/fix_bareword_not_allowed.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix bareword not allowed error
- Just add the parenthesis to fix bareword
-Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Forworded: https://github.com/mohawk2/cpan-Event/pull/3
-Last-Update: 2015-07-24
-
---- a/lib/Event/Watcher.pm
-+++ b/lib/Event/Watcher.pm
-@@ -52,7 +52,7 @@ sub init {
-     # set up prio
-     {
- 	no strict 'refs';
--	$o->prio($ { ref($o)."::DefaultPriority" } || Event::PRIO_NORMAL);
-+	$o->prio($ { ref($o)."::DefaultPriority" } || Event::PRIO_NORMAL());
- 	if (exists $arg->{nice}) {
- 	    $o->prio($o->prio + delete $arg->{nice});
- 	}
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f110704..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_bareword_not_allowed.patch

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



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