alsa-scarlett-gui (1.0~beta9-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.0~beta9-2 > 1.0~beta9-1
- Git: https://salsa.debian.org/doge-tech/alsa-scarlett-gui.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 262144
- Browser: https://salsa.debian.org/doge-tech/alsa-scarlett-gui
- Last scan: 2026-09-04 10:51:06+00
- Error: https://salsa.debian.org/api/v4/projects/doge-tech%2Falsa-scarlett-gui API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-13 02:53:00+00
- Debian changelog in Git:
alsa-scarlett-gui (1.0~beta9-2) unstable; urgency=medium
* Fix FTBFS with glibc 2.43 / ISO C23 const-qualified string function
return types (Closes: #1128528):
- The reported failure (src/alsa-sim.c, strrchr() result assigned to a
non-const pointer) was already fixed upstream in the 1.0~beta9
release.
- Add patch 0004 to make the upstream -Werror optional, and build with
WERROR= so that a new diagnostic from a future toolchain or library
cannot turn into another FTBFS.
* d/copyright:
- Add missing licensing stanza for src/scarlett2.h, a kernel UAPI
header under GPL-2 with the Linux-syscall-note exception.
- Correct the src/gtkdial.* license short name to LGPL-3+ (the files
are LGPL-3-or-later).
* Add d/upstream/metadata (DEP-12).
* d/patches: Add DEP-3 metadata to the existing patches.
* d/watch: Migrate to version 5.
-- Dale Richards <dale@dalerichards.net> Fri, 04 Sep 2026 11:29:13 +0100
- This branch is 10 commits ahead of tag debian/1.0_beta9-1
- Git log:
commit 2acff05c0be30a5a336a99727bfb65afecbc2757
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 11:30:00 2026 +0100
Update changelog for 1.0~beta9-2 release
commit e22c020f7bc54a3a6e154b5949f1b904f990cd0e
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 07:44:12 2026 +0100
Add Forwarded URLs for patches sent upstream
commit 35ee999d601684b2d4a080fefe33cbe08407067a
Merge: 75a554d 2f7ef72
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 19:10:28 2026 +0100
Merge branch 'master' of salsa.debian.org:doge-tech/alsa-scarlett-gui
commit 75a554d9cf995559a65d4fe115f0c384c9face09
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 19:01:17 2026 +0100
Update changelog
commit 5965a993d149470e47d05eae9088891efcb243e8
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 19:01:17 2026 +0100
d/watch: Migrate to version 5
commit 2f7ef72ad18cd7fafaa4c0310df14590b24dc36e
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 14:35:04 2026 +0100
Update changelog
commit 1278ff98664d80dd20c92876268d3e6bf1468ef3
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 14:35:04 2026 +0100
Add d/upstream/metadata
commit b307d181b522dd9e16dc1bf02fb0b8c1653871da
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 14:35:04 2026 +0100
d/patches: Add DEP-3 metadata
Add descriptions and Forwarded: fields to the existing patches.
commit c5369a9767feb2edd69653b03d26d1cffacb6741
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 14:35:04 2026 +0100
d/copyright: Fix incomplete and inaccurate licensing
- Add a stanza for src/scarlett2.h, a Linux kernel UAPI header licensed
under GPL-2 with the Linux-syscall-note exception, which was not
covered by any paragraph.
- Correct the src/gtkdial.* license short name from LGPL-3 to LGPL-3+;
the files are LGPL-3-or-later.
commit 2b73c1ab4ad8441b9e20138c5babd611baf398de
Author: Dale Richards <dale@dalerichards.net>
Date: Thu Sep 3 14:34:57 2026 +0100
Build without -Werror to avoid FTBFS on toolchain changes
Add a patch making the upstream -Werror opt-out via a WERROR variable,
and set WERROR= in d/rules. A new warning from a future compiler or
library (such as the ISO C23 const-qualified string return types in
glibc 2.43, #1128528) must not turn into a hard build failure.