Skip to content

Commit 907a463

Browse files
authored
fix: Update Debian 13 dependencies and add to issue templates (#4916)
- Replace libncursesw5 with libncursesw6 (removed from Debian 13) - Replace libxml2-utils with libxml2 (removed from Debian 13) - Add Debian 13 to bug report and feature request distro options Fixes #4847: libncursesw5 and libxml2-utils do not exist on Debian 13
1 parent a6af3c9 commit 907a463

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,18 @@ body:
3030
label: Linux distro
3131
multiple: true
3232
options:
33+
- Ubuntu 26.04
3334
- Ubuntu 24.04
3435
- Ubuntu 22.04
3536
- Ubuntu 20.04
37+
- Debian 13
3638
- Debian 12
3739
- Debian 11
40+
- AlmaLinux 9
41+
- AlmaLinux 8
42+
- Rocky 10
43+
- Rocky 9
44+
- Rocky 8
3845
- RedHat 9
3946
- RedHat 8
4047
- Other

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,18 @@ body:
3030
label: Linux distro
3131
multiple: true
3232
options:
33+
- Ubuntu 26.04
3334
- Ubuntu 24.04
3435
- Ubuntu 22.04
3536
- Ubuntu 20.04
37+
- Debian 13
3638
- Debian 12
3739
- Debian 11
40+
- AlmaLinux 9
41+
- AlmaLinux 8
42+
- Rocky 10
43+
- Rocky 9
44+
- Rocky 8
3845
- RedHat 9
3946
- RedHat 8
4047
- Other

lgsm/data/debian-13.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,libncurses5:i386,libstdc++5:i386
1616
bmdm,libncurses5:i386
1717
bo
1818
bs
19-
bt,libicu-dev,dos2unix,libxml2-utils
19+
bt,libicu-dev,dos2unix,libxml2
2020
btl
2121
cc
2222
ck,xvfb,libxi6
@@ -71,7 +71,7 @@ mcb
7171
mcv
7272
mh
7373
mohaa,libstdc++5:i386
74-
mta,libncursesw5,libxml2-utils
74+
mta,libncursesw6,libxml2
7575
nd
7676
nec
7777
nmrih
@@ -104,14 +104,14 @@ sb
104104
sbots
105105
scpsl,mono-complete,libicu76
106106
scpslsm,mono-complete
107-
sdtd,telnet,expect,libxml2-utils
107+
sdtd,telnet,expect,libxml2
108108
sf
109109
sfc
110110
sm,telnet,expect
111111
sof2
112112
sol
113113
squad
114-
st,libxml2-utils
114+
st,libxml2
115115
stn
116116
sven,libssl3:i386,zlib1g:i386
117117
terraria

0 commit comments

Comments
 (0)