Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix dependencies
· 4eaf3b49
Andreas Tille
authored
Nov 15, 2019
4eaf3b49
Add autopkgtest
· 0340013a
Andreas Tille
authored
Nov 15, 2019
0340013a
Cleanup packaging
· 8f57c464
Andreas Tille
authored
Nov 15, 2019
8f57c464
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
8f57c464
...
...
@@ -15,7 +15,9 @@ Package: resfinder
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
bioperl,
resfinder-db,
python3-cgecore,
python3-tabulate,
ncbi-blast+-legacy
Description: identifies acquired antimicrobial resistance genes
ResFinder identifies acquired antimicrobial resistance genes in total or
...
...
debian/rules
View file @
8f57c464
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
override_dh_auto_install:
echo "Upstream install target just fetches BioPerl which is now installed via Depends"
dh $@ --with python3
debian/tests/control
0 → 100644
View file @
8f57c464
Tests: run-unit-test
Depends: @
Restrictions: allow-stderr
debian/tests/run-unit-test
0 → 100644
View file @
8f57c464
#!/bin/bash
set
-e
pkg
=
resfinder
export
LC_ALL
=
C.UTF-8
if
[
"
${
AUTOPKGTEST_TMP
}
"
=
""
]
;
then
AUTOPKGTEST_TMP
=
$(
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
)
trap
"rm -rf
${
AUTOPKGTEST_TMP
}
"
0 INT QUIT ABRT PIPE TERM
fi
cp
-a
/usr/share/doc/
${
pkg
}
/examples/
*
"
${
AUTOPKGTEST_TMP
}
"
cd
"
${
AUTOPKGTEST_TMP
}
"
gunzip
-r
*
resfinder.py
-i
test.fsa
-o
.
-p
/usr/share/resfinder/db
-d
aminoglycoside
-t
0.90
-l
0.60