[Pkg-owncloud-commits] [SCM] owncloud-client.git branch, master, updated. upstream/1.2.0+debian-70-g0bc1d12

Sandro Knauß bugs at sandroknauss.de
Tue Mar 5 04:25:26 UTC 2013


The following commit has been merged in the master branch:
commit 0eb4ae328d7172d5505641bd5c593e25d682ece2
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Tue Mar 5 05:18:30 2013 +0100

    soname patch is now upstream.

diff --git a/debian/patches/series b/debian/patches/series
index 2d465ab..50ff07e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,5 +4,4 @@ manpage-0001-adding-monoicons-option-to-usage.rst.patch
 manpage-0002-adding-manpages-for-mirall-and-owncloud.patch
 manpage-0003-add-creating-manpages-to-CMakeLists.patch
 typo-successfully
-soname
 typo-necessary
diff --git a/debian/patches/soname b/debian/patches/soname
deleted file mode 100644
index 6a9bfc8..0000000
--- a/debian/patches/soname
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: owncloud-client/VERSION.cmake
-adding soname and version to: 
- * libowncloudsync.so
- * libmirallsync.so
-===================================================================
---- owncloud-client.orig/VERSION.cmake	2013-01-30 23:37:08.473900266 +0100
-+++ owncloud-client/VERSION.cmake	2013-02-04 02:11:55.750549970 +0100
-@@ -2,4 +2,5 @@
- set( VERSION_MINOR 2 )
- set( VERSION_PATCH 0 )
- set( VERSION  ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
-+set( SOVERSION 0 )
- 
-Index: owncloud-client/src/CMakeLists.txt
-===================================================================
---- owncloud-client.orig/src/CMakeLists.txt	2013-02-04 01:36:02.000000000 +0100
-+++ owncloud-client/src/CMakeLists.txt	2013-02-04 02:13:58.872827771 +0100
-@@ -125,6 +125,16 @@
- add_library(mirallsync   SHARED ${libsync_SRCS} ${syncMoc})
- add_library(owncloudsync SHARED ${libsync_SRCS} ${syncMoc})
- set_target_properties( owncloudsync PROPERTIES COMPILE_DEFINITIONS OWNCLOUD_CLIENT)
-+set_target_properties( owncloudsync  PROPERTIES
-+	VERSION ${VERSION}
-+	SOVERSION ${SOVERSION}
-+)
-+
-+set_target_properties( mirallsync  PROPERTIES
-+	VERSION ${VERSION}
-+	SOVERSION ${SOVERSION}
-+)
-+
- 
- target_link_libraries(mirallsync ${libsync_LINK_TARGETS} )
- target_link_libraries(owncloudsync ${libsync_LINK_TARGETS} )

-- 
owncloud-client.git



More information about the Pkg-owncloud-commits mailing list