r74270 - in /trunk/libgstreamer-perl/debian: changelog control patches/broken-value-test patches/series
dom at users.alioth.debian.org
dom at users.alioth.debian.org
Thu May 12 18:23:53 UTC 2011
Author: dom
Date: Thu May 12 18:22:56 2011
New Revision: 74270
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74270
Log:
add another test fix
Added:
trunk/libgstreamer-perl/debian/patches/broken-value-test
Modified:
trunk/libgstreamer-perl/debian/changelog
trunk/libgstreamer-perl/debian/control
trunk/libgstreamer-perl/debian/patches/series
Modified: trunk/libgstreamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/changelog?rev=74270&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/changelog (original)
+++ trunk/libgstreamer-perl/debian/changelog Thu May 12 18:22:56 2011
@@ -7,11 +7,14 @@
* debian/control: Update my email address.
[ Dominic Hargreaves ]
- * Add patches broken-gstbuffer-test, broken-tagsetter-test from
+ * Add patches broken-gstbuffer-test, broken-tagsetter-test,
+ broken-value-test from
<https://bugzilla.gnome.org/show_bug.cgi?id=649615> to fix
test failures with newer GStreamer (partial fix for: #616454)
+ * Version build-dep on libgstreamer0.10-dev since
+ broken-value-test is not backwards-compatible
- -- Dominic Hargreaves <dom at earth.li> Thu, 12 May 2011 10:20:38 +0100
+ -- Dominic Hargreaves <dom at earth.li> Thu, 12 May 2011 19:22:06 +0100
libgstreamer-perl (0.15-2) unstable; urgency=low
Modified: trunk/libgstreamer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/control?rev=74270&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/control (original)
+++ trunk/libgstreamer-perl/debian/control Thu May 12 18:22:56 2011
@@ -3,7 +3,7 @@
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl,
libextutils-depends-perl (>= 0.205), libextutils-pkgconfig-perl (>= 1.07),
- libglib-perl (>= 1:1.180), libgstreamer0.10-dev, gstreamer0.10-alsa,
+ libglib-perl (>= 1:1.180), libgstreamer0.10-dev (>= 0.10.33), gstreamer0.10-alsa,
gstreamer0.10-plugins-base
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio at dyne.org>, Tim Retout <diocles at debian.org>,
Added: trunk/libgstreamer-perl/debian/patches/broken-value-test
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/patches/broken-value-test?rev=74270&op=file
==============================================================================
--- trunk/libgstreamer-perl/debian/patches/broken-value-test (added)
+++ trunk/libgstreamer-perl/debian/patches/broken-value-test Thu May 12 18:22:56 2011
@@ -1,0 +1,18 @@
+Origin: https://bugzilla.gnome.org/show_bug.cgi?id=649615
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=649615
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616454
+Author: Dominic Hargreaves
+Description: fix for broken value test
+ A naive fix to match the new library behaviour. Not backwards compatible.
+
+--- a/t/GstValue.t 2011-05-12 10:01:39.000000000 +0100
++++ b/t/GstValue.t 2011-05-12 10:28:13.000000000 +0100
+@@ -45,7 +45,7 @@
+ . "value_array_int_range=(int)< [ 23, 42 ] >, "
+ . "fraction=(fraction)23/42, "
+ . "fraction_range=(fraction)[ 23/42, 42/23 ], "
+- . "date=(GstDate)2001-09-09";
++ . "date=(date)2001-09-09";
+
+ is($string, $exptected_string);
+ is_deeply(GStreamer::Structure::from_string($string), $structure);
Modified: trunk/libgstreamer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/patches/series?rev=74270&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/patches/series (original)
+++ trunk/libgstreamer-perl/debian/patches/series Thu May 12 18:22:56 2011
@@ -2,3 +2,4 @@
disable-typefind-get-caps-test
broken-gstbuffer-test
broken-tagsetter-test
+broken-value-test
More information about the Pkg-perl-cvs-commits
mailing list