Pierre Gruet pushed to branch master at Debian Med / megan-ce
Commits: 0fa5cb03 by Pierre Gruet at 2023-08-15T08:06:33+02:00 Fixing the clean target - - - - - 3 changed files: - debian/changelog - − debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +megan-ce (6.21.1+dfsg-3) UNRELEASED; urgency=medium + + * Fixing the clean target (Closes: #1046802) + + -- Pierre Gruet <[email protected]> Tue, 15 Aug 2023 08:06:04 +0200 + megan-ce (6.21.1+dfsg-2) unstable; urgency=medium * Source-only upload ===================================== debian/clean deleted ===================================== @@ -1 +0,0 @@ -antbuild/*.jar ===================================== debian/rules ===================================== @@ -9,9 +9,8 @@ export LC_ALL=C.UTF-8 %: dh $@ --with javahelper -override_dh_clean: - dh_clean - rm -rf antbuild/classes +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/megan-ce/-/commit/0fa5cb0321008bca25d3cd41555a42e7c7813fcf -- View it on GitLab: https://salsa.debian.org/med-team/megan-ce/-/commit/0fa5cb0321008bca25d3cd41555a42e7c7813fcf 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
