[med-svn] [Git][med-team/q2cli][master] 6 commits: move q2-feature-table dependency to d/control
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Jul 5 20:16:31 BST 2021
Étienne Mollier pushed to branch master at Debian Med / q2cli
Commits:
f2e0d48b by Étienne Mollier at 2021-01-04T21:07:03+01:00
move q2-feature-table dependency to d/control
The package is necessary for q2cli to be able to even just run the
`qiime help` command. Test specific dependencies should only provide
the dataset.
- - - - -
440bb3b5 by Étienne Mollier at 2021-01-04T22:47:25+01:00
run-unit-test: adapt missing dataset error message
- - - - -
7756c13b by Étienne Mollier at 2021-01-04T22:49:39+01:00
d/changelog update
- - - - -
c01dbdac by Étienne Mollier at 2021-07-05T21:09:45+02:00
d/control: updated uploader address
- - - - -
7a368cfe by Étienne Mollier at 2021-07-05T21:11:18+02:00
d/watch: fixed broken url to github
- - - - -
94c5226a by Étienne Mollier at 2021-07-05T21:14:40+02:00
update changelog
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/tests/control
- debian/tests/run-unit-test
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2cli (2020.11.1-2) UNRELEASED; urgency=medium
+
+ * Add dependency on q2-feature-table (>= 2020.11.1).
+ * d/control: updated uploader address
+ * d/watch: fixed broken url to github
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 05 Jul 2021 21:14:04 +0200
+
q2cli (2020.11.1-1) unstable; urgency=medium
* Added enough tests do drop the "superficial" marker. (Closes: #976271)
=====================================
debian/control
=====================================
@@ -1,7 +1,7 @@
Source: q2cli
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>,
- Étienne Mollier <etienne.mollier at mailoo.org>
+ Étienne Mollier <emollier at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -23,6 +23,7 @@ Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
+ q2-feature-table (>= 2020.11.1),
qiime (>= 2020.11.1),
python3-setuptools,
python3-click
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, q2-sample-classifier, q2-feature-table, file
+Depends: @, q2-sample-classifier, file
Restrictions: allow-stderr
=====================================
debian/tests/run-unit-test
=====================================
@@ -16,9 +16,7 @@ if [ ! -r "$QZA_SAMPLE" ]
then
cat >&2 <<-ERR
error: could not find sample data: $QZA_SAMPLE
- Please install the following package:
- - q2-sample-classifier
- - q2-feature-table
+ Please install q2-sample-classifier
ERR
exit 1
fi
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts=filenamemangle=s/.*\/archive\/(\d[\d.]+ at ARCHIVE_EXT@)/@PACKAGE at -$1/ \
-https://github.com/qiime2/q2cli/releases/latest .*/archive/(\d[.\d]+)@ARCHIVE_EXT@
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/qiime2/q2cli/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
View it on GitLab: https://salsa.debian.org/med-team/q2cli/-/compare/31849e00479ac2300aa1e31e59b1870515379398...94c5226a526a6d4bb5903b27beb16f7b100e3adb
--
View it on GitLab: https://salsa.debian.org/med-team/q2cli/-/compare/31849e00479ac2300aa1e31e59b1870515379398...94c5226a526a6d4bb5903b27beb16f7b100e3adb
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/20210705/89891528/attachment-0001.htm>
More information about the debian-med-commit
mailing list