diff -pruN 0.9.1.1+cvs20080215-1/debian/changelog 0.9.1.1+cvs20080215-1ubuntu2/debian/changelog
--- 0.9.1.1+cvs20080215-1/debian/changelog	2009-12-07 22:07:48.000000000 +0000
+++ 0.9.1.1+cvs20080215-1ubuntu2/debian/changelog	2009-12-07 21:24:18.000000000 +0000
@@ -1,3 +1,18 @@
+gstreamer0.10-pitfdll (0.9.1.1+cvs20080215-1ubuntu2) lucid; urgency=low
+
+  * [FTBFS] Fix error: static declaration of 'vsscanf' follows non-static
+    declaration
+    + /gst-libs/ext/loader/wine/win32.c: Removed 'static' due to a gcc4 new
+      behaviour (LP: #490141)
+
+ -- Alfonso Cepeda Caballos <cepeda@gmail.com>  Tue, 01 Dec 2009 14:03:48 +0000
+
+gstreamer0.10-pitfdll (0.9.1.1+cvs20080215-1ubuntu1) jaunty; urgency=low
+
+  * Changed reference in README.debian from debian-multimedia to medibuntu (LP: #219405) 
+
+ -- António Lima <amrlima@gmail.com>  Sun, 01 Feb 2009 15:39:47 -0100
+
 gstreamer0.10-pitfdll (0.9.1.1+cvs20080215-1) unstable; urgency=low
 
   * New CVS snapshot:
diff -pruN 0.9.1.1+cvs20080215-1/debian/control 0.9.1.1+cvs20080215-1ubuntu2/debian/control
--- 0.9.1.1+cvs20080215-1/debian/control	2009-12-07 22:07:48.000000000 +0000
+++ 0.9.1.1+cvs20080215-1ubuntu2/debian/control	2009-12-07 21:24:18.000000000 +0000
@@ -1,7 +1,8 @@
 Source: gstreamer0.10-pitfdll
 Section: contrib/libs
 Priority: optional
-Maintainer: Sebastian Dröge <slomo@debian.org>
+Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
+XSBC-Original-Maintainer: Sebastian Dröge <slomo@debian.org>
 Build-Depends: debhelper (>= 5), cdbs, libgstreamer0.10-dev (>= 0.10), libgstreamer-plugins-base0.10-dev (>= 0.10), pkg-config (>= 0.9.0)
 Standards-Version: 3.7.3
 Homepage: http://sourceforge.net/projects/pitfdll/
diff -pruN 0.9.1.1+cvs20080215-1/debian/README.Debian 0.9.1.1+cvs20080215-1ubuntu2/debian/README.Debian
--- 0.9.1.1+cvs20080215-1/debian/README.Debian	2009-12-07 22:07:48.000000000 +0000
+++ 0.9.1.1+cvs20080215-1ubuntu2/debian/README.Debian	2009-12-07 21:24:18.000000000 +0000
@@ -8,8 +8,8 @@ pitfdll for Debian
   http://www.mplayerhq.hu/design7/dload.html
  Under "Binary Codec Packages"
 
- Debian packages for MPlayer's codec pack can be found at
-   http://www.debian-multimedia.org  
+ Ubuntu packages for MPlayer's codec pack can be found at
+   http://www.medibuntu.org  
 
  -- Sebastian Dröge <slomo@debian.org> Tue,  03 May 2007 16:03:10 +0100
 
diff -pruN 0.9.1.1+cvs20080215-1/gst-libs/ext/loader/wine/win32.c 0.9.1.1+cvs20080215-1ubuntu2/gst-libs/ext/loader/wine/win32.c
--- 0.9.1.1+cvs20080215-1/gst-libs/ext/loader/wine/win32.c	2005-09-20 15:29:49.000000000 +0100
+++ 0.9.1.1+cvs20080215-1ubuntu2/gst-libs/ext/loader/wine/win32.c	2009-12-07 21:24:18.000000000 +0000
@@ -67,7 +67,7 @@ int vsscanf( const char *str, const char
 # endif
 #else
 /* system has no vsscanf.  try to provide one */
-static int vsscanf( const char *str, const char *format, va_list ap)
+int vsscanf( const char *str, const char *format, va_list ap)
 {
     long p1 = va_arg(ap, long);
     long p2 = va_arg(ap, long);
