Commit e827b65
authored
[xaprepare] Add support for Debian trixie release (#8127)
Context: https://bits.debian.org/2023/06/bookworm-released.html
Context: https://siduction.org/
Debian 12, aka bookworm, has just been released and that means work on
the next release, codenamed "trixie", has begun. The code name appeared
in `/etc/debian_version` and `/etc/os-release` files and `xaprepare`
needs to be updated in order to properly detect trixie.
While this change won't be necessary for users of Debian "stable" or any
distributions based on it, it is necessary for rolling Debian "unstable"
distributions like `siduction` (which is what I use :D)
Debian "unstable" distribution (which eventually becomes the "testing"
distribution, to become "stable" on release) does not use version
numbers in the abovementioned files, just the codename. This is the
reason we need to fake the OS version number for Debian.1 parent fd19c46 commit e827b65
File tree
1 file changed
+5
-1
lines changed- build-tools/xaprepare/xaprepare/ConfigAndData/Dependencies
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | | - | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments