[med-svn] [spades] 02/02: enable compiler message output

Sascha Steinbiss sascha at steinbiss.name
Fri Apr 22 05:02:54 UTC 2016


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

sascha-guest pushed a commit to annotated tag debian/3.7.1+dfsg-3
in repository spades.

commit 44766e6522ba869ff2aed9ab4899a76484ba71a2
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Thu Apr 21 15:43:31 2016 +0000

    enable compiler message output
---
 debian/changelog                                   |  1 +
 debian/patches/0115_enable_compiler_messages.patch | 10 ++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6caf60b..d092ab5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 spades (3.7.1+dfsg-3) unstable; urgency=medium
 
   * Force LANG and LANGUAGE to ensure reproducibility.
+  * Enable compiler messages.
 
  -- Sascha Steinbiss <sascha at steinbiss.name>  Thu, 21 Apr 2016 14:44:14 +0000
 
diff --git a/debian/patches/0115_enable_compiler_messages.patch b/debian/patches/0115_enable_compiler_messages.patch
new file mode 100644
index 0000000..7761754
--- /dev/null
+++ b/debian/patches/0115_enable_compiler_messages.patch
@@ -0,0 +1,10 @@
+--- a/spades_compile.sh
++++ b/spades_compile.sh
+@@ -20,6 +20,6 @@
+ set -e
+ cd $BASEDIR/$BUILD_DIR
+ cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$PREFIX $BASEDIR/src $*
+-make -j 1
++make -j 1 VERBOSE=1
+ make install
+ cd $PREFIX
diff --git a/debian/patches/series b/debian/patches/series
index a912a0b..72efd71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
 0112_spelling.patch
 0113_adjust_paths.patch
 0114_use_debian_provided_libs.patch
+0115_enable_compiler_messages.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git



More information about the debian-med-commit mailing list