Étienne Mollier pushed to branch master at Debian Med / q2-metadata
Commits: a5ea1fc7 by Étienne Mollier at 2021-07-05T22:55:03+02:00 d/control: update uploader address - - - - - 3881b268 by Étienne Mollier at 2021-07-05T22:56:19+02:00 d/watch: fix broken url to github - - - - - 56426847 by Étienne Mollier at 2021-07-05T22:58:21+02:00 d/salsa-ci.yml: disable build test on i386 Missing python3-skbio build dependency on i386 architecture - - - - - ca7c05c2 by Étienne Mollier at 2021-07-05T22:59:48+02:00 update changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +q2-metadata (2020.11.1+dfsg-2) UNRELEASED; urgency=medium + + * d/control: update uploader address + * d/watch: fix broken url to github + * d/salsa-ci.yml: disable build test on i386, due to missing python3-skbio + + -- Étienne Mollier <[email protected]> Mon, 05 Jul 2021 22:59:03 +0200 + q2-metadata (2020.11.1+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -1,7 +1,7 @@ Source: q2-metadata 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 + +# disable build test due to missing python3-skbio on i386 architecture +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: "true" ===================================== debian/watch ===================================== @@ -1,5 +1,4 @@ version=4 - -opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz, \ - filenamemangle=s/.*\/archive\/(\d[\d.]+@ARCHIVE_EXT@)/@PACKAGE@-$1/" \ - https://github.com/qiime2/q2-metadata/releases/latest .*/archive/(\d[.\d]+)@ARCHIVE_EXT@ +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/qiime2/q2-metadata/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/-/compare/ae543c5cdfee304f85c05e0b0044b042aa920f28...ca7c05c2b4352fc7f5cea8d102bf7be01179d089 -- View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/-/compare/ae543c5cdfee304f85c05e0b0044b042aa920f28...ca7c05c2b4352fc7f5cea8d102bf7be01179d089 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
