Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Standards-Version: 4.1.3
· 714927b9
Andreas Tille
authored
Feb 12, 2018
714927b9
Downgrade r-bioc-edger from Depends to Suggests
· d61c6f2a
Andreas Tille
authored
Feb 12, 2018
d61c6f2a
debhelper 11
· 5dd0f74d
Andreas Tille
authored
Feb 12, 2018
5dd0f74d
Upload to unstable
· abfc0e43
Andreas Tille
authored
Mar 16, 2018
abfc0e43
Show whitespace changes
Inline
Side-by-side
debian/NEWS.Debian
0 → 100644
View file @
abfc0e43
bio-tradis (1.3.3+dfsg-3) unstable; urgency=medium
The package r-bioc-edger was removed from Debian since it was severely
outdated. An upgrade is not possible since recent version of BioConductor
Edger can not be distributed by Debian since it is using non-distributable
code locfit.
Thus you need to manually install Edger in your R environment.
-- Andreas Tille <tille@debian.org> Mon, 12 Feb 2018 15:05:27 +0100
debian/README.Debian
View file @
abfc0e43
...
...
@@ -6,3 +6,11 @@ it has to be excluded from the package source. You can find the
documentation here:
https://github.com/sanger-pathogens/Bio-Tradis/blob/master/BioTraDISTutorial.pdf
Please note: You need to manually install BioConductor Edger which can
not be distributed by Debian in recent version since it is using
non-distributable code locfit. So the way outdated r-bioc-edger package
was removed from Debian.
-- Andreas Tille <tille@debian.org> Mon, 12 Feb 2018 15:05:27 +0100
debian/changelog
View file @
abfc0e43
bio-tradis (1.3.3+dfsg-3) unstable; urgency=medium
* Standards-Version: 4.1.3
* Downgrade r-bioc-edger from Depends to Suggests since the package
was removed from Debian but people might consider local installations
Closes: #890096
* debhelper 11
-- Andreas Tille <tille@debian.org> Mon, 12 Feb 2018 15:13:51 +0100
bio-tradis (1.3.3+dfsg-2) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
abfc0e43
1
0
1
1
debian/control
View file @
abfc0e43
...
...
@@ -4,12 +4,12 @@ Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
libtrycatch-perl,
libtest-most-perl,
libtest-files-perl,
libbio-perl-perl
Standards-Version: 4.
0.0
Standards-Version: 4.
1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/bio-tradis.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/bio-tradis.git
Homepage: https://github.com/sanger-pathogens/Bio-Tradis
...
...
@@ -22,10 +22,10 @@ Depends: ${perl:Depends},
samtools,
tabix,
r-base-core,
r-bioc-edger,
r-cran-getopt,
r-cran-mass
Suggests: artemis
Suggests: artemis,
r-bioc-edger,
Description: analyse the output from TraDIS analyses of genomic sequences
Bio-Tradis contains a set of tools to analyse the output from
TraDIS analyses.
...
...
@@ -33,3 +33,7 @@ Description: analyse the output from TraDIS analyses of genomic sequences
The Bio-Tradis analysis pipeline is implemented as an extensible Perl
library which can either be used as is, or as a basis for the
development of more advanced analysis tools.
.
Please note: You need to manually install BioConductor Edger which can
not be distributed by Debian in recent version since it is using
non-distributable code locfit.