tags 608927 + pending
thanks

Dear maintainer,

I've prepared an NMU for klog (versioned as 0.5.7-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Red Hot Chili Peppers: Warlocks
diff -u klog-0.5.7/debian/changelog klog-0.5.7/debian/changelog
--- klog-0.5.7/debian/changelog
+++ klog-0.5.7/debian/changelog
@@ -1,3 +1,14 @@
+klog (0.5.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with gold / ld --no-add-needed":
+    apply patch from Ubuntu / Felix Geyer:
+    + Fix FTBFS due to indirect linking.
+      - Link against QtNetwork in src/CMakeLists.txt
+    (Closes: #608927)
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 25 Nov 2011 14:27:39 +0100
+
 klog (0.5.7-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- klog-0.5.7.orig/src/CMakeLists.txt
+++ klog-0.5.7/src/CMakeLists.txt
@@ -28,7 +28,7 @@
 qt4_add_resources (klog_SRCS ../klog-resources.qrc )
 kde4_add_executable(klog ${klog_SRCS})
 
-target_link_libraries(klog ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${HAMLIB_LIBRARY} )
+target_link_libraries(klog ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${QT_QTNETWORK_LIBRARY} ${HAMLIB_LIBRARY} )
 
 install(TARGETS klog DESTINATION ${BIN_INSTALL_DIR})
 

Attachment: signature.asc
Description: Digital signature

Reply via email to