[graywolf] 12/18: Remove RPATH from Debian package

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Jun 21 09:27:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository graywolf.

commit df61e196b18b9e92ae91487d1600eba3f34f98f2
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat May 30 17:26:20 2015 +0200

    Remove RPATH from Debian package
---
 debian/patches/01_no_rpath_in_debian_package.patch | 21 +++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/01_no_rpath_in_debian_package.patch b/debian/patches/01_no_rpath_in_debian_package.patch
new file mode 100644
index 0000000..2307463
--- /dev/null
+++ b/debian/patches/01_no_rpath_in_debian_package.patch
@@ -0,0 +1,21 @@
+Index: debian-graywolf/CMakeLists.txt
+===================================================================
+--- debian-graywolf.orig/CMakeLists.txt
++++ debian-graywolf/CMakeLists.txt
+@@ -3,11 +3,11 @@ project (graywolf)
+ 
+ INCLUDE(CheckIncludeFiles)
+ 
+-# Include RPATH in build so that ldconfig is not necessary after install
+-SET(CMAKE_SKIP_BUILD_RPATH FALSE)
+-SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
+-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
+-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
++# # Include RPATH in build so that ldconfig is not necessary after install
++# SET(CMAKE_SKIP_BUILD_RPATH FALSE)
++# SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
++# SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
++# SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+ 
+ 
+ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/include/config-build.h)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..099357b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_no_rpath_in_debian_package.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/graywolf.git



More information about the debian-science-commits mailing list