kernel-handbook (1.0.21)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.0.22 > 1.0.21
- Git: https://salsa.debian.org/kernel-team/kernel-handbook.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 307200
- Browser: https://salsa.debian.org/kernel-team/kernel-handbook
- Last scan: 2024-12-08 09:23:02+00
- Next scan: 2024-12-14 13:49:00+00
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
kernel-handbook (1.0.22) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* Just link to the GNU GPL without mentioning a filename or mailing address
* Add and apply Debian stylesheet to HTML output
* stylesheet.xsl: Use namespaced tags to allow embedding un-namespaced HTML
* Add/override some stylesheet rules to work better for DocBook-generated
HTML
* Use Debian-style navigation header and footer instead of standard DocBook
ones
[ Emanuele Rocca ]
* Mention that DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT needs to be disabled as
well as DEBUG_INFO when building a kernel without debugging information.
-- Ben Hutchings <benh@debian.org> Mon, 26 Jun 2023 18:07:00 +0200
- This branch is 8 commits ahead of tag 1.0.21
- Git log:
commit 02c2edfdb3b4ea8ee0eb50e9267b3e89577afae5
Merge: 5b7cbe7 e5f0dc9
Author: Ben Hutchings <benh@debian.org>
Date: Sun Sep 22 19:01:01 2024 +0000
Merge branch 'disable-debug-info' into 'master'
Disable dwarf toolchain default to really disable debug info
See merge request kernel-team/kernel-handbook!8
commit e5f0dc914c4c34d2be7fcbb361b5c660b2725741
Author: Emanuele Rocca <ema@debian.org>
Date: Mon May 6 14:29:03 2024 +0200
Disable dwarf toolchain default to really disable debug info
In order to build a kernel without debug information, it is not sufficient to
just disable DEBUG_INFO. The setting DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT needs
to be disabled as well, or `make oldconfig` will re-enable DEBUG_INFO.
commit 5b7cbe76dbc6493a0225ffa0b5056f626574c629
Merge: 2dd333a 9648453
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jul 10 15:35:42 2023 +0000
Merge branch 'stylish' into 'master'
Apply Debian stylesheet
See merge request kernel-team/kernel-handbook!6
commit 96484534a4e1c17e6e926b17c0b3b1ac12edf461
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jun 26 21:58:02 2023 +0200
Use Debian-style navigation header and footer instead of standard DocBook ones
In the header, drop the Prev/Next links and put:
- Debian logo
- Link to kernel team page
- "Breadcrumbs" for the handbook
all with the appropriate classes for the Debian stylesheet.
In the footer:
- Keep the Prev / Home / Next links in the footer
- Since there isn't any provision in the Debian stylesheet for navigation
across multiple chapters, add our own rules for them
- Use flexbox instead of a table for layout
commit 88fa33d2e940f20585d3871101c1ce1beaa3f2c5
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jun 26 21:54:30 2023 +0200
Add/override some stylesheet rules to work better for DocBook-generated HTML
commit 5a73950758a42a68d21bc3367fb7bace4b0679e5
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jun 26 19:52:06 2023 +0200
stylesheet.xsl: Use namespaced tags to allow embedding un-namespaced HTML
I will need to override some rules here to fully implement the Debian
style, which requires writing (X)HTML without a namespace. Assign
the XSL DTD to the "xsl" namespace instead of the default namespace
and change tags accordingly.
commit 1e365d377ae53a99bada98be63115e0a77a7bc5c
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jun 26 18:07:47 2023 +0200
Add and apply Debian stylesheet to HTML output
Also add the images it references, which we may want to use.
commit 03af1eb9938df815ab46fd6d59d5e5d612216444
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jun 26 22:47:28 2023 +0200
Just link to the GNU GPL without mentioning a filename or mailing address
This turns into a web page so it's fairly silly to suggest the other
options. We will need to mention some other licenses and I want to
keep this brief.