Andreas Tille pushed to branch master at Debian Med / metabat
Commits: 5eae8b77 by Andreas Tille at 2026-02-14T06:46:55+01:00 Do not build for i386 in Salsa CI - - - - - ef572d65 by Andreas Tille at 2026-02-14T06:50:49+01:00 Do not provide package on i386 any more by adding architecture-is-64-bits to Build-Depends - - - - - 3 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +metabat (2.18-3) UNRELEASED; urgency=medium + + * Do not provide package on i386 any more by adding architecture-is-64-bits + to Build-Depends + + -- Andreas Tille <[email protected]> Sat, 14 Feb 2026 06:50:02 +0100 + metabat (2.18-2) unstable; urgency=medium * Do not Build-Depend libboost-system-dev ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Uploaders: Section: science Build-Depends: debhelper-compat (= 13), + architecture-is-64-bits, dh-sequence-python3, cmake, libboost-graph-dev, @@ -23,7 +24,7 @@ Homepage: https://bitbucket.org/berkeleylab/metabat/wiki/Home Rules-Requires-Root: no Package: metabat -Architecture: any-amd64 any-i386 x32 +Architecture: any-amd64 x32 Depends: ${shlibs:Depends}, ${misc:Depends}, ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,6 @@ --- 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 + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 View it on GitLab: https://salsa.debian.org/med-team/metabat/-/compare/d2208bf9d0cd2ed469656b9e9dfb894a05f59c01...ef572d6531a3c6e1e32646f10057bd8c05292662 -- View it on GitLab: https://salsa.debian.org/med-team/metabat/-/compare/d2208bf9d0cd2ed469656b9e9dfb894a05f59c01...ef572d6531a3c6e1e32646f10057bd8c05292662 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
