Alexandre Detiste pushed to branch master at Debian Med / changeo
Commits: bc5d535a by Alexandre Detiste at 2026-02-04T20:07:52+01:00 disable useless Salsa CI jobs - - - - - 27a6ab0e by Alexandre Detiste at 2026-02-04T20:08:14+01:00 wrap-and-sort -ast - - - - - 89b23ec2 by Alexandre Detiste at 2026-02-04T20:08:31+01:00 drop "Rules-Requires-Root: no": it is the default now - - - - - 65bd1b57 by Alexandre Detiste at 2026-02-04T20:08:58+01:00 bump Standards-Version to 4.7.3, drop Priority: tag - - - - - e0bc9be7 by Alexandre Detiste at 2026-02-04T20:09:49+01:00 rewrite d/watch in v5 format - - - - - 4 changed files: - debian/control - debian/salsa-ci.yml - debian/tests/control - debian/watch Changes: ===================================== debian/control ===================================== @@ -1,28 +1,30 @@ Source: changeo Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> +Uploaders: + Steffen Moeller <[email protected]>, Section: science Testsuite: autopkgtest-pkg-python -Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-sequence-python3, - python3-all, - python3-setuptools -Standards-Version: 4.7.0 +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3-all, + python3-setuptools, +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/changeo Vcs-Git: https://salsa.debian.org/med-team/changeo.git Homepage: https://changeo.readthedocs.io -Rules-Requires-Root: no Package: changeo Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends} -Recommends: python3-biopython, - python3-pandas, - python3-scipy, - python3-presto, - python3-airr +Depends: + ${misc:Depends}, + ${python3:Depends}, +Recommends: + python3-airr, + python3-biopython, + python3-pandas, + python3-presto, + python3-scipy, Description: Repertoire clonal assignment toolkit (Python 3) Change-O is a collection of tools for processing the output of V(D)J alignment tools, assigning clonal clusters to immunoglobulin (Ig) ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,8 @@ --- 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_BLHC: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 ===================================== debian/tests/control ===================================== @@ -1,3 +1,6 @@ -Tests: run-unit-test -Depends: @ -Restrictions: allow-stderr +Tests: + run-unit-test, +Depends: + @, +Restrictions: + allow-stderr, ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ -version=4 -opts="repack,compression=gz" \ -https://pypi.debian.net/changeo/changeo-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +Version: 5 + +Template: Pypi +Dist: changeo View it on GitLab: https://salsa.debian.org/med-team/changeo/-/compare/f8bc202fa5984d7bfa9b057c00039ee3df2ecf0a...e0bc9be75b90e2d1107da1327c58ba7b11577df1 -- View it on GitLab: https://salsa.debian.org/med-team/changeo/-/compare/f8bc202fa5984d7bfa9b057c00039ee3df2ecf0a...e0bc9be75b90e2d1107da1327c58ba7b11577df1 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
