control: tags -1 +fixed-upstream +patch Hi,
I've prepared patch for this bug as attached. Please consider to apply it. Thanks. -- Hideki Yamane <henr...@debian.or.jp>
diff -Nru gst-plugins-good0.10-0.10.31/debian/changelog gst-plugins-good0.10-0.10.31/debian/changelog --- gst-plugins-good0.10-0.10.31/debian/changelog 2013-11-23 05:20:30.000000000 +0900 +++ gst-plugins-good0.10-0.10.31/debian/changelog 2014-03-14 22:36:40.000000000 +0900 @@ -1,3 +1,13 @@ +gst-plugins-good0.10 (0.10.31-3+nmu3) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches + - add bug#739810.patch + + Fix FTBFS, patch taken from upstream bugzilla (Closes: #739810) + Thanks to Marcin Juszkiewicz <mjuszkiew...@redhat.com> for the info. + + -- Hideki Yamane <henr...@debian.org> Fri, 14 Mar 2014 22:36:41 +0900 + gst-plugins-good0.10 (0.10.31-3+nmu2) UNRELEASED; urgency=low [Balint Reczey] diff -Nru gst-plugins-good0.10-0.10.31/debian/patches/bug#739810.patch gst-plugins-good0.10-0.10.31/debian/patches/bug#739810.patch --- gst-plugins-good0.10-0.10.31/debian/patches/bug#739810.patch 1970-01-01 09:00:00.000000000 +0900 +++ gst-plugins-good0.10-0.10.31/debian/patches/bug#739810.patch 2014-03-14 22:31:46.000000000 +0900 @@ -0,0 +1,53 @@ +From 2d489753eb7fe7571ac93b38a319bc59c7451d38 Mon Sep 17 00:00:00 2001 +From: Sebastian Rasmussen <seb...@hotmail.com> +Date: Tue, 11 Feb 2014 01:53:26 +0100 +Subject: [PATCH] docs: Rebalance docbook tags in comments + +Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724085 +--- + gst/audiofx/audiocheblimit.c | 4 ++-- + gst/udp/gstudpsrc.c | 4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c +index 549a9d2..7568d6a 100644 +--- a/gst/audiofx/audiocheblimit.c ++++ b/gst/audiofx/audiocheblimit.c +@@ -46,12 +46,12 @@ + * be at most this value. A lower ripple value will allow a faster rolloff. + * + * As a special case, a Chebyshev type 1 filter with no ripple is a Butterworth filter. +- * </para> ++ * <para> + * <note><para> + * Be warned that a too large number of poles can produce noise. The most poles are possible with + * a cutoff frequency at a quarter of the sampling rate. + * </para></note> +- * <para> ++ * </para> + * <refsect2> + * <title>Example launch line</title> + * |[ +diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c +index c2cbd92..7dffef8 100644 +--- a/gst/udp/gstudpsrc.c ++++ b/gst/udp/gstudpsrc.c +@@ -78,14 +78,14 @@ + * </itemizedlist> + * The message is typically used to detect that no UDP arrives in the receiver + * because it is blocked by a firewall. +- * </para> ++ * + * <para> + * A custom file descriptor can be configured with the + * #GstUDPSrc:sockfd property. The socket will be closed when setting the + * element to READY by default. This behaviour can be + * overriden with the #GstUDPSrc:closefd property, in which case the application + * is responsible for closing the file descriptor. +- * ++ * </para> + * <refsect2> + * <title>Examples</title> + * |[ +-- +1.8.5.3 diff -Nru gst-plugins-good0.10-0.10.31/debian/patches/series gst-plugins-good0.10-0.10.31/debian/patches/series --- gst-plugins-good0.10-0.10.31/debian/patches/series 2013-11-23 05:23:59.000000000 +0900 +++ gst-plugins-good0.10-0.10.31/debian/patches/series 2014-03-14 22:32:13.000000000 +0900 @@ -2,3 +2,4 @@ 01_v4l2_calls.patch 02_gstv4l2bufferpool.patch 99_ltmain_as-needed.patch +bug#739810.patch