Pierre Gruet pushed to branch master at Debian Med / libgoby-java
Commits: 35aa92a7 by Pierre Gruet at 2023-08-15T08:18:45+02:00 Fixing the clean target - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libgoby-java (3.3.1+dfsg2-10) UNRELEASED; urgency=medium + + * Fixing the clean target (Closes: #1045612) + + -- Pierre Gruet <[email protected]> Tue, 15 Aug 2023 08:18:27 +0200 + libgoby-java (3.3.1+dfsg2-9) unstable; urgency=medium * Updating d/watch to follow the change in the Github layout ===================================== debian/clean ===================================== @@ -0,0 +1,17 @@ +GOBY_COMMIT.properties +goby-distribution/null-true-methylation.tsv +python/cpp/Alignments.pb.cc +python/cpp/Alignments.pb.h +python/cpp/BaseInformationRecords.pb.cc +python/cpp/BaseInformationRecords.pb.h +python/cpp/Reads.pb.cc +python/cpp/Reads.pb.h +python/cpp/SegmentInformationRecords.pb.cc +python/cpp/SegmentInformationRecords.pb.h +python/goby/Alignments_pb2.py +python/goby/BaseInformationRecords_pb2.py +python/goby/Reads_pb2.py +python/goby/SegmentInformationRecords_pb2.py +test-data/alignments/pileup/1.* +test-data/seq-var-test/kevin-synth/sorted-seq-var-reads-gsnap.perm +test-data/tsv/mutect-header.tsv.colinfo ===================================== debian/rules ===================================== @@ -5,10 +5,10 @@ %: dh $@ --with javahelper -override_dh_auto_clean: - dh_auto_clean - $(RM) goby-distribution/test-data - -rm -rf test-results/ +override_dh_clean: + dh_clean + rm -rf goby-distribution/test-data goby-distribution/test-results + rm -rf test-results/ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/commit/35aa92a72dbaf645eb2124d3a8d4ea6bf2749d69 -- View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/commit/35aa92a72dbaf645eb2124d3a8d4ea6bf2749d69 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
