summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tille <tille@debian.org>2023-01-13 10:37:17 +0100
committerAndreas Tille <tille@debian.org>2023-01-13 10:37:17 +0100
commitd67d4a73690996d4ee7613edbd851f53f881109d (patch)
tree4198452bee3aaa96fdd9ce61a10716eb08d96b9b
parentf4ccc336e623778a3ffb2f6e94519f9d329ef820 (diff)
Bump versioned Depends
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
2 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 384629f..6ae30d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-q2-sample-classifier (2022.11.1-1) unstable; urgency=medium
+q2-sample-classifier (2022.11.1-1) UNRELEASED; urgency=medium
+ [ Lance Lin ]
* Team upload.
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
@@ -7,6 +8,9 @@ q2-sample-classifier (2022.11.1-1) unstable; urgency=medium
* d/patches/py2to3test.patch: Add Description and Forwarded fields
* d/patches/reduce-precision-in-tests.patch: Add Forwarded field
+ [ Andreas Tille ]
+ * Bump versioned Depends
+
-- Lance Lin <lq27267@gmail.com> Thu, 12 Jan 2023 22:13:52 +0700
q2-sample-classifier (2022.8.0-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index daf1ed1..503b9db 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
- qiime (>= 2022.8.0),
+ qiime (>= 2022.11.1),
python3-all,
python3-setuptools,
python3-pytest <!nocheck>
@@ -21,10 +21,10 @@ Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
- qiime (>= 2022.8.0),
python3-distutils,
- q2-types (>= 2022.8.0),
- q2-feature-table (>= 2022.8.0)
+ qiime (>= 2022.11.1),
+ q2-types (>= 2022.11.1),
+ q2-feature-table (>= 2022.11.1)
Description: QIIME 2 plugin for machine learning prediction of sample data
QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
package with a focus on data and analysis transparency. QIIME 2 enables