rev 20517 - in kde-extras/kmymoney2/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Tue Jun 21 03:33:38 UTC 2016


Author: pino
Date: 2016-06-21 03:33:38 +0000 (Tue, 21 Jun 2016)
New Revision: 20517

Added:
   kde-extras/kmymoney2/trunk/debian/patches/soname.diff
Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/patches/series
Log:
set the generic SONAME for libkmm_payeeidentifier


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2016-06-21 03:25:31 UTC (rev 20516)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2016-06-21 03:33:38 UTC (rev 20517)
@@ -14,6 +14,7 @@
     upstream_cmake-do-not-install-the-appdata-as-executable.patch and
     upstream_cmake-fix-appdata-installation-directory.patch.
   * Improve the watch file.
+  * Set the generic SONAME for libkmm_payeeidentifier; patch soname.diff.
 
   [ Micha Lenk ]
   * Update the Gwenhywfar build dependencies. (Closes: #824705)

Modified: kde-extras/kmymoney2/trunk/debian/patches/series
===================================================================
--- kde-extras/kmymoney2/trunk/debian/patches/series	2016-06-21 03:25:31 UTC (rev 20516)
+++ kde-extras/kmymoney2/trunk/debian/patches/series	2016-06-21 03:33:38 UTC (rev 20517)
@@ -1,2 +1,3 @@
 upstream_cmake-do-not-install-the-appdata-as-executable.patch
 upstream_cmake-fix-appdata-installation-directory.patch
+soname.diff

Added: kde-extras/kmymoney2/trunk/debian/patches/soname.diff
===================================================================
--- kde-extras/kmymoney2/trunk/debian/patches/soname.diff	                        (rev 0)
+++ kde-extras/kmymoney2/trunk/debian/patches/soname.diff	2016-06-21 03:33:38 UTC (rev 20517)
@@ -0,0 +1,19 @@
+Author: Pino Toscano <pino at kde.org>
+Description: cmake: set the generic SONAME for libkmm_payeeidentifier
+ .
+ while it is an internal library, give it the same generic SONAME used
+ for the other libraries
+Forwarded: https://git.reviewboard.kde.org/r/128255/
+Last-Update: 2016-06-19
+
+--- a/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
++++ b/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
+@@ -12,6 +12,8 @@ add_library( kmm_payeeidentifier SHARED
+   ${PAYEEIDENTIFIER_SCRS}
+ )
+ 
++set_target_properties( kmm_payeeidentifier PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
++
+ generate_export_header( kmm_payeeidentifier )
+ 
+ target_link_libraries( kmm_payeeidentifier




More information about the pkg-kde-commits mailing list