[med-svn] [Git][med-team/sspace][master] 3 commits: bump Standards-Version
Sascha Steinbiss
gitlab at salsa.debian.org
Fri Dec 20 13:52:17 GMT 2019
Sascha Steinbiss pushed to branch master at Debian Med / sspace
Commits:
8e30a522 by Sascha Steinbiss at 2019-12-20T13:44:16Z
bump Standards-Version
- - - - -
8ca82b3c by Sascha Steinbiss at 2019-12-20T13:44:28Z
remove debugging code
- - - - -
4a26d3b3 by Sascha Steinbiss at 2019-12-20T13:44:33Z
use python3 dep
- - - - -
5 changed files:
- debian/changelog
- debian/control
- − debian/patches/debug.patch
- debian/patches/series
- debian/tests/example-tests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,12 +1,15 @@
sspace (2.1.1+dfsg-5) unstable; urgency=medium
+ [ Andreas Tille ]
* Use 2to3 to port to Python3
Closes: #938565
* debhelper-compat 12
- * Standards-Version: 4.4.0
* Remove trailing whitespace in debian/changelog
* Fix permission of fasta file
+ [ Sascha Steinbiss ]
+ * Bump Standards-Version.
+
-- Andreas Tille <tille at debian.org> Fri, 06 Sep 2019 12:03:56 +0200
sspace (2.1.1+dfsg-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,10 +6,10 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
recode,
- python,
+ python3,
asciidoctor,
bowtie
-Standards-Version: 4.4.0
+Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/sspace
Vcs-Git: https://salsa.debian.org/med-team/sspace.git
Homepage: https://github.com/nsoranzo/sspace_basic
=====================================
debian/patches/debug.patch deleted
=====================================
@@ -1,11 +0,0 @@
---- a/bin/PairingAndScaffolding.pl
-+++ b/bin/PairingAndScaffolding.pl
-@@ -821,7 +821,7 @@ sub mapReadsWithBowtie{
- my $procline = "bowtie -p $threads -v $gaps -m 1 bowtieoutput/$bowtieout --suppress 6,7 -f $singlereads --quiet --refidx |";
- die "Contig file ($contigFile) not found. Exiting...\n" if(!(-e $contigFile));
- &printMessage("\n=>".getDate().": Building Bowtie index for contigs\n");
-- system("bowtie-build $contigFile bowtieoutput/$bowtieout --quiet --noref") == 0 || die "\nBowtie-build error; $?"; # returns exit status values
-+ system("bowtie-build $contigFile bowtieoutput/$bowtieout --quiet --noref") == 0 || die "\nBowtie-build error\n\tbowtie-build $contigFile bowtieoutput/$bowtieout --quiet --noref; $?"; # returns exit status values
-
- #Treat the output of Bowtie differently if multithreading is used or not
- readBowtieOneThread($procline) if($threads <= 1);
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,2 @@
shebangs.patch
2to3.patch
-debug.patch
=====================================
debian/tests/example-tests
=====================================
@@ -17,12 +17,6 @@ else
CMD=sspace
fi
-set -x
-which python
-python
-which bowtie-build
-bowtie-build --help
-ls -l
$CMD -l libraries.txt -s contigs_abyss.fasta
[ -s standard_output.final.evidence ]
View it on GitLab: https://salsa.debian.org/med-team/sspace/compare/5233f8b03b7dd384bdff3b0631dbf5238cf96dd0...4a26d3b34e33c8ebc139701919302d2a99553b6a
--
View it on GitLab: https://salsa.debian.org/med-team/sspace/compare/5233f8b03b7dd384bdff3b0631dbf5238cf96dd0...4a26d3b34e33c8ebc139701919302d2a99553b6a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191220/8c413007/attachment-0001.html>
More information about the debian-med-commit
mailing list