Pierre Gruet pushed to branch master at Debian Med / libsis-jhdf5-java
Commits: 75f0dedf by Pierre Gruet at 2023-08-15T08:09:34+02:00 Fixing the clean target - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libsis-jhdf5-java (19.04.1+dfsg-4) UNRELEASED; urgency=medium + + * Fixing the clean target (Closes: 1046647) + + -- Pierre Gruet <[email protected]> Tue, 15 Aug 2023 08:09:13 +0200 + libsis-jhdf5-java (19.04.1+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +sis-jhdf5-h5ar-cli.jar +source/c/libsis-jhdf5.so ===================================== debian/rules ===================================== @@ -16,10 +16,9 @@ CPPFLAGS += ${jvm_includes} -Ijni %: dh $@ --with javahelper -override_dh_auto_clean: - dh_auto_clean - $(RM) source/c/libsis-jhdf5.so - $(RM) sis-jhdf5-h5ar-cli.jar +override_dh_clean: + dh_clean + rm -rf targets test-output override_dh_auto_build: dh_auto_build View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/-/commit/75f0dedfa82249fafec05acf64e11bf828835f1e -- View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/-/commit/75f0dedfa82249fafec05acf64e11bf828835f1e 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
