[caffe-contrib] 337/362: d/patch: remove unused patch.

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:51 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 074a144aa92ecf7377359a6e64b7cfba9b80b244
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Mar 27 09:39:13 2016 +0000

    d/patch: remove unused patch.
---
 ...ake-add-target-property-version-soversion.patch | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/debian/patches/unapplied/fix-cmake-add-target-property-version-soversion.patch b/debian/patches/unapplied/fix-cmake-add-target-property-version-soversion.patch
deleted file mode 100644
index 0828d0a..0000000
--- a/debian/patches/unapplied/fix-cmake-add-target-property-version-soversion.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Add content (target_properties) in upstream cmake system,
-in order to add SONAME for Debian package.
---- a/cmake/Targets.cmake
-+++ b/cmake/Targets.cmake
-@@ -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"
-+    SOVERSION ${DEBIAN_TARGET_SOVERSION}
-+	)
-   # make sure we build all external depepdencies first
-   if (DEFINED external_project_dependencies)
-     add_dependencies(${target} ${external_project_dependencies})
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -9,6 +9,9 @@
- # ---[ Caffe project
- project(Caffe C CXX)
- 
-+# ---[ Debian Settings ]---
-+set(DEBIAN_TARGET_SOVERSION "0")
-+
- # ---[ Using cmake scripts and modules
- list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/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