Étienne Mollier pushed to branch master at Debian Med / kmerresistance
Commits: 8ae42053 by Étienne Mollier at 2021-08-24T13:03:09+02:00 d/control: build depends on kma kma is not really in use during the build, but this is a trick to prevent kmerresistance to build on architectures not supported by kma. kmerresistance would otherwise build on unsupported architectures. - - - - - 50bfbfbb by Étienne Mollier at 2021-08-24T13:05:55+02:00 update changelog - - - - - 7ee9dbbc by Étienne Mollier at 2021-08-24T13:10:53+02:00 d/salsa-ci.yml: disable i386 checks due to kma - - - - - 8b134a9d by Étienne Mollier at 2021-08-24T13:13:56+02:00 update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +kmerresistance (2.2.0-3) UNRELEASED; urgency=medium + + * d/control: build depends on kma; this is not a real build dependency, + but a trick to prevent build of kmerresistance on architectures not + supported by kma. + * d/salsa-ci.yml: disable i386 checks; kma will become missing, preventing + a proper build to happen. + + -- Étienne Mollier <[email protected]> Tue, 24 Aug 2021 13:12:22 +0200 + kmerresistance (2.2.0-2) unstable; urgency=medium * Standards-Version: 4.5.1 (routine-update) ===================================== debian/control ===================================== @@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 13), + kma Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/kmerresistance Vcs-Git: https://salsa.debian.org/med-team/kmerresistance.git ===================================== 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 kma for i386 architecture +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: "true" View it on GitLab: https://salsa.debian.org/med-team/kmerresistance/-/compare/e8a66205d889fba1c12a51866cca9f1482e3b7b2...8b134a9d0a0ab481e8ba569a5174fcda5fb837c0 -- View it on GitLab: https://salsa.debian.org/med-team/kmerresistance/-/compare/e8a66205d889fba1c12a51866cca9f1482e3b7b2...8b134a9d0a0ab481e8ba569a5174fcda5fb837c0 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
