Pierre Gruet pushed to branch master at Debian Java Maintainers / gluegen2
Commits: 205bc8a7 by Pierre Gruet at 2023-08-14T18:23:36+02:00 Fixing the clean target - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gluegen2 (2.4.0+dfsg-2) UNRELEASED; urgency=medium + + * Fixing the clean target (Closes: #1044545) + + -- Pierre Gruet <[email protected]> Mon, 14 Aug 2023 18:23:14 +0200 + gluegen2 (2.4.0+dfsg-1) unstable; urgency=medium * Adding myself as uploader (Closes: #783519) ===================================== debian/rules ===================================== @@ -52,8 +52,11 @@ override_dh_install-indep: override_dh_auto_clean: -mv src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java.disabled src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java -mv src/junit/com/jogamp/common/util/TestVersionSemantics.java.disabled src/junit/com/jogamp/common/util/TestVersionSemantics.java + +override_dh_clean: + dh_clean # Restoring make/build.xml - if [ -e make/build.xml.oldĀ ]; then mv make/build.xml.old make/build.xml; fi + if [ -e make/build.xml.old ]; then mv make/build.xml.old make/build.xml; fi get-orig-pom: VERSION_FOR_POM=$(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/\+dfsg\d*//'); \ View it on GitLab: https://salsa.debian.org/java-team/gluegen2/-/commit/205bc8a7e3cc67b9d579847b75a92796e367baf5 -- View it on GitLab: https://salsa.debian.org/java-team/gluegen2/-/commit/205bc8a7e3cc67b9d579847b75a92796e367baf5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

