tags 634400 + patch
tags 634400 + pending
thanks

Dear maintainer,

I've prepared an NMU for morituri (versioned as 0.1.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Rolling Stones
diff -Nru morituri-0.1.2/debian/changelog morituri-0.1.2/debian/changelog
--- morituri-0.1.2/debian/changelog	2011-06-05 19:28:39.000000000 +0200
+++ morituri-0.1.2/debian/changelog	2012-01-25 19:34:19.000000000 +0100
@@ -1,3 +1,13 @@
+morituri (0.1.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: tests failed": add upstream patch, via Ubuntu / Daniel T Chen:
+    - Add skip_flacparse.patch to fix FTBFS. (LP: #833896)
+    Commit message: "flacparse is busted in gst-plugins-good 0.10.30 too"
+    (Closes: #634400)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 25 Jan 2012 19:32:34 +0100
+
 morituri (0.1.2-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru morituri-0.1.2/debian/patches/series morituri-0.1.2/debian/patches/series
--- morituri-0.1.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ morituri-0.1.2/debian/patches/series	2012-01-25 19:32:20.000000000 +0100
@@ -0,0 +1 @@
+skip_flacparse.patch
diff -Nru morituri-0.1.2/debian/patches/skip_flacparse.patch morituri-0.1.2/debian/patches/skip_flacparse.patch
--- morituri-0.1.2/debian/patches/skip_flacparse.patch	1970-01-01 01:00:00.000000000 +0100
+++ morituri-0.1.2/debian/patches/skip_flacparse.patch	2012-01-25 19:33:45.000000000 +0100
@@ -0,0 +1,25 @@
+Description: Handle known-bad versions of gst-plugins-good, including 0.10.30
+Forwarded: not-needed
+Origin: upstream, https://thomas.apestaart.org/morituri/trac/changeset/535
+Author: Thomas Vander Stichele
+Reviewed-by: Daniel T Chen <crim...@ubuntu.com>
+Bug: https://thomas.apestaart.org/morituri/trac/ticket/78
+Bug-Debian: http://bugs.debian.org/634400
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/morituri/+bug/833896
+Last-Updated: 2011-09-15
+
+Index: morituri-0.1.2/morituri/common/gstreamer.py
+===================================================================
+--- morituri-0.1.2.orig/morituri/common/gstreamer.py	2011-09-15 00:33:23.000000000 -0400
++++ morituri-0.1.2/morituri/common/gstreamer.py	2011-09-15 00:34:47.000000000 -0400
+@@ -190,8 +190,9 @@
+         log.debug('gstreamer', 'Found audioparsers plugin from %s %s',
+             plugin.get_source(), plugin.get_version())
+ 
++        # was fixed after 0.10.30 and before 0.10.31
+         if plugin.get_source() == 'gst-plugins-good' \
+-            and plugin.get_version() > '0.10.29.1':
++            and plugin.get_version() > '0.10.30.1':
+             return
+ 
+         registry.remove_plugin(plugin)

Attachment: signature.asc
Description: Digital signature

Reply via email to