fonts-xolonium (4.2-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 4.3-1 > 4.2-2
- Git: https://salsa.debian.org/fonts-team/fonts-xolonium.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 90112
- Browser: https://salsa.debian.org/fonts-team/fonts-xolonium
- Last scan: 2026-03-11 07:58:04+00
- Next scan: 2026-03-18 06:12:00+00
- CI pipeline status: success
- Debian changelog in Git:
fonts-xolonium (4.3-1) UNRELEASED; urgency=medium
* New upstream release.
+ Remove Reserved Font Name restriction from the license
+ Drop self-reproducibility patch, merged upstream
-- Sébastien Noel <sebastien@twolife.be> Thu, 05 Mar 2026 18:14:36 +0100
- This branch is 11 commits ahead of tag debian/4.2-2
- Git log:
commit e01ec68ec998a585a1afe90a5b65e22b24a9bfc4
Author: Sébastien Noel <sebastien@twolife.be>
Date: Thu Mar 5 18:15:14 2026 +0100
update d/changelog
commit 65720d1c23072c8e20db1da15abf781db6b818b6
Author: Sébastien Noel <sebastien@twolife.be>
Date: Thu Mar 5 18:11:41 2026 +0100
update d/copyright to reflect the drop of the RFN restriction
commit a798c010e80e0db49ec04b453bcd476a4916843f
Author: Sébastien Noel <sebastien@twolife.be>
Date: Thu Mar 5 18:10:35 2026 +0100
build and install the OFL-1.1 fonts
commit d9f9bc73164a69887a799361584512e004fc2249
Author: Sébastien Noel <sebastien@twolife.be>
Date: Thu Mar 5 16:20:57 2026 +0100
drop self-reproducibility patch, merged upstream
commit 6ef6fe7c4f3403360fedd346da1bc9cfa7c036cd
Merge: 3c379cc 132db6e
Author: Sébastien Noel <sebastien@twolife.be>
Date: Thu Mar 5 16:15:23 2026 +0100
New upstream version 4.3
commit 132db6e27d3fa827dcf3d65600947d5d172c9a54
Author: Severin Meyer <sev.ch@web.de>
Date: Mon Mar 2 21:09:07 2026 +0100
Remove Reserved Font Name and update documentation
commit aaa16372efbd522df7d3d8689253993ec12a3ac4
Author: Severin Meyer <sev.ch@web.de>
Date: Mon Mar 2 20:51:19 2026 +0100
Fix TrueType contours to prevent duplicate points
commit fbb8d54e29bd1b8bb059ad7cba85525833f17df2
Author: Severin Meyer <sev.ch@web.de>
Date: Mon Mar 2 20:47:36 2026 +0100
Set SOURCE_DATE_EPOCH for reproducible builds
commit 5b88a936761feaac59660c523a0f38faea00693b
Author: Severin Meyer <sev.ch@web.de>
Date: Mon Mar 2 20:44:26 2026 +0100
Remove date from UniqueID in name table
commit fe1185ca5599587cdcea19425cfc6de94a836e85
Merge: 4cb72ce bd3005d
Author: sev <51285-sev@users.noreply.gitlab.com>
Date: Fri Feb 27 17:23:36 2026 +0000
Merge branch 'reproducibility' into 'master'
make-fonts.py: Use `SOURCE_DATE_EPOCH` if available
See merge request sev/xolonium!1
commit bd3005db89744c770af23e90f940000f69a4a9c0
Author: Sébastien Noel <sebastien@twolife.be>
Date: Thu Feb 26 21:48:19 2026 +0100
make-fonts.py: Use SOURCE_DATE_EPOCH if available
Currently Xolonium cannot be built in a bit-for-bit reproducible way
because it embeds the current timestamp into the generated files.
The Reproducible Builds projects suggests using the value of the
environment variable `SOURCE_DATE_EPOCH` if it is available.
This small patch implements such logic in `make-fonts.py`.
Co-authored-by: Gioele Barabucci <gioele@svario.it>