Santiago Vila pushed to branch master at Debian Med / macs
Commits: b8b25dae by Santiago Vila at 2026-03-05T12:18:00+01:00 Fix clean target. Closes: #1047612. - - - - - 2bc501a2 by Santiago Vila at 2026-03-05T12:19:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - 4d42a88f by Santiago Vila at 2026-03-05T12:20:00+01:00 d/control: Update standards-version. - - - - - bc1ff943 by Santiago Vila at 2026-03-05T12:21:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 340ddbb7 by Santiago Vila at 2026-03-05T12:22:00+01:00 d/salsa-ci.yml: Disable redundant/duplicate jobs. - - - - - 06389bbb by Santiago Vila at 2026-03-05T12:23:00+01:00 d/salsa-ci.yml: Disable debrebuild job. Package is known not to be reproducible. - - - - - 3cadc57d by Santiago Vila at 2026-03-05T12:24:00+01:00 Drop unused lintian overrides. - - - - - b9278b10 by Santiago Vila at 2026-03-05T12:25:00+01:00 Upload for unstable as 3.0.2-3 - - - - - 6 changed files: - debian/changelog - debian/clean - debian/control - − debian/lintian-overrides - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +macs (3.0.2-3) unstable; urgency=medium + + * Team upload. + * Fix clean target. Closes: #1047612. + * Drop "Priority: optional" (default). + * Update standards-version. + * Simplify and fine-tune salsa-ci.yml. + * Drop unused lintian overrides. + + -- Santiago Vila <[email protected]> Thu, 05 Mar 2026 12:25:00 +0100 + macs (3.0.2-2) unstable; urgency=medium * Team Upload ===================================== debian/clean ===================================== @@ -1,2 +1,3 @@ -.pytest_cache/ +debian/*-man-include +debian/*.1 temp/ ===================================== debian/control ===================================== @@ -3,7 +3,6 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Michael R. Crusoe <[email protected]>, Andreas Tille <[email protected]> Section: science -Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, @@ -19,7 +18,7 @@ Build-Depends: debhelper-compat (= 13), help2man, procps, bc -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/macs Vcs-Git: https://salsa.debian.org/med-team/macs.git Homepage: https://github.com/taoliu/MACS/ ===================================== debian/lintian-overrides deleted ===================================== @@ -1,2 +0,0 @@ -macs: groff-message 8: warning [p 1, 1.7i]: cannot adjust line [usr/share/man/man1/macs3.1.gz:1] -macs: groff-message 14: warning [p 1, 2.7i]: cannot adjust line [usr/share/man/man1/macs3.1.gz:2] ===================================== debian/rules ===================================== @@ -47,7 +47,3 @@ ifeq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el s390x)) && ./cmdlinetest macs$(DEB_VERSION)-$${PY3VER} ; done endif endif - -override_dh_auto_clean: - rm -Rf test/macs$(DEB_VERSION)* test/speedtest* - rm -f debian/*.1 debian/*-man-include ===================================== 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_BUILD_PACKAGE_ALL: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 + SALSA_CI_DISABLE_DEBREBUILD: 1 View it on GitLab: https://salsa.debian.org/med-team/macs/-/compare/12c4892d029502deabc523266a1b33ded06e7574...b9278b1007adc80af24b8649a0f5c531f352c864 -- View it on GitLab: https://salsa.debian.org/med-team/macs/-/compare/12c4892d029502deabc523266a1b33ded06e7574...b9278b1007adc80af24b8649a0f5c531f352c864 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
