Skip to content

Commit ccdbddf

Browse files
committed
Merge branch 'master' into build/work000 r75906 #158
2 parents ee716b0 + 59053b4 commit ccdbddf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4324
-1874
lines changed

source/.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- ${{ startsWith(github.ref, 'refs/tags/') }}
5454
include:
5555
- tl_name: i386-linux
56-
image: i386/debian:buster
56+
image: i386/debian:bullseye
5757
platform: 386
5858
ci_build: true
5959
use_qemu: false
@@ -71,14 +71,14 @@ jobs:
7171
use_qemu: false
7272
buildsys: alpine
7373
- tl_name: aarch64-linux
74-
image: arm64v8/debian:buster
74+
image: arm64v8/debian:bullseye
7575
platform: aarch64
7676
ci_build: false
7777
use_qemu: true
7878
qemu_arch: aarch64
7979
buildsys: debian
8080
- tl_name: armhf-linux
81-
image: arm32v7/debian:buster
81+
image: arm32v7/debian:bullseye
8282
platform: arm/v7
8383
ci_build: false
8484
use_qemu: true

source/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-07-22 Karl Berry <[email protected]>
2+
3+
* reautoconf: mention that autoconf-only packages need to be
4+
explicitly added; would be better to read kpse-pkgs.m4.
5+
Also reautoconf tree for kpse-setup.m4 changes.
6+
17
2025-06-26 Karl Berry <[email protected]>
28

39
* automake 1.18.1.

0 commit comments

Comments
 (0)