[SCM] bangarang packaging branch, master, updated. debian/1.0.1-1-29-g48f1f35

Ryan Kavanagh ryanakca-guest at alioth.debian.org
Mon Jun 27 12:45:10 UTC 2011


The following commit has been merged in the master branch:
commit 04e7a73a2864cf847d8b0e3de7385621d3008b59
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Sun Feb 27 21:39:19 2011 -0500

    Fix FTBFS with gold or ld --no-as-needed
    
    Added a patch commited upstream to fix this. (Closes: #615694)
---
 debian/patches/01_linker_fix.diff |   30 ++++++++++++++++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/debian/patches/01_linker_fix.diff b/debian/patches/01_linker_fix.diff
new file mode 100644
index 0000000..55867dd
--- /dev/null
+++ b/debian/patches/01_linker_fix.diff
@@ -0,0 +1,30 @@
+Description: Fixes build with gold or ld --no-add-needed
+Author: Humber Julien <julroy67 at gmail.com>
+Origin: upstream, http://gitorious.org/bangarang/bangarang/commit/469014a5
+Bug-Debian: http://bugs.debian.org/615964
+Reviewed-By: Ryan Kavanagh <ryanakca at kubuntu.org>
+Last-Update: 2011-02-27
+Index: bangarang-1.0.1/src/CMakeLists.txt
+===================================================================
+--- bangarang-1.0.1.orig/src/CMakeLists.txt	2010-12-30 13:34:46.200022001 -0500
++++ bangarang-1.0.1/src/CMakeLists.txt	2010-12-30 13:35:10.000000000 -0500
+@@ -65,6 +65,7 @@
+     ${KDE4_KDEUI_LIBS} 
+     ${KDE4_KPARTS_LIBS} 
+     ${KDE4_PHONON_LIBS} 
++    ${KDE4_SOLID_LIBS}
+     ${NEPOMUK_LIBRARIES} 
+     ${KDEMULTIMEDIA_LIBRARIES} 
+     ${SOPRANO_LIBRARIES} 
+Index: bangarang-1.0.1/src/platform/nepomukwriter/CMakeLists.txt
+===================================================================
+--- bangarang-1.0.1.orig/src/platform/nepomukwriter/CMakeLists.txt	2010-12-30 13:51:32.872022000 -0500
++++ bangarang-1.0.1/src/platform/nepomukwriter/CMakeLists.txt	2010-12-30 13:52:02.636022006 -0500
+@@ -24,6 +24,7 @@
+ KDE4_ADD_EXECUTABLE(bangarangnepomukwriter ${BangarangNepomukWriterSources})
+ 
+ TARGET_LINK_LIBRARIES(bangarangnepomukwriter 
++    ${KDE4_KDEUI_LIBS}
+     ${NEPOMUK_LIBRARIES} 
+     ${KDEMULTIMEDIA_LIBRARIES} 
+     ${SOPRANO_LIBRARIES} 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4e5acf4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_linker_fix.diff

-- 
bangarang packaging



More information about the pkg-kde-commits mailing list