<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/debootstrap/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-11-22T22:11:06Z</updated>
<entry>
<title>debootstrap: Make version apk compatible</title>
<updated>2024-11-22T22:11:06Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-11-22T20:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=863be39f2cbc9955a7d23345b57c8983d1dfb254'/>
<id>urn:sha1:863be39f2cbc9955a7d23345b57c8983d1dfb254</id>
<content type='text'>
Adjust version to match apk semantic rules.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.128+nmu2+deb12u1</title>
<updated>2023-12-20T05:28:52Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-12-20T02:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=469b4054c1958261c386ed37f0c7a08bc5ba99a0'/>
<id>urn:sha1:469b4054c1958261c386ed37f0c7a08bc5ba99a0</id>
<content type='text'>
debootstrap (1.0.128+nmu2+deb12u1) bookworm; urgency=medium

  * Non-maintainer upload targeting Debian 12.2, with maintainer approval
    from Luca Boccassi.
  * Backport merged-/usr support changes from trixie:
    - Implement merged-/usr by post-merging.
      This changes the bootstrap order so that it will be possible for a
      future version of base-files in trixie/sid to take responsibility for
      creating the /bin, /sbin, /lib* symlinks, and is a prerequisite for
      lifting the moratorium imposed by #1035831.
      (Closes: #1049898; implementation by Helmut Grohne)
    - functions: Reinstate setup_merged_usr() as it existed before
      fixing #1049898, for backwards-compatibility with older versions of
      mmdebstrap.
    - functions: Default to merged-/usr for suites newer than bookworm,
      even for the buildd profile. This allows packages targeting trixie
      to assume that merged-/usr is the only layout possible, and is a
      prerequisite for lifting the moratorium imposed by #1035831.
    - Mention --merged-usr in --help output. (Closes: #1031828)
  * Backport autopkgtest regression fixes from trixie:
    - Revert fake/schroot-1.6.10-3 to an accurate emulation of the
      behaviour of schroot 1.6.10-3 (Closes: #983311)
    - Document schroot 1.6.10-3 with the default profile as expected to
      fail to use /dev/pts in a lxc &gt;= 3 or Docker container; this is a
      schroot bug (#983423) and not a debootstrap bug
    - With these changes, the autopkgtest is confirmed to pass in
      autopkgtest-virt-qemu (Closes: #983197)

 -- Simon McVittie &lt;smcv@debian.org&gt;  Wed, 30 Aug 2023 15:21:17 +0100

debootstrap (1.0.128+nmu2) unstable; urgency=low

  * Non-maintainer upload.

  [ Matthias Klumpp ]
  * Update PureOS bootstrap script

  [ Luca Boccassi ]
  * autopkgtest: fix running on !amd64
  * autopkgtest: run on 'testing' instead of 'bookworm'

 -- Luca Boccassi &lt;bluca@debian.org&gt;  Tue, 18 Oct 2022 23:49:31 +0100

debootstrap (1.0.128+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * autopkgtest: add /usr/sbin to PATH

 -- Luca Boccassi &lt;bluca@debian.org&gt;  Mon, 17 Oct 2022 10:45:01 +0100

debootstrap (1.0.128) unstable; urgency=low

  [ Samuel Thibault ]
  * Make gbp tag produce the right tag format

  [ Carsten Schoenert ]
  * Add (PureOS) byzantium as a symlink to amber
  * Add (PureOS) crimson as a symlink to amber

  [ Daniel Watkins ]
  * Support Packages files which are not ordered alphabetically by Package field
    (LP: #1990856)

  [ Dimitri John Ledkov ]
  * d/tests/unsorted-packages-files: cleanup temp files and daemon

  [ Tianon Gravi ]
  * Apply "EXCLUDE_DEPENDENCY" during "resolve_deps"

 -- Dimitri John Ledkov &lt;dimitri.ledkov@canonical.com&gt;  Fri, 14 Oct 2022 12:31:04 +0100

debootstrap (1.0.127+nmu1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Ansgar ]
  * debootstrap: optionally exclude specific dependencies
  * debian-common: exclude usrmerge when installing usr-is-merged

  [ Samuel Thibault ]
  * Enable usrmerge on hurd-i386 too.

 -- Luca Boccassi &lt;bluca@debian.org&gt;  Sat, 24 Sep 2022 14:07:46 +0100

debootstrap (1.0.127) unstable; urgency=medium

  [ Heysion Yuan ]
  * add usrmerge support loongarch64.

  [ Paul Menzel ]
  * Avoid duplicate components in `sources.list`.

  [ Edward Tomasz Napierala ]
  * Mount /dev/fd if the host is FreeBSD.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update renamed lintian tag names in lintian overrides.

  [ Luca Falavigna ]
  * Add (Ubuntu) kinetic as a symlink to gutsy.
  * Update standards version to 4.6.0.1, no changes needed.

  [ Luca Boccassi ]
  * setup_merged_usr: create skip flag when merged-usr is disabled on bookworm+
  * Add usr-is-merged to the required set on testing/unstable

 -- Dimitri John Ledkov &lt;dimitri.ledkov@canonical.com&gt;  Mon, 25 Jul 2022 13:25:39 +0100

debootstrap (1.0.126+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Undo the changes of the last upload. (Closes: #998867)

 -- Johannes Schauer Marin Rodrigues &lt;josch@debian.org&gt;  Sun, 28 Nov 2021 12:38:15 +0100

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.126</title>
<updated>2021-11-15T02:16:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-11-15T00:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9aa9b71591e52873215493da7d980bc35e3c0eef'/>
<id>urn:sha1:9aa9b71591e52873215493da7d980bc35e3c0eef</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.124</title>
<updated>2021-10-09T16:02:32Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-10-09T03:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=494a13dd23c8ab9143d734a78a3c309e0c569022'/>
<id>urn:sha1:494a13dd23c8ab9143d734a78a3c309e0c569022</id>
<content type='text'>
Update package and use @DEBIAN mirror.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.123</title>
<updated>2020-10-09T18:06:21Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-10-07T13:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2d6475fa93eef52512453859031bd8731d8830d7'/>
<id>urn:sha1:2d6475fa93eef52512453859031bd8731d8830d7</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.119~bpo10+1</title>
<updated>2020-03-08T13:49:04Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-03-08T13:48:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5c36d51964e3b92011d92ab8f8cbcf20685de33d'/>
<id>urn:sha1:5c36d51964e3b92011d92ab8f8cbcf20685de33d</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to 1.0.118</title>
<updated>2020-02-29T00:02:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-23T02:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f09e6461f3924b02a7cfbf108a797896c9aa6625'/>
<id>urn:sha1:f09e6461f3924b02a7cfbf108a797896c9aa6625</id>
<content type='text'>
Added _GNU_SOURCE define to fix compilation warning.

Added patch to fix uclient-fetch as it does not support -nv.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.116</title>
<updated>2020-01-06T23:27:16Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-01-06T23:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=87fb15ba59485af16298138ceea0aead06c63559'/>
<id>urn:sha1:87fb15ba59485af16298138ceea0aead06c63559</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debootstrap: Update to version 1.0.115~bpo10+1</title>
<updated>2019-09-30T20:41:16Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-09-30T20:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9be1f918fab1c0b00f783d7940136a67faddabe2'/>
<id>urn:sha1:9be1f918fab1c0b00f783d7940136a67faddabe2</id>
<content type='text'>
Reorder some stuff in Makefile and use HTTPS in URL

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>debootstrap: update to version 1.0.110~bpo9+1</title>
<updated>2019-01-29T08:44:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2019-01-23T20:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a3c9d55991fcd4054b49d79340d5548be4d11da7'/>
<id>urn:sha1:a3c9d55991fcd4054b49d79340d5548be4d11da7</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
