This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libaudio-mpd-perl.
commit d66d410a7e7a4ed803ef68f66b74ab66fc184c6d Author: gregor herrmann <[email protected]> Date: Fri Apr 29 12:25:04 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 288a9d5..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. -Bug-Debian: https://bugs.debian.org/768692 -Origin: vendor -Author: Simon McVittie <[email protected]> -Reviewed-by: gregor herrmann <[email protected]> -Last-Update: 2014-11-12 -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=100300 -Bug: https://rt.cpan.org/Ticket/Display.html?id=100300 - ---- a/t/24-info.t -+++ b/t/24-info.t -@@ -18,7 +18,7 @@ - eval 'use Test::Corpus::Audio::MPD'; - plan skip_all => $@ if $@ =~ s/\n+Compilation failed.*//s; - --plan tests => 16; -+plan tests => 17; - my $mpd = Audio::MPD->new; - my $song; - -@@ -34,7 +34,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 index 3761f4e..d819aee 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -mpd-0.19.patch unix-socket-in-MPD_HOST.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libaudio-mpd-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
