[libpoe-component-client-mpd-perl] 03/08: Drop mpd-0.19.patch, merged upstream.

gregor herrmann gregoa at debian.org
Tue May 24 17:18:47 UTC 2016


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

gregoa pushed a commit to branch master
in repository libpoe-component-client-mpd-perl.

commit ceee96cd26bf45ddf381bf8df85ef145362c736b
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 24 19:07:03 2016 +0200

    Drop mpd-0.19.patch, merged upstream.
---
 debian/patches/mpd-0.19.patch | 34 ----------------------------------
 debian/patches/series         |  1 -
 2 files changed, 35 deletions(-)

diff --git a/debian/patches/mpd-0.19.patch b/debian/patches/mpd-0.19.patch
deleted file mode 100644
index ca1f732..0000000
--- a/debian/patches/mpd-0.19.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Adjust test to mpd >= 0.19
- Test::Corpus::Audio::MPD contains 5 tracks just over 1.8 seconds each.
- mpd < 0.19 rounded each track up to 2 seconds then added the lengths
- in seconds to get 10s, but mpd >= 0.19 adds up the lengths in ms and then
- rounds it down to 9s.
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/768712
-Author: Simon McVittie <smcv at debian.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-11-12
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=100301
-Bug: https://rt.cpan.org/Ticket/Display.html?id=100301
-
---- a/t/42-cmds-info.t
-+++ b/t/42-cmds-info.t
-@@ -20,7 +20,7 @@
- # are we able to test module?
- eval 'use Test::Corpus::Audio::MPD';
- plan skip_all => $@ if $@ =~ s/\n+Compilation failed.*//s;
--plan tests => 29;
-+plan tests => 30;
- 
- # launch fake mpd
- POE::Component::Client::MPD->spawn;
-@@ -70,7 +70,8 @@
-     is($stats->albums,          1, 'one album in the database');
-     is($stats->songs,           5, '5 songs in the database');
-     is($stats->playtime,        0, 'already played 0 seconds');
--    is($stats->db_playtime,    10, '10 seconds worth of music in the db');
-+    cmp_ok($stats->db_playtime, '>=',  9, '>= 9 seconds worth of music in the db');
-+    cmp_ok($stats->db_playtime, '<=', 10, '<= 10 seconds worth of music in the db');
-     isnt($stats->uptime,    undef, 'uptime is defined');
-     isnt($stats->db_update,     0, 'database has been updated');
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9e70dcb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-mpd-0.19.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-client-mpd-perl.git



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