[caffe-contrib] 69/362: dquilt: update patch fix-cmake-add-target-property-version-soversion.patch

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:15 UTC 2016


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 0f525630e9a941ef002c596701cd2f77d05c9696
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat Aug 8 03:30:30 2015 +0000

    dquilt: update patch fix-cmake-add-target-property-version-soversion.patch
---
 debian/patches/fix-cmake-add-target-property-version-soversion.patch | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/patches/fix-cmake-add-target-property-version-soversion.patch b/debian/patches/fix-cmake-add-target-property-version-soversion.patch
index afe0604..4f49d59 100644
--- a/debian/patches/fix-cmake-add-target-property-version-soversion.patch
+++ b/debian/patches/fix-cmake-add-target-property-version-soversion.patch
@@ -1,12 +1,11 @@
 --- a/cmake/Targets.cmake
 +++ b/cmake/Targets.cmake
-@@ -109,7 +109,10 @@
+@@ -109,7 +109,9 @@
      DEBUG_POSTFIX ${Caffe_DEBUG_POSTFIX}
      ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
      LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
 -    RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")
 +    RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin"
-+    VERSION ${DEBIAN_TARGET_VERSION}
 +    SOVERSION ${DEBIAN_TARGET_SOVERSION}
 +	)
    # make sure we build all external depepdencies first
@@ -18,7 +17,7 @@
  # ---[ Caffe project
  project(Caffe C CXX)
  
-+set(DEBIAN_TARGET_VERSION "0")
++# ---[ Debian Settings ]---
 +set(DEBIAN_TARGET_SOVERSION "0")
 +
  # ---[ Using cmake scripts and modules

-- 
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