Michael R. Crusoe pushed to branch master at Debian Med / ugene
Commits: dd389595 by Michael R. Crusoe at 2025-01-24T13:05:01+01:00 d/control: restrict building to 64-bit architectures. - - - - - 3 changed files: - debian/changelog - debian/control - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ugene (51.0+dfsg-4) UNRELEASED; urgency=medium + + * Team upload. + * d/control: restrict building to 64-bit architectures. + + -- Michael R. Crusoe <[email protected]> Fri, 24 Jan 2025 10:39:42 +0100 + ugene (51.0+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -6,7 +6,8 @@ Uploaders: Steffen Moeller <[email protected]>, Pierre Gruet <[email protected]> Section: science Priority: optional -Build-Depends: qtbase5-dev, +Build-Depends: architecture-is-64-bit, + qtbase5-dev, libqt5websockets5-dev, libqt5opengl5-dev, libqt5networkauth5-dev, ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,19 @@ +# See https://salsa.debian.org/salsa-ci-team/pipeline/#basic-use --- 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 + +# To exclude single tests you can use +variables: +# SALSA_CI_DISABLE_APTLY: 1 +# SALSA_CI_DISABLE_AUTOPKGTEST: 1 +# SALSA_CI_DISABLE_BLHC: 1 +# SALSA_CI_DISABLE_LINTIAN: 1 +# SALSA_CI_DISABLE_PIUPARTS: 1 +# SALSA_CI_DISABLE_REPROTEST: 1 +# SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 +# SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 +# In case for instance i386 is explicitly excluded by Build-Depends + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 +# When testing against packages in experimental +# RELEASE: 'experimental' View it on GitLab: https://salsa.debian.org/med-team/ugene/-/commit/dd389595f47c142fcf91a1aa27c16c310136beb4 -- View it on GitLab: https://salsa.debian.org/med-team/ugene/-/commit/dd389595f47c142fcf91a1aa27c16c310136beb4 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
