Étienne Mollier pushed to branch master at Debian Med / bbmap
Commits: e7ab0cf0 by Étienne Mollier at 2023-09-16T21:59:02+02:00 d/rules: clean object files. Closes: #1043946 - - - - - a581273b by Étienne Mollier at 2023-09-16T22:02:57+02:00 d/*lintian-overrides: document false positive typo. - - - - - 71e1db49 by Étienne Mollier at 2023-09-16T22:04:40+02:00 ready to upload to unstable. - - - - - 3 changed files: - + debian/bbmap.lintian-overrides - debian/changelog - debian/rules Changes: ===================================== debian/bbmap.lintian-overrides ===================================== @@ -0,0 +1,2 @@ +# These are not typos but numbers of affix maps, "nam" for short. +bbmap: typo-in-manual-page nam name [usr/share/man/man1/dedupe.sh.1.gz:*] ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +bbmap (39.01+dfsg-3) unstable; urgency=medium + + * d/rules: clean object files. (Closes: #1043946) + * d/*lintian-overrides: document false positive typo. + + -- Étienne Mollier <[email protected]> Sat, 16 Sep 2023 22:04:27 +0200 + bbmap (39.01+dfsg-2) unstable; urgency=medium * d/control: bump bbmap dependency to openjdk-17-jre-headless. ===================================== debian/rules ===================================== @@ -19,6 +19,7 @@ override_dh_clean: dh_clean find . -name "*.class" -delete find . -name "*.so" -delete + find . -name "*.o" -delete override_dh_auto_build: cd jni && make -f makefile.linux View it on GitLab: https://salsa.debian.org/med-team/bbmap/-/compare/12d817fc5b2fdc58321aee6b06f3e865d3cb9947...71e1db494033178c12576aa2da78cc26fe38c72e -- View it on GitLab: https://salsa.debian.org/med-team/bbmap/-/compare/12d817fc5b2fdc58321aee6b06f3e865d3cb9947...71e1db494033178c12576aa2da78cc26fe38c72e 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
