[caffe-contrib] 06/14: patch: bump upstream soversion
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Mon Jan 23 00:54:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.
commit 34444c009cf043b5e5b6933440cfab308d766d0f
Author: Zhou Mo <cdluminate at gmail.com>
Date: Sun Jan 22 02:11:54 2017 +0000
patch: bump upstream soversion
---
debian/changelog | 1 +
debian/patches/cmake-bump-soversion-to-rc4.patch | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 26 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6f112c5..b82e2a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ caffe-contrib (1.0.0~rc4-1) UNRELEASED; urgency=medium
* New upstream release.
* Rules: update URL for get-orig-source target.
* Bump debhelper compat to 10.
+ * Patch: add cmake-bump-soversion-to-rc4.patch to fix upstream soversion.
-- Zhou Mo <cdluminate at gmail.com> Sun, 22 Jan 2017 01:53:16 +0000
diff --git a/debian/patches/cmake-bump-soversion-to-rc4.patch b/debian/patches/cmake-bump-soversion-to-rc4.patch
new file mode 100644
index 0000000..825ef95
--- /dev/null
+++ b/debian/patches/cmake-bump-soversion-to-rc4.patch
@@ -0,0 +1,24 @@
+Description: fix soversion
+Forward: https://github.com/BVLC/caffe/pull/5207
+
+commit 135440371c7cb2932d5c1e8e671e0d2e231fd2cc
+Author: Zhou Mo <cdluminate at gmail.com>
+Date: Sat Jan 21 03:06:38 2017 +0000
+
+ cmake: bump soversion to rc4
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3af394f7..15a7fe46 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -10,8 +10,8 @@ endif()
+ project(Caffe C CXX)
+
+ # ---[ Caffe version
+-set(CAFFE_TARGET_VERSION "1.0.0-rc3" CACHE STRING "Caffe logical version")
+-set(CAFFE_TARGET_SOVERSION "1.0.0-rc3" CACHE STRING "Caffe soname version")
++set(CAFFE_TARGET_VERSION "1.0.0-rc4" CACHE STRING "Caffe logical version")
++set(CAFFE_TARGET_SOVERSION "1.0.0-rc4" CACHE STRING "Caffe soname version")
+ add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})
+
+ # ---[ Using cmake scripts and modules
diff --git a/debian/patches/series b/debian/patches/series
index 5e94885..bd21d7c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ fix-more-float-comparison-precision-issue
fix-more-float-comparison-precision-issue2
0001-Add-Pascal-to-all-cuda-architectures.patch
cmake-link-correct-python-lib.patch
+cmake-bump-soversion-to-rc4.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git
More information about the debian-science-commits
mailing list