rev 17457 - in kde-extras/akonadi-googledata/trunk/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Thu Mar 18 11:40:09 UTC 2010


Author: fabo
Date: 2010-03-18 11:40:08 +0000 (Thu, 18 Mar 2010)
New Revision: 17457

Added:
   kde-extras/akonadi-googledata/trunk/debian/patches/
   kde-extras/akonadi-googledata/trunk/debian/patches/01_binutils-gold_ftbfs.diff
   kde-extras/akonadi-googledata/trunk/debian/patches/series
Modified:
   kde-extras/akonadi-googledata/trunk/debian/changelog
Log:
Add 01_binutils-gold_ftbfs.diff to fix FTBFS with binutils-gold. (Closes: #553645)


Modified: kde-extras/akonadi-googledata/trunk/debian/changelog
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/changelog	2010-03-18 11:07:28 UTC (rev 17456)
+++ kde-extras/akonadi-googledata/trunk/debian/changelog	2010-03-18 11:40:08 UTC (rev 17457)
@@ -1,6 +1,8 @@
 akonadi-googledata (1.0.1-2) unstable; urgency=low
 
   * Switch to dpkg-source 3.0 (quilt) format.
+  * Add 01_binutils-gold_ftbfs.diff to fix FTBFS with binutils-gold.
+    (Closes: #553645)
   * Update debian/control:
     - Bump build dependencies (debhelper and pkg-kde-tools).
     - Bump Standards-Version to 3.8.4 (no changes needed).

Added: kde-extras/akonadi-googledata/trunk/debian/patches/01_binutils-gold_ftbfs.diff
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/patches/01_binutils-gold_ftbfs.diff	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/patches/01_binutils-gold_ftbfs.diff	2010-03-18 11:40:08 UTC (rev 17457)
@@ -0,0 +1,24 @@
+Description: Fix FTBFS with binutils-gold.
+Bug-Debian: http://bugs.debian.org/553645
+Author: Fathi Boudra <fabo at debian.org>
+
+--- a/calendar/CMakeLists.txt
++++ b/calendar/CMakeLists.txt
+@@ -15,6 +15,6 @@ qt4_add_dbus_adaptor(gcalresource_SRCS
+ 
+ kde4_add_executable(akonadi_gcal_resource RUN_UNINSTALLED ${gcalresource_SRCS})
+ 
+-target_link_libraries(akonadi_gcal_resource ${KDE4_AKONADI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KABC_LIBS} ${KDE4_KCAL_LIBS}  ${LIBGCAL_LIBRARIES})
++target_link_libraries(akonadi_gcal_resource ${KDE4_AKONADI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KABC_LIBS} ${KDE4_KCAL_LIBS} ${KDE4_KIO_LIBS} ${LIBGCAL_LIBRARIES})
+ 
+ install(TARGETS akonadi_gcal_resource ${INSTALL_TARGETS_DEFAULT_ARGS})
+--- a/contacts/CMakeLists.txt
++++ b/contacts/CMakeLists.txt
+@@ -15,6 +15,6 @@ qt4_add_dbus_adaptor(googlecontactresour
+ 
+ kde4_add_executable(akonadi_googledata_resource RUN_UNINSTALLED ${googlecontactresource_SRCS})
+ 
+-target_link_libraries(akonadi_googledata_resource ${KDE4_AKONADI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KABC_LIBS} ${LIBGCAL_LIBRARIES})
++target_link_libraries(akonadi_googledata_resource ${KDE4_AKONADI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KABC_LIBS} ${KDE4_KIO_LIBS} ${LIBGCAL_LIBRARIES})
+ 
+ install(TARGETS akonadi_googledata_resource ${INSTALL_TARGETS_DEFAULT_ARGS})

Added: kde-extras/akonadi-googledata/trunk/debian/patches/series
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/patches/series	2010-03-18 11:40:08 UTC (rev 17457)
@@ -0,0 +1 @@
+01_binutils-gold_ftbfs.diff




More information about the pkg-kde-commits mailing list