This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository spades.
commit 451b7fc2413adae7650e96a7fd03a2ed5524e60e Author: Sascha Steinbiss <[email protected]> Date: Sat Feb 6 21:38:41 2016 +0000 add patch headers --- debian/patches/0110_build_single_thread.patch | 3 +++ debian/patches/0111_use_full_config_dirs.patch | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/debian/patches/0110_build_single_thread.patch b/debian/patches/0110_build_single_thread.patch index 44b187d..3fa81dd 100644 --- a/debian/patches/0110_build_single_thread.patch +++ b/debian/patches/0110_build_single_thread.patch @@ -1,3 +1,6 @@ +Description: build in single thread + Upstream builds this in 8 threads, which might overwhelm weaker machines. +Author: Sascha Steinbiss <[email protected]> --- a/spades_compile.sh +++ b/spades_compile.sh @@ -20,6 +20,6 @@ diff --git a/debian/patches/0111_use_full_config_dirs.patch b/debian/patches/0111_use_full_config_dirs.patch index 8979c6d..5c3c78b 100644 --- a/debian/patches/0111_use_full_config_dirs.patch +++ b/debian/patches/0111_use_full_config_dirs.patch @@ -1,3 +1,7 @@ +Description: use full config include path + This patch makes sure that the config files are not dependent on local + directory structure. +Author: Sascha Steinbiss <[email protected]> --- a/src/spades_pipeline/spades_logic.py +++ b/src/spades_pipeline/spades_logic.py @@ -134,8 +134,18 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
