diff -Nru kbarcode-2.0.7/debian/changelog kbarcode-2.0.7/debian/changelog --- kbarcode-2.0.7/debian/changelog 2010-08-11 06:27:53.000000000 +0000 +++ kbarcode-2.0.7/debian/changelog 2011-03-01 12:08:32.000000000 +0000 @@ -1,3 +1,10 @@ +kbarcode (2.0.7-3ubuntu1) natty; urgency=low + + * debian/patches/10_fix_ftbfs_binutils-gold:diff + - Fix FTBFS with binutils-gold. (Closes: #615967) + + -- Tarun Kumar Mall Tue, 01 Mar 2011 12:07:58 +0000 + kbarcode (2.0.7-3) unstable; urgency=low * Add missing Name key to kbarcode-label desktop file. (Closes: #570129) diff -Nru kbarcode-2.0.7/debian/control kbarcode-2.0.7/debian/control --- kbarcode-2.0.7/debian/control 2010-08-11 06:27:27.000000000 +0000 +++ kbarcode-2.0.7/debian/control 2011-03-01 09:28:46.000000000 +0000 @@ -1,7 +1,8 @@ Source: kbarcode Section: kde Priority: optional -Maintainer: Debian KDE Extras Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell Build-Depends: cdbs (>= 0.4.52), debhelper (>= 7), quilt, automake, kdelibs4-dev Standards-Version: 3.9.1 diff -Nru kbarcode-2.0.7/debian/patches/10_fix_ftbfs_binutils-gold.diff kbarcode-2.0.7/debian/patches/10_fix_ftbfs_binutils-gold.diff --- kbarcode-2.0.7/debian/patches/10_fix_ftbfs_binutils-gold.diff 1970-01-01 00:00:00.000000000 +0000 +++ kbarcode-2.0.7/debian/patches/10_fix_ftbfs_binutils-gold.diff 2011-03-01 12:10:42.000000000 +0000 @@ -0,0 +1,19 @@ +From: Tarun Kumar Mall +Description: This patch fixex FTBFS problem by adding certain libraries to + file kbarcode-2.0.7.orig/kbarcode/Makefile.am +Bug-Ubuntu: https://launchpad.net/bugs/726405 +Bug-Debian: http://bugs.debian.org/615967 + +Index: kbarcode-2.0.7/kbarcode/Makefile.am +=================================================================== +--- kbarcode-2.0.7.orig/kbarcode/Makefile.am 2011-03-01 09:24:57.447560008 +0000 ++++ kbarcode-2.0.7/kbarcode/Makefile.am 2011-03-01 09:25:23.667559799 +0000 +@@ -21,7 +21,7 @@ + + kbarcode_LDFLAGS = $(KDE_RPATH) $(all_libraries) + kbarcode_LDADD = $(LIB_KABC) $(LIB_KSPELL) $(LIB_KDEPRINT) \ +- $(LIB_KDEUI) -lkjs -lpcre ++ $(LIB_KDEUI) -lkjs -lpcre -lkio -lqt-mt -lDCOP -lkdecore + + noinst_HEADERS = barcodecombo.h barcodedialog.h barcodedialogs.h commands.h \ + configdialog.h confwizard.h csvimportdlg.h databasebrowser.h definition.h \ diff -Nru kbarcode-2.0.7/debian/patches/series kbarcode-2.0.7/debian/patches/series --- kbarcode-2.0.7/debian/patches/series 2010-08-11 05:47:52.000000000 +0000 +++ kbarcode-2.0.7/debian/patches/series 2011-03-01 09:47:43.000000000 +0000 @@ -6,3 +6,4 @@ 07_autoconf2.64.diff 08_automake-1.1x.diff 09_missing_name_key.diff +10_fix_ftbfs_binutils-gold.diff