diff -Nru gst-entrans-0.10.2/debian/changelog gst-entrans-0.10.2/debian/changelog --- gst-entrans-0.10.2/debian/changelog 2010-11-21 06:26:53.000000000 +0100 +++ gst-entrans-0.10.2/debian/changelog 2010-11-29 15:14:15.000000000 +0100 @@ -1,3 +1,11 @@ +gst-entrans (0.10.2-2ubuntu1) natty; urgency=low + + * debian/patches/fix_ftbfs_with_binutils_gold: + - Add gobject and glib to linker flags to fix FTBFS with binutils-gold + (LP: #682668) + + -- Angel Abad Mon, 29 Nov 2010 15:11:42 +0100 + gst-entrans (0.10.2-2) unstable; urgency=low * Avoid running tests on armel: dnr test fails with timeout error - diff -Nru gst-entrans-0.10.2/debian/control gst-entrans-0.10.2/debian/control --- gst-entrans-0.10.2/debian/control 2010-09-13 19:49:26.000000000 +0200 +++ gst-entrans-0.10.2/debian/control 2010-11-29 15:10:40.000000000 +0100 @@ -1,7 +1,8 @@ Source: gst-entrans Section: video Priority: optional -Maintainer: Debian GStreamer team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GStreamer team Uploaders: Jonas Smedegaard Build-Depends: cdbs (>= 0.4.70~), autotools-dev, diff -Nru gst-entrans-0.10.2/debian/control.in gst-entrans-0.10.2/debian/control.in --- gst-entrans-0.10.2/debian/control.in 2010-09-13 19:26:31.000000000 +0200 +++ gst-entrans-0.10.2/debian/control.in 2010-11-29 15:10:20.000000000 +0100 @@ -1,7 +1,8 @@ Source: gst-entrans Section: video Priority: optional -Maintainer: Debian GStreamer team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GStreamer team Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.1 diff -Nru gst-entrans-0.10.2/debian/patches/fix_ftbfs_with_binutils_gold gst-entrans-0.10.2/debian/patches/fix_ftbfs_with_binutils_gold --- gst-entrans-0.10.2/debian/patches/fix_ftbfs_with_binutils_gold 1970-01-01 01:00:00.000000000 +0100 +++ gst-entrans-0.10.2/debian/patches/fix_ftbfs_with_binutils_gold 2010-11-29 15:13:01.000000000 +0100 @@ -0,0 +1,16 @@ +Author: Fabrice Coutadeur +Description: Add gobject and glib to linker flags to fix FTBFS +Bug-Ubuntu: https://launchpad.net/bugs/682668 +Bug-Debian: http://bugs.debian.org/604759 + +--- a/tests/check/Makefile.in ++++ b/tests/check/Makefile.in +@@ -406,7 +406,7 @@ + + # these tests don't even pass + AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) +-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a ++LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a -lgobject-2.0 -lglib-2.0 + noinst_LIBRARIES = elements/libvideofilter.a + elements_libvideofilter_a_SOURCES = elements/videofilter.c elements/videofilter.h + diff -Nru gst-entrans-0.10.2/debian/patches/series gst-entrans-0.10.2/debian/patches/series --- gst-entrans-0.10.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ gst-entrans-0.10.2/debian/patches/series 2010-11-29 15:09:09.000000000 +0100 @@ -0,0 +1 @@ +fix_ftbfs_with_binutils_gold