[Git-commits] [grml/grml-live] 759aec: d/control: Replace dependency on debootstrap with ...

Michael Prokop noreply at github.com
Wed Jan 29 23:42:32 CET 2025


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: 759aecc53188b593b9bb0d8a661634627a853602
      https://github.com/grml/grml-live/commit/759aecc53188b593b9bb0d8a661634627a853602
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M debian/control

  Log Message:
  -----------
  d/control: Replace dependency on debootstrap with mmdebstrap

Now that we no longer rely on FAI but our own minifai implementation,
we can finally switch from debootstrap to the much faster mmdebstrap.

Related to commit 0bf6821b31ed729df42e682181b015903ee54541


  Commit: 2b084ea1186260cafe2b35b5076f6d294220db24
      https://github.com/grml/grml-live/commit/2b084ea1186260cafe2b35b5076f6d294220db24
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M build-driver/build.py
    M debian/control

  Log Message:
  -----------
  Drop versioned dependency on squashfs-tools

Even oldoldstable has version 1:4.3-12+deb10u2, there's no
point in further shipping this versioned dependency.


  Commit: 0397d65a08bdc9595a9602f27c4fe8155c0ff63a
      https://github.com/grml/grml-live/commit/0397d65a08bdc9595a9602f27c4fe8155c0ff63a
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    R docs/design.txt

  Log Message:
  -----------
  Drop deprecated docs/design.txt

Now with the switch to minifai we no longer plan
to follow those redesign steps from docs/design.txt.
Any further redesign decisions are discussed as of
https://github.com/grml/grml-live/issues/267

Related to commit 0bf6821b31ed729df42e682181b015903ee54541


  Commit: 6c8c67b40b6f460f688325207aad0ebcc5a3e508
      https://github.com/grml/grml-live/commit/6c8c67b40b6f460f688325207aad0ebcc5a3e508
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M README.md
    M debian/control

  Log Message:
  -----------
  Update README and d/control for minifai related adjustments

Related to commit 0bf6821b31ed729df42e682181b015903ee54541


  Commit: 8350a99585136ca9dd7d5eb01699ba702f1e2df1
      https://github.com/grml/grml-live/commit/8350a99585136ca9dd7d5eb01699ba702f1e2df1
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M config/hooks/instsoft.GRMLBASE

  Log Message:
  -----------
  config/hooks/instsoft.GRMLBASE: fix minor typo (word duplication)


  Commit: 2894d615c235fd4101c8be6dc507c51e430fc04b
      https://github.com/grml/grml-live/commit/2894d615c235fd4101c8be6dc507c51e430fc04b
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M debian/grml-live.install

  Log Message:
  -----------
  debian/grml-live.install: run wrap-and-sort -tas


  Commit: e3a8618e353715742356590cd17173b318350656
      https://github.com/grml/grml-live/commit/e3a8618e353715742356590cd17173b318350656
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M debian/grml-live.lintian-overrides

  Log Message:
  -----------
  debian/grml-live.lintian-overrides: drop deprecated check

Related to commit 0bf6821b31ed729df42e682181b015903ee54541 - we
no longer have to work around this FAI issue.


  Commit: 486d697480628c679080570886e0f54fc9693559
      https://github.com/grml/grml-live/commit/486d697480628c679080570886e0f54fc9693559
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M debian/control

  Log Message:
  -----------
  d/control: add python3 to Depends

Related to commit 0bf6821b31ed729df42e682181b015903ee54541


  Commit: 71b0db0797e8b934512ee68f8dace1ea971e78e4
      https://github.com/grml/grml-live/commit/71b0db0797e8b934512ee68f8dace1ea971e78e4
  Author: Michael Prokop <mika at grml.org>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M debian/source/lintian-overrides

  Log Message:
  -----------
  debian/source/lintian-overrides: add absolute-symbolic-link-target-in-source override for keyring files

Addresses lintian issue:

W: grml-live source: absolute-symbolic-link-target-in-source /usr/share/keyrings/debian-archive-keyring.gpg [config/bootstrap-keyring/DEBIAN_BOOKWORM]
W: grml-live source: absolute-symbolic-link-target-in-source /usr/share/keyrings/debian-archive-keyring.gpg [config/bootstrap-keyring/DEBIAN_BULLSEYE]
W: grml-live source: absolute-symbolic-link-target-in-source /usr/share/keyrings/debian-archive-keyring.gpg [config/bootstrap-keyring/DEBIAN_STABLE]
W: grml-live source: absolute-symbolic-link-target-in-source /usr/share/keyrings/debian-archive-keyring.gpg [config/bootstrap-keyring/DEBIAN_TESTING]
W: grml-live source: absolute-symbolic-link-target-in-source /usr/share/keyrings/debian-archive-keyring.gpg [config/bootstrap-keyring/DEBIAN_TRIXIE]
W: grml-live source: absolute-symbolic-link-target-in-source /usr/share/keyrings/debian-archive-keyring.gpg [config/bootstrap-keyring/DEBIAN_UNSTABLE]

Related to commit 0bf6821b31ed729df42e682181b015903ee54541


  Commit: f4907d3ef125917e18fe76fc70b11f41971bc368
      https://github.com/grml/grml-live/commit/f4907d3ef125917e18fe76fc70b11f41971bc368
  Author: Michael Prokop <115592+mika at users.noreply.github.com>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M README.md
    M build-driver/build.py
    M config/hooks/instsoft.GRMLBASE
    M debian/control
    M debian/grml-live.install
    M debian/grml-live.lintian-overrides
    M debian/source/lintian-overrides
    R docs/design.txt

  Log Message:
  -----------
  Merge pull request #292 from grml/mika/fixes

Misc adjustments and cleanups


Compare: https://github.com/grml/grml-live/compare/0bf6821b31ed...f4907d3ef125

To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications


More information about the Git-commits mailing list