[SCM] smokeqt packaging branch, master, updated. 2c851a16d57696fdcdcd4e6fe2271840f4a72b41

Pino Toscano pino at alioth.debian.org
Thu Aug 11 15:27:27 UTC 2011


The following commit has been merged in the master branch:
commit 2c851a16d57696fdcdcd4e6fe2271840f4a72b41
Author: Pino Toscano <pino at debian.org>
Date:   Thu Aug 11 17:27:05 2011 +0200

    add patch reduced-linking.diff to reduce overlinking
---
 debian/changelog                    |    2 ++
 debian/patches/reduced-linking.diff |   26 ++++++++++++++++++++++++++
 debian/patches/series               |    1 +
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9305368..3900340 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ smokeqt (4:4.7.0-0r1) UNRELEASED; urgency=low
     - pass sodeps as dh addon
   * Update lintian overrides.
   * Update copyright.
+  * Add patch reduced-linking.diff (committed also upstream) to reduce
+    overlinking.
 
   [ Modestas Vainius ]
   * Remove myself from Uploaders.
diff --git a/debian/patches/reduced-linking.diff b/debian/patches/reduced-linking.diff
new file mode 100644
index 0000000..4cd24dd
--- /dev/null
+++ b/debian/patches/reduced-linking.diff
@@ -0,0 +1,26 @@
+Author: Pino Toscano <pino at kde.org>
+Description: reduce overlinking when possible
+Applied-Upstream: 4.7.1, commit:9730f0c39fb35f7813f5972540054fd14a682731
+Last-Update: 2011-08-11
+
+--- a/qtscript/CMakeLists.txt
++++ b/qtscript/CMakeLists.txt
+@@ -23,7 +23,7 @@
+ ENDIF(CMAKE_CXX_FLAGS MATCHES "-fvisibility")
+ add_library(smokeqtscript SHARED ${smokeqtscript_LIB_SRCS})
+ 
+-target_link_libraries(smokeqtscript smokeqtcore ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTSCRIPT_LIBRARY})
++target_link_libraries(smokeqtscript smokeqtcore ${QT_QTCORE_LIBRARY} ${QT_QTSCRIPT_LIBRARY})
+ 
+ set_target_properties(smokeqtscript PROPERTIES VERSION 3.0.0 SOVERSION 3 )
+ 
+--- a/qtwebkit/CMakeLists.txt
++++ b/qtwebkit/CMakeLists.txt
+@@ -27,7 +27,6 @@
+                         smokeqtgui 
+                         ${QT_QTCORE_LIBRARY} 
+                         ${QT_QTGUI_LIBRARY} 
+-                        ${QT_QTNETWORK_LIBRARY} 
+                         ${QT_QTWEBKIT_LIBRARY} )
+ 
+ set_target_properties(smokeqtwebkit PROPERTIES VERSION 3.0.0 SOVERSION 3 )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5a5ed21
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reduced-linking.diff

-- 
smokeqt packaging



More information about the pkg-kde-commits mailing list