Andreas Tille pushed to branch master at Debian Med / heudiconv
Commits: d3ee1071 by Andreas Tille at 2026-05-08T11:10:09+02:00 Permit failure of debrebuild - - - - - 7cce8df7 by Andreas Tille at 2026-05-08T13:29:33+02:00 Hack around test in wrong dir - - - - - ba707624 by Andreas Tille at 2026-05-08T13:31:43+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -heudiconv (1.4.0-1) UNRELEASED; urgency=medium +heudiconv (1.4.0-1) unstable; urgency=medium * Team upload. * New upstream version @@ -12,7 +12,7 @@ heudiconv (1.4.0-1) UNRELEASED; urgency=medium * Build-Depends: pybuild-plugin-pyproject, python3-ci-info * Avoid versioningit - -- Andreas Tille <[email protected]> Wed, 06 May 2026 14:23:20 +0200 + -- Andreas Tille <[email protected]> Fri, 08 May 2026 13:29:55 +0200 heudiconv (1.3.2-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -35,3 +35,10 @@ execute_after_dh_clean: # Ahhhhhhh! rm -rf .pybuild build .pytest_cache/ -rm -rf heudiconv.egg-info/ + +execute_after_dh_python3: + # No idea why the test is not moved + mv debian/heudiconv/usr/lib/python3.*/dist-packages/heudiconv/tests debian/heudiconv/usr/lib/python3/dist-packages/heudiconv/tests + rmdir debian/heudiconv/usr/lib/python3.*/dist-packages/heudiconv + rmdir debian/heudiconv/usr/lib/python3.*/dist-packages + rmdir debian/heudiconv/usr/lib/python3.* ===================================== 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 + +# Permit failure of debrebuild +debrebuild: + allow_failure: true View it on GitLab: https://salsa.debian.org/med-team/heudiconv/-/compare/cd8a087efb139dfa6ea86f3d60fced3600c2a264...ba70762474a160f6a9983eca5acb0284aaf852aa -- View it on GitLab: https://salsa.debian.org/med-team/heudiconv/-/compare/cd8a087efb139dfa6ea86f3d60fced3600c2a264...ba70762474a160f6a9983eca5acb0284aaf852aa You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
