rev 19013 - in kde-extras/kscope/trunk/debian: . patches

Scott Kitterman kitterman at alioth.debian.org
Sun Nov 20 06:01:31 UTC 2011


Author: kitterman
Date: 2011-11-20 06:01:29 +0000 (Sun, 20 Nov 2011)
New Revision: 19013

Added:
   kde-extras/kscope/trunk/debian/patches/03_fix_indirect_linking
Modified:
   kde-extras/kscope/trunk/debian/changelog
   kde-extras/kscope/trunk/debian/patches/series
Log:
kscope (1.9.4-2) unstable; urgency=low

  * Team Upload
  * Add debian/patches/03_fix_indirect_linking to fix FTBFS with new linker
    (closes: #555062)

 -- Scott Kitterman <scott at kitterman.com>  Sat, 19 Nov 2011 23:29:06 -0500

Modified: kde-extras/kscope/trunk/debian/changelog
===================================================================
--- kde-extras/kscope/trunk/debian/changelog	2011-11-13 16:00:47 UTC (rev 19012)
+++ kde-extras/kscope/trunk/debian/changelog	2011-11-20 06:01:29 UTC (rev 19013)
@@ -1,3 +1,11 @@
+kscope (1.9.4-2) unstable; urgency=low
+
+  * Team Upload
+  * Add debian/patches/03_fix_indirect_linking to fix FTBFS with new linker
+    (closes: #555062)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 19 Nov 2011 23:29:06 -0500
+
 kscope (1.9.4-1) unstable; urgency=low
 
   * New upstream release.

Added: kde-extras/kscope/trunk/debian/patches/03_fix_indirect_linking
===================================================================
--- kde-extras/kscope/trunk/debian/patches/03_fix_indirect_linking	                        (rev 0)
+++ kde-extras/kscope/trunk/debian/patches/03_fix_indirect_linking	2011-11-20 06:01:29 UTC (rev 19013)
@@ -0,0 +1,16 @@
+Index: kscope-1.9.4/app/app.pro
+===================================================================
+--- kscope-1.9.4.orig/app/app.pro	2011-11-19 23:25:37.749180214 -0500
++++ kscope-1.9.4/app/app.pro	2011-11-19 23:28:37.413174905 -0500
+@@ -58,7 +58,10 @@
+     -L../cscope \
+     -lkscope_cscope \
+     -L../editor \
+-    -lkscope_editor
++    -lkscope_editor \
++    -L$${QSCI_ROOT_PATH}/lib \
++    -lqscintilla2
++
+ RESOURCES = app.qrc
+ target.path = $${INSTALL_PATH}/bin
+ INSTALLS += target

Modified: kde-extras/kscope/trunk/debian/patches/series
===================================================================
--- kde-extras/kscope/trunk/debian/patches/series	2011-11-13 16:00:47 UTC (rev 19012)
+++ kde-extras/kscope/trunk/debian/patches/series	2011-11-20 06:01:29 UTC (rev 19013)
@@ -1,2 +1,3 @@
 01_fix_install_path.diff
 02_set_debian_qscintilla_path.diff
+03_fix_indirect_linking




More information about the pkg-kde-commits mailing list