[SCM] Debian packaging of libpoe-component-client-ping-perl branch, master, updated. debian/1.170-1-7-g08f1a79

gregor herrmann gregoa at debian.org
Sun Mar 18 16:05:00 UTC 2012


The following commit has been merged in the master branch:
commit 053c7e7d4cafde37651ccf5e2d2e314e7beea69d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 18 17:01:43 2012 +0100

    Drop patch zz_rt_72055-root.patch, applied upstream.

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d56c1e1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-zz_rt_72055-root.patch
diff --git a/debian/patches/zz_rt_72055-root.patch b/debian/patches/zz_rt_72055-root.patch
deleted file mode 100644
index 323a047..0000000
--- a/debian/patches/zz_rt_72055-root.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: check for root privileges like the other tests
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=74189
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74189
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-01-20
-
---- a/t/zz_rt_72055.t
-+++ b/t/zz_rt_72055.t
-@@ -20,6 +20,14 @@
- use strict;
- use warnings;
- 
-+BEGIN {
-+  $| = 1;
-+  if ($> and ($^O ne 'VMS')) {
-+    print "1..0 # skipped: ICMP ping requires root privilege\n";
-+    exit 0;
-+  }
-+};
-+
- use Test::More tests => 2;
- 
- use POE qw( Component::Client::Ping );

-- 
Debian packaging of libpoe-component-client-ping-perl



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