[med-svn] [spades] 01/02: update email addresses
Sascha Steinbiss
satta at debian.org
Sat Jul 2 19:26:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository spades.
commit 419b5e01cdb2ff0fbc62419e756012d799f7c56a
Author: Sascha Steinbiss <satta at debian.org>
Date: Sat Jul 2 17:45:08 2016 +0000
update email addresses
---
debian/control | 2 +-
debian/patches/0110_build_single_thread.patch | 2 +-
debian/patches/0111_use_full_config_dirs.patch | 2 +-
debian/patches/0112_spelling.patch | 2 +-
debian/patches/0113_adjust_paths.patch | 2 +-
debian/patches/0114_use_debian_provided_libs.patch | 2 +-
debian/patches/0115_enable_compiler_messages.patch | 2 +-
debian/patches/0116_stable_link_order.patch | 2 +-
debian/tests/run-upstreams-tests | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index e40bf5b..e02d81e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders:
Andreas Tille <tille at debian.org>,
Afif Elghraoui <afif at debian.org>,
- Sascha Steinbiss <sascha at steinbiss.name>
+ Sascha Steinbiss <satta at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
diff --git a/debian/patches/0110_build_single_thread.patch b/debian/patches/0110_build_single_thread.patch
index 5e28271..7b2b360 100644
--- a/debian/patches/0110_build_single_thread.patch
+++ b/debian/patches/0110_build_single_thread.patch
@@ -1,6 +1,6 @@
Description: build in single thread
Upstream builds this in 8 threads, which might overwhelm weaker machines.
-Author: Sascha Steinbiss <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- 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 e6ccd68..0de6fe9 100644
--- a/debian/patches/0111_use_full_config_dirs.patch
+++ b/debian/patches/0111_use_full_config_dirs.patch
@@ -1,7 +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 <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- a/src/spades_pipeline/spades_logic.py
+++ b/src/spades_pipeline/spades_logic.py
@@ -179,6 +179,20 @@
diff --git a/debian/patches/0112_spelling.patch b/debian/patches/0112_spelling.patch
index cc6d83d..eca75b3 100644
--- a/debian/patches/0112_spelling.patch
+++ b/debian/patches/0112_spelling.patch
@@ -1,5 +1,5 @@
Description: minor spelling fixes
-Author: Sascha Steinbiss <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- spades.orig/src/dipspades/polymorphic_bulge_remover/bulge_splitter.hpp
+++ spades/src/dipspades/polymorphic_bulge_remover/bulge_splitter.hpp
@@ -260,7 +260,7 @@
diff --git a/debian/patches/0113_adjust_paths.patch b/debian/patches/0113_adjust_paths.patch
index d4af7cc..52f6055 100644
--- a/debian/patches/0113_adjust_paths.patch
+++ b/debian/patches/0113_adjust_paths.patch
@@ -1,7 +1,7 @@
Description: adjust runtime paths
Debian stores components od SPAdes in different places than expected by
upstream. This patch makes it look in the right locations.
-Author: Sascha Steinbiss <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- a/spades_init.py
+++ b/spades_init.py
@@ -25,7 +25,12 @@
diff --git a/debian/patches/0114_use_debian_provided_libs.patch b/debian/patches/0114_use_debian_provided_libs.patch
index 28ec2a5..14f6460 100644
--- a/debian/patches/0114_use_debian_provided_libs.patch
+++ b/debian/patches/0114_use_debian_provided_libs.patch
@@ -7,7 +7,7 @@ Description: use Debian-packaged jemalloc library
version using the bundled jemalloc as the jemalloc version in Debian
does not report the 'stats.cactive_max' mallctl stat anymore.
Hence to avoid a NULL dereference the max rss value is logged.
-Author: Sascha Steinbiss <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- a/src/cmake/includes.cmake
+++ b/src/cmake/includes.cmake
@@ -3,6 +3,8 @@
diff --git a/debian/patches/0115_enable_compiler_messages.patch b/debian/patches/0115_enable_compiler_messages.patch
index 10be6fa..4a6eef7 100644
--- a/debian/patches/0115_enable_compiler_messages.patch
+++ b/debian/patches/0115_enable_compiler_messages.patch
@@ -1,5 +1,5 @@
Description: enable compiler messages
-Author: Sascha Steinbiss <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- a/spades_compile.sh
+++ b/spades_compile.sh
@@ -20,6 +20,6 @@
diff --git a/debian/patches/0116_stable_link_order.patch b/debian/patches/0116_stable_link_order.patch
index 74947bd..f1e972f 100644
--- a/debian/patches/0116_stable_link_order.patch
+++ b/debian/patches/0116_stable_link_order.patch
@@ -1,5 +1,5 @@
Description: use stable sort order for file globbing
-Author: Sascha Steinbiss <sascha at steinbiss.name>
+Author: Sascha Steinbiss <satta at debian.org>
--- a/ext/src/llvm/CMakeLists.txt
+++ b/ext/src/llvm/CMakeLists.txt
@@ -29,6 +29,7 @@
diff --git a/debian/tests/run-upstreams-tests b/debian/tests/run-upstreams-tests
index 666f7ed..aed9d5c 100755
--- a/debian/tests/run-upstreams-tests
+++ b/debian/tests/run-upstreams-tests
@@ -1,6 +1,6 @@
#!/bin/sh
# autopkgtest check: Run the spades tests for each tool.
-# Author: Sascha Steinbiss <sascha at steinbiss.name>
+# Author: Sascha Steinbiss <satta at debian.org>
set -e
WORKDIR=$(mktemp -d)
--
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