Skip to content
Commits on Source (142)
......@@ -42,12 +42,5 @@ tramp
*.out
scythe
test-scythe
*.gch
# debian stuff
debian/files
debian/scythe.substvars
debian/scythe.debhelper.log
README.html
scythe (0.994+git20141017.20d3cff-1) unstable; urgency=medium
* d/watch: use git mode
* Drop unneeded get-orig-source target
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.0
-- Andreas Tille <tille@debian.org> Fri, 24 Aug 2018 17:50:51 +0200
scythe (0.994-4) unstable; urgency=medium
* Team upload.
......
......@@ -3,18 +3,19 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 11~),
zlib1g-dev,
python-markdown,
check
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/git/debian-med/scythe.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/scythe.git
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/med-team/scythe
Vcs-Git: https://salsa.debian.org/med-team/scythe.git
Homepage: https://github.com/vsbuffalo/scythe
Package: scythe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Bayesian adaptor trimmer for sequencing reads
Scythe uses a Naive Bayesian approach to classify contaminant substrings in
sequence reads. It considers quality information, which can make it robust in
......
......@@ -6,7 +6,3 @@
override_dh_auto_build:
dh_auto_build
markdown_py -f README.html README.md
get-orig-source:
@echo "Downloading source from GitHub"
wget -O scythe_0.994.orig.tar.gz https://api.github.com/repos/vsbuffalo/scythe/tarball/20d3cff7d7f483bd779aff75f861e93708c0a2b5
#version=3
#https://github.com/vsbuffalo/scythe/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
version=4
opts="mode=git,pretty=0.994+git%cd.%h" \
https://github.com/vsbuffalo/scythe.git HEAD