[med-svn] [Git][med-team/oscar][master] 3 commits: d/rules: Ignore (temporarily) -Wunused-but-set-variable
Sergio Durigan Junior (@sergiodj)
gitlab at salsa.debian.org
Mon Apr 20 21:34:01 BST 2026
Sergio Durigan Junior pushed to branch master at Debian Med / oscar
Commits:
59b374d9 by Sergio Durigan Junior at 2026-04-20T16:16:13-04:00
d/rules: Ignore (temporarily) -Wunused-but-set-variable
GCC 16's new flag is good, but in our case it doesn't offer much.
Closes: #1133600
- - - - -
0b551f17 by Sergio Durigan Junior at 2026-04-20T16:18:24-04:00
d/control: Bump Standards-Version to 4.7.4; no changes needed.
- - - - -
18c63fdc by Sergio Durigan Junior at 2026-04-20T16:18:55-04:00
Update changelog for 1.5.3-4 release
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+oscar (1.5.3-4) unstable; urgency=medium
+
+ * d/rules: Ignore (temporarily) -Wunused-but-set-variable.
+ GCC 16's new flag is good, but in our case it doesn't offer much.
+ (Closes: #1133600)
+ * d/control: Bump Standards-Version to 4.7.4; no changes needed.
+
+ -- Sergio Durigan Junior <sergiodj at debian.org> Mon, 20 Apr 2026 16:18:55 -0400
+
oscar (1.5.3-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
libglu1-mesa-dev | libglu-dev,
zlib1g-dev,
git,
-Standards-Version: 4.7.3
+Standards-Version: 4.7.4
Homepage: https://www.sleepfiles.com/OSCAR/
Vcs-Browser: https://salsa.debian.org/med-team/oscar
Vcs-Git: https://salsa.debian.org/med-team/oscar.git
=====================================
debian/rules
=====================================
@@ -5,6 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT = qt5
+# Most (if not all) of the errors are false positives.
+export DEB_CXXFLAGS_MAINT_APPEND = -Wno-unused-but-set-variable
+
BUILDDIR = _build/
%:
View it on GitLab: https://salsa.debian.org/med-team/oscar/-/compare/b6bdf53b246be089df997ca86f44c399722f3aa7...18c63fdce22eacfa1025b3342cefdd75528f49ac
--
View it on GitLab: https://salsa.debian.org/med-team/oscar/-/compare/b6bdf53b246be089df997ca86f44c399722f3aa7...18c63fdce22eacfa1025b3342cefdd75528f49ac
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/20260420/af32fbea/attachment-0001.htm>
More information about the debian-med-commit
mailing list