[SCM] kpat packaging branch, master, updated. 8809c7d0cff1a59723d9bdfe166d8250d2cc6c94

Maximiliano Curia maxy at alioth.debian.org
Thu Apr 11 09:49:42 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kpat.git;a=commitdiff;h=778e580

The following commit has been merged in the master branch:
commit 778e580ffe10ee7b10718020fc287a6f00168ff4
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu Apr 11 11:43:50 2013 +0200

    Add soversion to libkcardgame
---
 debian/patches/kpat-shared-library-soname.diff |   21 +++++++++++++++++++++
 debian/patches/series                          |    1 +
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/debian/patches/kpat-shared-library-soname.diff b/debian/patches/kpat-shared-library-soname.diff
new file mode 100644
index 0000000..8e10a9a
--- /dev/null
+++ b/debian/patches/kpat-shared-library-soname.diff
@@ -0,0 +1,21 @@
+Description: Add soversion to libkcardgame
+Author: Maximiliano Curia <maxy at debian.org>
+Last-Update: 2013-04-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- kpat/libkcardgame/CMakeLists.txt	2013-04-11 10:37:12.388489587 +0200
++++ kpat-4.10.2/libkcardgame/CMakeLists.txt	2013-04-11 10:56:07.329893176 +0200
+@@ -11,5 +11,13 @@
+ kde4_add_library( kcardgame SHARED ${libkcardgame_SRCS} )
+ target_link_libraries( kcardgame kdegames ${KDE4_KNEWSTUFF3_LIBS} )
+ 
++set(KCARDGAME_VERSION 4.10.2)
++set(KCARDGAME_SOVERSION 4)
++
++set_target_properties(kcardgame PROPERTIES
++    VERSION   ${KCARDGAME_VERSION}
++    SOVERSION ${KCARDGAME_SOVERSION}
++)
++
+ install( TARGETS kcardgame ${INSTALL_TARGETS_DEFAULT_ARGS} )
+ install( FILES kcardtheme.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1fbd513
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kpat-shared-library-soname.diff

-- 
kpat packaging



More information about the pkg-kde-commits mailing list