File: 0037-SONAME-bump.patch

package info (click to toggle)
recastnavigation 1.6.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,928 kB
  • sloc: cpp: 50,116; ansic: 2,674; xml: 182; makefile: 16
file content (68 lines) | stat: -rw-r--r-- 1,909 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,8 @@
 project(RecastNavigation)
 
 # lib versions
-SET(SOVERSION 1)
+SET(SOVERSION 1debian0)
+SET(LIB_VERSION_DEB 1.6.0debian0)
 set(LIB_VERSION 1.6.0)
 string(REPLACE "." "," LIB_VERSION_NUM "${LIB_VERSION}.0")
 
--- a/DebugUtils/CMakeLists.txt
+++ b/DebugUtils/CMakeLists.txt
@@ -18,7 +18,7 @@
 
 set_target_properties(DebugUtils PROPERTIES
         SOVERSION ${SOVERSION}
-        VERSION ${LIB_VERSION}
+        VERSION ${LIB_VERSION_DEB}
         COMPILE_PDB_OUTPUT_DIRECTORY .
         COMPILE_PDB_NAME "DebugUtils-d"
         )
--- a/Detour/CMakeLists.txt
+++ b/Detour/CMakeLists.txt
@@ -19,7 +19,7 @@
 
 set_target_properties(Detour PROPERTIES
         SOVERSION ${SOVERSION}
-        VERSION ${LIB_VERSION}
+        VERSION ${LIB_VERSION_DEB}
         COMPILE_PDB_OUTPUT_DIRECTORY .
         COMPILE_PDB_NAME "Detour-d"
         )
--- a/DetourCrowd/CMakeLists.txt
+++ b/DetourCrowd/CMakeLists.txt
@@ -16,7 +16,7 @@
 
 set_target_properties(DetourCrowd PROPERTIES
         SOVERSION ${SOVERSION}
-        VERSION ${LIB_VERSION}
+        VERSION ${LIB_VERSION_DEB}
         COMPILE_PDB_OUTPUT_DIRECTORY .
         COMPILE_PDB_NAME "DetourCrowd-d"
         )
--- a/DetourTileCache/CMakeLists.txt
+++ b/DetourTileCache/CMakeLists.txt
@@ -16,7 +16,7 @@
 
 set_target_properties(DetourTileCache PROPERTIES
         SOVERSION ${SOVERSION}
-        VERSION ${LIB_VERSION}
+        VERSION ${LIB_VERSION_DEB}
         COMPILE_PDB_OUTPUT_DIRECTORY .
         COMPILE_PDB_NAME "DetourTileCache-d"
         )
--- a/Recast/CMakeLists.txt
+++ b/Recast/CMakeLists.txt
@@ -12,7 +12,7 @@
 
 set_target_properties(Recast PROPERTIES
         SOVERSION ${SOVERSION}
-        VERSION ${LIB_VERSION}
+        VERSION ${LIB_VERSION_DEB}
         COMPILE_PDB_OUTPUT_DIRECTORY .
         COMPILE_PDB_NAME "Recast-d"
         )