Pierre Gruet pushed to branch master at Debian Med / malt
Commits: 0862b51f by Pierre Gruet at 2023-08-15T08:07:20+02:00 Fixing the clean target - - - - - 3 changed files: - debian/changelog - − debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +malt (0.5.2-3) UNRELEASED; urgency=medium + + * Fixing the clean target (Closes: #1046315) + + -- Pierre Gruet <[email protected]> Tue, 15 Aug 2023 08:06:58 +0200 + malt (0.5.2-2) unstable; urgency=medium * Packaging update ===================================== debian/clean deleted ===================================== @@ -1 +0,0 @@ -antbuild/*.jar ===================================== debian/rules ===================================== @@ -6,9 +6,8 @@ export LC_ALL=C.UTF-8 %: dh $@ --with javahelper -override_dh_clean: - dh_clean - rm -rf antbuild/classes antbuild/src +override_dh_auto_clean: + ant -buildfile antbuild/build.xml clean override_dh_auto_build: ant -buildfile antbuild/build.xml jar View it on GitLab: https://salsa.debian.org/med-team/malt/-/commit/0862b51fd95a49176de16c87ac35c2454ef07a8f -- View it on GitLab: https://salsa.debian.org/med-team/malt/-/commit/0862b51fd95a49176de16c87ac35c2454ef07a8f 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
