[med-svn] [Git][med-team/libsis-jhdf5-java][master] Fixing the clean target
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Tue Aug 15 07:09:48 BST 2023
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 <pgt at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230815/af9d0746/attachment-0001.htm>
More information about the debian-med-commit
mailing list