Alexandre Detiste pushed to branch master at Debian Med / busco
Commits: d42f536f by Alexandre Detiste at 2026-02-27T15:48:59+01:00 wrap-and-sort -ast - - - - - cf8ed2ca by Alexandre Detiste at 2026-02-27T15:49:24+01:00 drop "Rules-Requires-Root: no": it is the default now - - - - - 0f920f0d by Alexandre Detiste at 2026-02-27T15:49:58+01:00 bump Standards-Version to 4.7.3, drop Priority: tag - - - - - a581bcdb by Alexandre Detiste at 2026-02-27T15:51:11+01:00 disable useless Salsa CI jobs - - - - - 4 changed files: - debian/control - debian/copyright - debian/salsa-ci.yml - debian/tests/control Changes: ===================================== debian/control ===================================== @@ -1,30 +1,31 @@ Source: busco Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper-compat (= 13), - dh-sequence-python3, - python3-all, - python3-biopython <!nocheck>, - python3-pandas <!nocheck>, - python3-setuptools, - hmmer -Standards-Version: 4.7.0 +Uploaders: + Andreas Tille <[email protected]>, +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + hmmer, + python3-all, + python3-biopython <!nocheck>, + python3-pandas <!nocheck>, + python3-setuptools, +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/busco Vcs-Git: https://salsa.debian.org/med-team/busco.git Homepage: https://gitlab.com/ezlab/busco -Rules-Requires-Root: no Package: busco Architecture: any -Depends: ${python3:Depends}, - ${misc:Depends}, - python3-pandas, - python3-biopython, - hmmer, - prodigal, - bbmap +Depends: + bbmap, + hmmer, + prodigal, + python3-biopython, + python3-pandas, + ${misc:Depends}, + ${python3:Depends}, Description: benchmarking sets of universal single-copy orthologs Assessing genome assembly and annotation completeness with Benchmarking Universal Single-Copy Orthologs (BUSCO). ===================================== debian/copyright ===================================== @@ -27,4 +27,4 @@ License: MIT AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. \ No newline at end of file + SOFTWARE. ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,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 + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 ===================================== debian/tests/control ===================================== @@ -1,7 +1,17 @@ -Tests: run-unit-test -Depends: @, python3-all, quilt -Restrictions: allow-stderr +Tests: + run-unit-test, +Depends: + python3-all, + quilt, + @, +Restrictions: + allow-stderr, -Tests: run-busco-analysis -Depends: @, python3-all -Restrictions: allow-stderr, needs-internet \ No newline at end of file +Tests: + run-busco-analysis, +Depends: + python3-all, + @, +Restrictions: + allow-stderr, + needs-internet, View it on GitLab: https://salsa.debian.org/med-team/busco/-/compare/256bb02fccfaeb2ce8da1e4a9ccd0ed797c021df...a581bcdbab5d654de1cd5073f81c6c5175c9cdf1 -- View it on GitLab: https://salsa.debian.org/med-team/busco/-/compare/256bb02fccfaeb2ce8da1e4a9ccd0ed797c021df...a581bcdbab5d654de1cd5073f81c6c5175c9cdf1 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
