Étienne Mollier pushed to branch debian/unstable at Debian Med / bali-phy
Commits: 622c5595 by Étienne Mollier at 2023-12-18T16:51:35+01:00 d/rules: cleanup test artifacts. Closes: #1043647 - - - - - f339106c by Étienne Mollier at 2023-12-18T16:52:10+01:00 ready to upload to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -bali-phy (3.6.1+dfsg-2) UNRELEASED; urgency=medium +bali-phy (3.6.1+dfsg-2) unstable; urgency=medium * Team upload. * d/gbp.conf: switch to debian/unstable branch. @@ -7,8 +7,9 @@ bali-phy (3.6.1+dfsg-2) UNRELEASED; urgency=medium * d/s/lintian-overrides: override false positive source missing. * d/control: declare compliance to standards version 4.6.2. * d/watch: fix uscan recipe; move to git mode. + * d/rules: cleanup test artifacts. (Closes: #1043647) - -- Étienne Mollier <[email protected]> Mon, 18 Dec 2023 15:52:56 +0100 + -- Étienne Mollier <[email protected]> Mon, 18 Dec 2023 16:51:59 +0100 bali-phy (3.6.1+dfsg-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -22,3 +22,9 @@ endif # Tell meson not to install the extra tools override_dh_auto_configure: dh_auto_configure -- -Dextra-tools=false --buildtype=release -Db_ndebug=true + +# Cleanup test artifacts scattered through the source code. +execute_after_dh_clean: + find -type f -name \*.Main.hs -delete + find -type f -name obtained-\* -delete + find -type d -name ignore-output-\* | xargs rm -rf View it on GitLab: https://salsa.debian.org/med-team/bali-phy/-/compare/d2440e44a93c19e2732fef26e5fa44b68142c27c...f339106ca05e75bc4eeb35a6304c6ce9129ce56f -- View it on GitLab: https://salsa.debian.org/med-team/bali-phy/-/compare/d2440e44a93c19e2732fef26e5fa44b68142c27c...f339106ca05e75bc4eeb35a6304c6ce9129ce56f 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
