[med-svn] [fastml] 02/02: Fix install target
Andreas Tille
tille at debian.org
Wed Nov 18 19:11:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository fastml.
commit 4fe0a70b09e099416a3a2571f3879e616e90be99
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 18 19:51:15 2015 +0100
Fix install target
---
debian/patches/fix_intall_target.patch | 19 +++++++++++++++++++
debian/patches/fix_makefile4test.patch | 1 +
debian/patches/gcc_5.patch | 1 +
debian/patches/series | 1 +
4 files changed, 22 insertions(+)
diff --git a/debian/patches/fix_intall_target.patch b/debian/patches/fix_intall_target.patch
new file mode 100644
index 0000000..87dadc8
--- /dev/null
+++ b/debian/patches/fix_intall_target.patch
@@ -0,0 +1,19 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 22 Jun 2015 09:47:25 +0200
+Forwarde-Upstream: no (Debian only)
+Description: Fix broken install path
+Remark: Will be probably dropped later in favour of dh_install - just need to
+ see what files should be installed
+
+--- a/programs/Makefile.generic
++++ b/programs/Makefile.generic
+@@ -120,7 +120,8 @@ tests: $(TEST_EXEC) $(EXEC)
+
+ install: $(addprefix $(binDir)/,$(EXEC))
+ $(binDir)/%: %
+- cp $< $@
++ mkdir -p $(DESTDIR)/usr/bin
++ cp $< $(DESTDIR)/usr/bin
+
+
+
diff --git a/debian/patches/fix_makefile4test.patch b/debian/patches/fix_makefile4test.patch
index 161d332..874011d 100644
--- a/debian/patches/fix_makefile4test.patch
+++ b/debian/patches/fix_makefile4test.patch
@@ -1,5 +1,6 @@
Author: Andreas Tille <tille at debian.org>
Last-Update: Mon, 22 Jun 2015 09:47:25 +0200
+Forwarded-Upstream: Haim Ashkenazy <haim.ashkenazy at gmail.com>
Description: Current dir is not in PATH by default
--- a/libs/phylogeny/tests/Makefile
diff --git a/debian/patches/gcc_5.patch b/debian/patches/gcc_5.patch
index 05bd2f6..c984316 100644
--- a/debian/patches/gcc_5.patch
+++ b/debian/patches/gcc_5.patch
@@ -1,5 +1,6 @@
Author: Andreas Tille <tille at debian.org>
Last-Update: Mon, 22 Jun 2015 09:47:25 +0200
+Forwarded-Upstream: Haim Ashkenazy <haim.ashkenazy at gmail.com>
Description: Add missing includes required by gcc-5
--- a/libs/phylogeny/tests/readTreeWithComments.cpp
diff --git a/debian/patches/series b/debian/patches/series
index c16f911..e174b80 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
gcc_5.patch
fix_makefile4test.patch
+fix_intall_target.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastml.git
More information about the debian-med-commit
mailing list