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

gregoa pushed a commit to branch master
in repository libogg-vorbis-decoder-perl.

commit 70ea355b4d48c1cc84ac16dbf18e382f74c708c8
Author: gregor herrmann <gre...@debian.org>
Date:   Wed Oct 21 20:26:59 2015 +0200

    Add a patch to temporarily skip a test
    
    which fails with libvorbisfile3 1.3.4-3.
    
    Closes: #801610
---
 debian/patches/libvorbis-ov_raw_total.patch | 21 +++++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/libvorbis-ov_raw_total.patch 
b/debian/patches/libvorbis-ov_raw_total.patch
new file mode 100644
index 0000000..fdd1310
--- /dev/null
+++ b/debian/patches/libvorbis-ov_raw_total.patch
@@ -0,0 +1,21 @@
+Description: mark a test as TODO which fails with libvorbisfile3 1.3.4-3.
+ Cf. #802393
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/801610
+Forwarded: not-needed
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-10-21
+
+--- a/t/basic.t
++++ b/t/basic.t
+@@ -17,7 +17,10 @@
+ ok($ogg->streams, 'streams');
+ ok($ogg->seekable, 'seekable');
+ ok($ogg->serialnumber, 'serialnumber');
++TODO: {
++local $TODO = 'Bug in libvorbisfile3 1.3.4-3, cf. #802393.';
+ is($ogg->raw_total, 4418594, 'raw_total');
++}
+ ok($ogg->pcm_total, 'pcm_total');
+ is(sprintf("%.2f", $ogg->time_total), 187.15, 'time_total');
+ ok($ogg->raw_tell, 'raw_tell');
diff --git a/debian/patches/series b/debian/patches/series
index 526c1ad..a921429 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 useless_dependency.patch
+libvorbis-ov_raw_total.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to