[med-svn] [Git][med-team/ampliconnoise][master] 2 commits: hardening.patch: add a last missing CFLAGS.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Aug 7 13:22:46 BST 2024
É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 <emollier at debian.org> Wed, 07 Aug 2024 14:03:47 +0200
+ -- Étienne Mollier <emollier at debian.org> 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 <emollier at debian.org>
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240807/0ea349cc/attachment-0001.htm>
More information about the debian-med-commit
mailing list