[SCM] libmm-qt packaging branch, master, updated. debian/0.5.1-1-13-g6cb0ce7

Maximiliano Curia maxy at moszumanska.debian.org
Mon Mar 3 10:58:05 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libmm-qt.git;a=commitdiff;h=4e1740b

The following commit has been merged in the master branch:
commit 4e1740b2eec781099e9aa45d6cd5cd3c88db5b09
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Mar 2 18:59:37 2014 +0100

    Import ubuntu patch to bump soversion.
---
 debian/changelog                           |  1 +
 debian/patches/kubuntu_bump_soversion.diff | 13 +++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cfa0f63..8dbcf72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libmm-qt (1.0.1-1~) UNRELEASED; urgency=medium
   * Update build dependencies.
   * Change package priority.
   * Remove patch: libdir.diff, applied upstream
+  * Import ubuntu patch to bump soversion.
 
  -- Maximiliano Curia <maxy at debian.org>  Sun, 02 Mar 2014 18:47:03 +0100
 
diff --git a/debian/patches/kubuntu_bump_soversion.diff b/debian/patches/kubuntu_bump_soversion.diff
new file mode 100644
index 0000000..6facdba
--- /dev/null
+++ b/debian/patches/kubuntu_bump_soversion.diff
@@ -0,0 +1,13 @@
+Index: libmm-qt-1.0.1/CMakeLists.txt
+===================================================================
+--- libmm-qt-1.0.1.orig/CMakeLists.txt	2014-02-16 23:28:23.000000000 +0000
++++ libmm-qt-1.0.1/CMakeLists.txt	2014-02-17 15:39:54.098757975 +0000
+@@ -138,7 +138,7 @@
+ 
+ set_property(TARGET ModemManagerQt PROPERTY COMPILE_DEFINITIONS MAKE_MODEMMANAGERQT_LIB)
+ set_property(TARGET ModemManagerQt PROPERTY VERSION ${VERSION})
+-set_property(TARGET ModemManagerQt PROPERTY SOVERSION 0)
++set_property(TARGET ModemManagerQt PROPERTY SOVERSION 1)
+ 
+ message(STATUS "Writing pkg-config file...")
+ configure_file(${CMAKE_SOURCE_DIR}/ModemManagerQt.pc.cmake ${CMAKE_BINARY_DIR}/ModemManagerQt.pc @ONLY)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2714877
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kubuntu_bump_soversion.diff

-- 
libmm-qt packaging



More information about the pkg-kde-commits mailing list