Étienne Mollier pushed to branch master at Debian Med / ampliconnoise
Commits: 084972ba by Étienne Mollier at 2024-08-07T14:17:44+02:00 hardening.patch: add a last missing CFLAGS. Gbp-Dch: ignore - - - - - 64ed33fd by Étienne Mollier at 2024-08-07T14:21:04+02:00 Ready to upload to unstable. The piuparts error in Salsa CI is curious, as the package builds from libgsl28 already, so there may be a need for lockstep upgrade during the gsl transition. - - - - - 2 changed files: - debian/changelog - debian/patches/hardening.patch Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,10 @@ -ampliconnoise (1.29-12) UNRELEASED; urgency=medium +ampliconnoise (1.29-12) unstable; urgency=medium * Team upload. * gcc-14.patch: new: fix functions implicitly typed. (Closes: #1077153) * hardening.patch: also propagate CPPFLAGS for fortify support. - -- Étienne Mollier <[email protected]> Wed, 07 Aug 2024 14:03:47 +0200 + -- Étienne Mollier <[email protected]> Wed, 07 Aug 2024 14:20:46 +0200 ampliconnoise (1.29-11) unstable; urgency=medium ===================================== debian/patches/hardening.patch ===================================== @@ -279,6 +279,13 @@ Reviewed-By: Étienne Mollier <[email protected]> (cd FastaUnique && make clean) --- ampliconnoise.orig/PyroNoiseA/makefile +++ ampliconnoise/PyroNoiseA/makefile +@@ -1,5 +1,5 @@ + CC = mpicc +-CFLAGS = -O3 ++CFLAGS += -O3 + EFLAGS = + EFILE = PyroNoiseA + LIBS = -lm @@ -7,10 +7,10 @@ $(EFILE) : $(OBJS) View it on GitLab: https://salsa.debian.org/med-team/ampliconnoise/-/compare/72a53492bb829e64468838273c09bdf2ba0c4445...64ed33fdb4a6171cf83811c6f244d2e6929dbdc7 -- View it on GitLab: https://salsa.debian.org/med-team/ampliconnoise/-/compare/72a53492bb829e64468838273c09bdf2ba0c4445...64ed33fdb4a6171cf83811c6f244d2e6929dbdc7 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
