[med-svn] [Git][med-team/q2-fragment-insertion][master] 2 commits: Fix package name in tests
Nilesh Patra
gitlab at salsa.debian.org
Fri Dec 11 15:43:00 GMT 2020
Nilesh Patra pushed to branch master at Debian Med / q2-fragment-insertion
Commits:
bed53479 by Nilesh Patra at 2020-12-11T21:12:05+05:30
Fix package name in tests
- - - - -
a6c2f0c6 by Nilesh Patra at 2020-12-11T21:12:35+05:30
Update Depends
- - - - -
2 changed files:
- debian/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/control
=====================================
@@ -9,8 +9,8 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
python3-pytest-cov,
python3-biom-format,
- python3-seaborn,
- qiime (>= 2020.11.0)
+ qiime (>= 2020.11.0),
+ python3-skbio
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/q2-fragment-insertion
Vcs-Git: https://salsa.debian.org/med-team/q2-fragment-insertion.git
@@ -22,11 +22,13 @@ Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
- qiime (>= 2020.11.0)
+ qiime (>= 2020.11.0),
+ python3-biom-format,
+ python3-skbio,
+ q2-types (>= 2020.11.1)
Recommends: sepp,
python3-ijson,
default-jdk,
- q2-types (>= 2020.11.1)
Description: QIIME 2 plugin for fragment insertion
QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
package with a focus on data and analysis transparency. QIIME 2 enables
=====================================
debian/tests/run-unit-test
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-pkg=q2_feature_table
+pkg=q2_fragment_insertion
if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/8281fea22d641e7ba78611dc9f19d4dc079bcc36...a6c2f0c615573d67c29a6d8645544915b0cc44c7
--
View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/8281fea22d641e7ba78611dc9f19d4dc079bcc36...a6c2f0c615573d67c29a6d8645544915b0cc44c7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201211/80378d8a/attachment-0001.html>
More information about the debian-med-commit
mailing list