Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Use salsa URLs to not need to add an AliothRewriter rule
· 6b03d9ed
Andreas Tille
authored
Feb 11, 2018
6b03d9ed
Fix installation
· 4b62c2be
Andreas Tille
authored
Feb 11, 2018
4b62c2be
Try to add hardening options (seems this does not work)
· 8c3917ae
Andreas Tille
authored
Feb 11, 2018
8c3917ae
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
8c3917ae
...
...
@@ -4,16 +4,18 @@ Uploaders: Cédric Lood <cedric.lood@kuleuven.be>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
python3-all-dev,
libseqan2-dev
Standards-Version: 4.1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-grass/porechop
.git
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-grass/porechop
.git
Vcs-Browser: https://
salsa
.debian.org/
med-team/bandage
.git
Vcs-Git: https://
salsa
.debian.org/
med-team/bandage
.git
Homepage: https://rrwick.github.io/Porechop
Package: porechop
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
${misc:Depends},
${python3:Depends}
Description: adapter trimmer for Oxford Nanopore reads
Porechop is a tool for finding and removing adapters from Oxford
Nanopore reads. Adapters on the ends of reads are trimmed off, and
...
...
debian/install
0 → 100644
View file @
8c3917ae
porechop/*.py usr/lib/porechop
porechop/*.so usr/lib/porechop
debian/links
0 → 100644
View file @
8c3917ae
usr/lib/porechop/porechop.py usr/bin/porechop
debian/rules
View file @
8c3917ae
...
...
@@ -2,5 +2,9 @@
# DH_VERBOSE := 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/default.mk
%:
dh $@
dh $@
--with python3