[SCM] csoundqt/master: Fix csoundqt binary link
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Wed Jun 28 02:06:57 UTC 2017
The following commit has been merged in the master branch:
commit f5c336e6013d3aa88e9fb189189dc39f074b9984
Author: Felipe Sateler <fsateler at debian.org>
Date: Tue Jun 27 22:00:05 2017 -0400
Fix csoundqt binary link
diff --git a/debian/patches/Fix-install-link-of-fixed-csoundqt-name.patch b/debian/patches/Fix-install-link-of-fixed-csoundqt-name.patch
new file mode 100644
index 0000000..8adbb70
--- /dev/null
+++ b/debian/patches/Fix-install-link-of-fixed-csoundqt-name.patch
@@ -0,0 +1,26 @@
+From: Felipe Sateler <fsateler at debian.org>
+Date: Tue, 27 Jun 2017 21:54:42 -0400
+Subject: Fix install link of fixed csoundqt name
+
+The link should be relative, but was being generated targeting the
+install directory, which might be inside the build tree if using
+DESTDIR.
+
+Forwarded: https://github.com/CsoundQt/CsoundQt/pull/240
+---
+ qcs.pro | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/qcs.pro b/qcs.pro
+index 335d91c..84e349f 100644
+--- a/qcs.pro
++++ b/qcs.pro
+@@ -173,7 +173,7 @@ unix:!macx {
+ SHARE_DIR=/usr/share # ~/.local for HOME install
+ }
+ target.path = $$INSTALL_DIR/bin
+- target.commands = ln -sf $(INSTALL_ROOT)/$$INSTALL_DIR/bin/$$TARGET $(INSTALL_ROOT)/$$INSTALL_DIR/bin/csoundqt # create link always with the same name
++ target.commands = ln -sf $$TARGET $(INSTALL_ROOT)/$$INSTALL_DIR/bin/csoundqt # create link always with the same name
+ target.files = $$OUT_PWD/$$DESTDIR/$$TARGET
+
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ab23edf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Fix-install-link-of-fixed-csoundqt-name.patch
--
csoundqt packaging
More information about the pkg-multimedia-commits
mailing list