[SCM] ktp-text-ui packaging branch, master, updated. debian/0.4.0-1-30-g83ed5df

Diane Trout diane-guest at alioth.debian.org
Tue Jul 16 04:43:55 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-text-ui.git;a=commitdiff;h=a6d7c6d

The following commit has been merged in the master branch:
commit a6d7c6d8f7cccf3b7e8e8878b2685b533fc087b4
Author: Diane Trout <diane at ghic.org>
Date:   Mon Jul 15 21:27:00 2013 -0700

    Add description to 02_ktpchat_soversion.diff
---
 debian/changelog                         |    1 +
 debian/patches/02_ktpchat_soversion.diff |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 229c9fd..d493f5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ ktp-text-ui (0.6.2.1-1) UNRELEASED; urgency=low
   * Set Uploaders to Diane Trout and Michał Zając
   * Update to Standards-Version 3.9.4. No changes needed.
   * Add several plugins to kde-telepathy-text-ui.install
+  * Add description to 02_ktpchat_soversion.diff
 
  -- Diane Trout <diane at ghic.org>  Fri, 12 Jul 2013 23:48:53 -0700
 
diff --git a/debian/patches/02_ktpchat_soversion.diff b/debian/patches/02_ktpchat_soversion.diff
index e38322a..c2879a2 100644
--- a/debian/patches/02_ktpchat_soversion.diff
+++ b/debian/patches/02_ktpchat_soversion.diff
@@ -1,10 +1,14 @@
+Author: George Kiagiadakis, Diane Trout
+Description: Force a SO version number on libktpchat.
+ later update so the SO version number defaults to the package version.
+
 --- a/lib/CMakeLists.txt
 +++ b/lib/CMakeLists.txt
 @@ -52,6 +52,8 @@
  
  kde4_add_library(ktpchat SHARED ${ktpchat_SRCS})
  
-+set_target_properties(ktpchat PROPERTIES SOVERSION 0 VERSION 0.6.1)
++set_target_properties(ktpchat PROPERTIES SOVERSION 0 VERSION ${KTP_TEXT_UI_VERSION})
 +
  target_link_libraries(ktpchat
      ${KDE4_KDECORE_LIBS}

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list