[graywolf] 01/01: New patch for not creating link in CMakeLists.txt
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Jul 22 15:30:05 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 6251c844b346119f7ac1f8ed8d35bf51c092956a
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Wed Jul 22 17:25:11 2015 +0200
New patch for not creating link in CMakeLists.txt
---
debian/patches/02_dont_create_link.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/02_dont_create_link.patch b/debian/patches/02_dont_create_link.patch
new file mode 100644
index 0000000..65fc6ee
--- /dev/null
+++ b/debian/patches/02_dont_create_link.patch
@@ -0,0 +1,16 @@
+Description: The upstream command for creating symlink causes trouble when
+ building the Debian packages. It is done by dh_link instead.
+Forwarded: Doesn't make sense upstream
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+Index: graywolf/CMakeLists.txt
+===================================================================
+--- graywolf.orig/CMakeLists.txt 2015-07-22 17:23:02.615507725 +0200
++++ graywolf/CMakeLists.txt 2015-07-22 17:23:28.441230555 +0200
+@@ -14,7 +14,6 @@
+
+
+ install(DIRECTORY flow DESTINATION lib/graywolf/bin)
+-install(CODE "EXECUTE_PROCESS(COMMAND ln -sf flow.noroute flow WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/lib/graywolf/bin/flow)")
+
+ add_subdirectory(src)
+ add_subdirectory(script)
diff --git a/debian/patches/series b/debian/patches/series
index 099357b..208a9d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_no_rpath_in_debian_package.patch
+02_dont_create_link.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