[med-svn] [Git][med-team/jellyfish][master] 2 commits: d/rules: Disable -Wunused-but-set-variable.
Sergio Durigan Junior (@sergiodj)
gitlab at salsa.debian.org
Tue Apr 21 19:14:39 BST 2026
Sergio Durigan Junior pushed to branch master at Debian Med / jellyfish
Commits:
2e25cc9c by Sergio Durigan Junior at 2026-04-21T14:07:55-04:00
d/rules: Disable -Wunused-but-set-variable.
Some of the occurrences the flag complains about are actually good
code (test) that shouldn't be changed.
Closes: #1133507
- - - - -
2d393c75 by Sergio Durigan Junior at 2026-04-21T14:08:05-04:00
Update changelog for 2.3.1-6 release
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+jellyfish (2.3.1-6) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: Disable -Wunused-but-set-variable.
+ Some of the occurrences the flag complains about are actually good
+ code (test) that shouldn't be changed. (Closes: #1133507)
+
+ -- Sergio Durigan Junior <sergiodj at debian.org> Tue, 21 Apr 2026 14:08:05 -0400
+
jellyfish (2.3.1-5) unstable; urgency=medium
[ Michael R. Crusoe ]
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ export PERL_MM_OPT=INSTALLDIRS=vendor
export PYBUILD_BUILD_ARGS=build_ext -L${CURDIR}/.libs
export DEB_LDFLAGS_MAINT_APPEND = -lpthread
-export DEB_CXXFLAGS_MAINT_APPEND = -Wno-nonnull
+export DEB_CXXFLAGS_MAINT_APPEND = -Wno-nonnull -Wno-unused-but-set-variable
export PYBUILD_NAME = dna_jellyfish
%:
View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/compare/1c581526a89bb1e01e1deca10ffbc3c9dcb376b7...2d393c7512ea8b76315281b14f8fd85b4de55c77
--
View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/compare/1c581526a89bb1e01e1deca10ffbc3c9dcb376b7...2d393c7512ea8b76315281b14f8fd85b4de55c77
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/20260421/50b1773b/attachment-0001.htm>
More information about the debian-med-commit
mailing list