Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Fix import statement in rescale_test.py
· b8b9e11f
Andreas Tille
authored
Oct 01, 2019
b8b9e11f
Deactivate rescale_test.py in autopkgtest
· d0b67775
Andreas Tille
authored
Oct 01, 2019
d0b67775
Test-Depends: gfortran
· 419c01c4
Andreas Tille
authored
Oct 01, 2019
419c01c4
Upload to unstable
· 08212730
Andreas Tille
authored
Oct 01, 2019
08212730
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
08212730
mapdamage (2.1.0+dfsg-1)
UNRELEASED
; urgency=medium
mapdamage (2.1.0+dfsg-1)
unstable
; urgency=medium
* New upstream version
Closes: #936989
...
...
@@ -7,8 +7,10 @@ mapdamage (2.1.0+dfsg-1) UNRELEASED; urgency=medium
* Trim trailing whitespace.
* buildsystem=pybuild
* python3-pysam <!nocheck>
* Deactivate rescale_test.py in autopkgtest
* Test-Depends: gfortran
-- Andreas Tille <tille@debian.org> Tue, 01 Oct 2019 1
7:13:12
+0200
-- Andreas Tille <tille@debian.org> Tue, 01 Oct 2019 1
9:41:25
+0200
mapdamage (2.0.9+dfsg-1) unstable; urgency=medium
...
...
debian/patches/fix_rescale_test.patch
0 → 100644
View file @
08212730
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 01 Oct 2019 17:13:12 +0200
Description: Fix import statement in rescale_test.py
--- a/mapdamage/rescale_test.py
+++ b/mapdamage/rescale_test.py
@@ -1,6 +1,6 @@
import unittest
import optparse
-from . import rescale
+from mapdamage import rescale
import pysam
import filecmp
debian/patches/series
View file @
08212730
use_debian_packaged_seqtk.patch
fix_quantile_na_rm.patch
fix_rescale_test.patch
debian/tests/control
View file @
08212730
Tests: run-unit-test
Depends: @, r-cran-runit
Depends: @, r-cran-runit
, gfortran
Restrictions: allow-stderr
Tests: run-r-packages-check
...
...
debian/tests/run-unit-test
View file @
08212730
...
...
@@ -12,8 +12,10 @@ cd $ADTTMP
cp
-a
/usr/share/doc/
${
pkg
}
/tests/
*
.
cp
-a
/usr/share/doc/
${
pkg
}
/ref_T.fa
.
gunzip
-r
*
python3 rescale_test.py
# FIXME: rescale_test.py throws errors
# will discuss with upstream
# python3 rescale_test.py
mapDamage
-i
rescale_test/pe_test/pe.sam
-r
ref_T.fa
pdf_result
=
"results_pe/Fragmisincorporation_plot.pdf"
...
...