Étienne Mollier pushed to branch master at Debian Med / q2-feature-classifier
Commits: ece3a624 by Étienne Mollier at 2021-07-05T23:04:12+02:00 d/control: update uploader address - - - - - cdb170b0 by Étienne Mollier at 2021-07-05T23:05:17+02:00 d/watch: fix broken url to github - - - - - eaf664a8 by Étienne Mollier at 2021-07-05T23:06:36+02:00 d/salsa-ci.yml: disable build test on i386 The build failure is caused by the missing build dependency python3-skbio. - - - - - 798e5ddd by Étienne Mollier at 2021-07-05T23:08:22+02:00 update changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +q2-feature-classifier (2020.11.1-3) UNRELEASED; urgency=medium + + * d/control: update uploader address + * d/watch: fix broken url to github + * d/salsa-ci.yml: disable build test on i386; missing build dependency + python3-skbio on i386 + + -- Étienne Mollier <[email protected]> Mon, 05 Jul 2021 23:07:21 +0200 + q2-feature-classifier (2020.11.1-2) unstable; urgency=medium * vsearch.patch forwarded upstream. ===================================== debian/control ===================================== @@ -1,7 +1,7 @@ Source: q2-feature-classifier Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Liubov Chuprikova <[email protected]>, - Étienne Mollier <[email protected]> + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), ===================================== debian/salsa-ci.yml ===================================== @@ -2,3 +2,7 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +# i386 CI disabled due to unavailable python3-skbio for i386 architecture +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: "true" ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 - -opts="filenamemangle=s/.*\/archive\/(\d[\d.]+@ARCHIVE_EXT@)/@PACKAGE@-$1/" \ - https://github.com/qiime2/q2-feature-classifier/releases/latest .*/archive/(\d[.\d]+)@ARCHIVE_EXT@ +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/qiime2/q2-feature-classifier/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/-/compare/897a60e276b4c89e897c7f7d20b1a3fc875c66f1...798e5dddedeb9bfdc8569ebd1050e36c02e98380 -- View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/-/compare/897a60e276b4c89e897c7f7d20b1a3fc875c66f1...798e5dddedeb9bfdc8569ebd1050e36c02e98380 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
