dwww Home | Show directory contents | Find package

usrmerge (37~deb12u1) bookworm; urgency=medium

  * Non-maintainer upload.
  * Rebuild for bookworm.

 -- Andreas Beckmann <anbe@debian.org>  Wed, 10 Jan 2024 09:07:08 +0100

usrmerge (37) unstable; urgency=medium

  [ Johannes Schauer Marin Rodrigues ]
  * Use $DPKG_ROOT in usr-is-merged.postinst. (Closes: #1050755)

 -- Marco d'Itri <md@linux.it>  Tue, 29 Aug 2023 02:14:10 +0200

usrmerge (36) unstable; urgency=medium

  * Added code by Andreas Beckmann to clean up the biarch libraries
    directories when they are not needed. (Closes: #1038853)
  * Changed postinst to not run convert-etc-shells again on already
    converted systems and to run update-shells to make sure that the
    new shells.state file introduced in bookworm is up to date.
    (Closes: #1033167)
  * Improved the instructions to deal with a mounted /lib/modules/,
    which can also happen on some Xen-based systems. (Closes: 1034346)
  * Greatly improved the error messages when commands execution fails
    (see #1037362).
  * Added a versioned conflict with libc-bin, only relevant for the
    conversion script. (Closes: #1037362)
  * Added a versioned conflict with dhcpcd. (Closes: #1038832)
  * Added a versioned conflict with libparted1.8-10. (Closes: #1038832)
  * Added a versioned conflict with lustre-utils. (Closes: #1038832)

 -- Marco d'Itri <md@linux.it>  Sun, 27 Aug 2023 13:56:49 +0200

usrmerge (35) unstable; urgency=medium

  * Partially revert and further change the fix for #1024596, because it
    was incomplete and would fail when the directory containing the RTLD
    (e.g. /lib64) did not exist in /usr. (Closes: #1025926)

 -- Marco d'Itri <md@linux.it>  Mon, 12 Dec 2022 00:36:05 +0100

usrmerge (34) unstable; urgency=medium

  * Stopped creating the empty biarch directories, because glibc >= 2.35-4
    does that in preinst. (Closes: #1024596)
  * preinst: use mountpoint(1) to check if /usr is standalone instead
    if comparing st_dev, because this does not work with BTRFS subvolumes.
    (Closes: #1023816)
  * Updated the versioned conflict with kbd. (Closes: #1022936)
  * Made debian/copyright machine-readable. (Closes: #1025684)
  * Fixed a typo. (Closes: #1022790)

 -- Marco d'Itri <md@linux.it>  Sun, 11 Dec 2022 18:59:21 +0100

usrmerge (33) unstable; urgency=medium

  * Added a version number to the conflict with cruft. (See #941998.)
  * convert-usrmerge: stop if /lib/modules/ is a mount point, which is
    common on User Mode Linux. (Closes: #1021180)
  * Implemented only for Hurd systems a modified algorithm provided by
    Samuel Thibault. (Closes: #1020463)

 -- Marco d'Itri <md@linux.it>  Mon, 10 Oct 2022 23:52:46 +0200

usrmerge (32) unstable; urgency=medium

  * convert-usrmerge: fix handling the link X directory case.
    The case in which the source and destination are a symlink and a
    directory (or a directory and a symlink) actually was never handled.
    (Closes: #1020312)
  * Updated the versioned conflict with libpng12-0. (Closes: #1020549)
  * Relabel for SELinux the newly created directories and /etc/shells,
    courtesy of Christian Göttsche.

 -- Marco d'Itri <md@linux.it>  Thu, 29 Sep 2022 05:51:16 +0200

usrmerge (31) unstable; urgency=medium

  [ Luca Boccassi ]
  * usr-is-merged.preinst: run the check on upgrades too, because something
    may have un-merged the system since the last install. (See #926699.)

 -- Marco d'Itri <md@linux.it>  Mon, 19 Sep 2022 13:26:09 +0200

usrmerge (30+nmu2) unstable; urgency=medium

  [ Luca Boccassi ]
  * Non-maintainer upload.
  * overlayfs: attempt to move directory before bailing out (Closes:
    #1020228)

  [ Dimitri John Ledkov ]
  * Update regexp for new (temporary) ldd output

 -- Luca Boccassi <bluca@debian.org>  Sun, 18 Sep 2022 21:20:53 +0100

usrmerge (30+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * maintainer scripts: shellcheck fixes
  * maintainer scripts: fix running arm64 on nspawn (Closes: #1019575)

 -- Luca Boccassi <bluca@debian.org>  Sat, 17 Sep 2022 02:12:55 +0100

usrmerge (30) unstable; urgency=medium

  * Use in usrmerge.postinst the same logic to determine if /usr is
    merged or not that was already being in usr-is-merged.preinst and
    convert-usrmerge. (Closes: #1019506)

 -- Marco d'Itri <md@linux.it>  Mon, 12 Sep 2022 01:10:54 +0200

usrmerge (29) unstable; urgency=medium

  * Made postinst skip convert-etc-shells too if the flag file is present,
    to avoid a piuparts failure.

 -- Marco d'Itri <md@linux.it>  Sun, 17 Jul 2022 18:12:29 +0200

usrmerge (28) unstable; urgency=medium

  * Reupload for the buildds.

 -- Marco d'Itri <md@linux.it>  Sun, 17 Jul 2022 11:12:03 +0200

usrmerge (27) unstable; urgency=medium

  * Created a dummy usr-is-merged package which will fail in preinst if
    the system does not have a merged /usr. (See the TC decision #994388.)
  * Implemented a flag file to skip the conversion, for the benefit of
    buildds. (Closes: #1008203)
  * Made postinst always fail if the conversion is not possible.
  * Made postinst fail if overlayfs is involved. (Closes: #1008202)
  * Removed the debconf question: now the conversion is unconditional.
  * Created a list of files in / to be ignored if also present in /usr, on
    request of Ubuntu. (Closes: #997866)
  * Conflict with cruft. (Closes: #1002888)

 -- Marco d'Itri <md@linux.it>  Thu, 14 Jul 2022 23:58:40 +0200

usrmerge (25) unstable; urgency=medium

  * Remove prerm, which has not been needed or even possibly used since
    usrmerge version 19 started removing /etc/dpkg/dpkg.cfg.d/usrmerge on
    upgrades. (Closes: #982867)
  * New debconf translation(s): es. (Closes: #987519)

 -- Marco d'Itri <md@linux.it>  Tue, 27 Apr 2021 01:21:48 +0200

usrmerge (24) unstable; urgency=medium

  * Moved the scripts to /usr/lib/usrmerge/ on request of Ubuntu for better
    FHS compliance.
  * README.Debian: removed a reference to /etc/dpkg/dpkg.cfg.d/usrmerge:
    the file can be ignored since it has been empty or missing since 2016.
    (Closes: #940077)

 -- Marco d'Itri <md@linux.it>  Sat, 16 Jan 2021 06:02:21 +0100

usrmerge (23) unstable; urgency=medium

  * Converted to dh.

 -- Marco d'Itri <md@linux.it>  Tue, 03 Sep 2019 02:20:46 +0200

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog usrmerge`.

Generated by dwww version 1.15 on Thu Jun 27 22:56:02 CEST 2024.