Changeset 64a4f13


Ignore:
Timestamp:
01/19/2024 11:30:16 PM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
bb1dfaf
Parents:
5d2d864 (diff), 619e4d9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r5d2d864 r64a4f13  
    12401240        <segtitle>&before;</segtitle>
    12411241        <seglistitem>
    1242           <seg>Man-DB and Perl</seg>
     1242          <seg>Man-DB</seg>
    12431243        </seglistitem>
    12441244      </segmentedlist>
     
    24562456        <segtitle>&dependencies;</segtitle>
    24572457        <seglistitem>
    2458           <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff,
     2458          <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep,
    24592459          Libxcrypt, Make, Sed, and Zlib</seg>
    24602460        </seglistitem>
  • chapter10/kernel/kernel-config.py

    r5d2d864 r64a4f13  
    294294from jinja2 import Template
    295295
    296 t = Template('''<?xml version="1.0" encoding="ISO-8859-1"?>
     296t = Template('''<?xml version="1.0" encoding="UTF-8"?>
    297297<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    298298  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  • git-version.sh

    r5d2d864 r64a4f13  
    5858
    5959if [ "$(git diff HEAD | wc -l)" != "0" ]; then
    60     version="$version+"
    61     versiond="$versiond+"
     60    version="$version-wip"
     61    versiond="$versiond-wip"
    6262fi
    6363
  • packages.ent

    r5d2d864 r64a4f13  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22
    33<!-- Notes:
  • patches.ent

    r5d2d864 r64a4f13  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22
    33<!-- Start of Common Patches -->
Note: See TracChangeset for help on using the changeset viewer.