• Bug#1061274: coreutils NMU for /usr-move

    From Helmut Grohne@21:1/5 to All on Sat Mar 9 19:10:01 2024
    Hi,

    I've uploaded the proposed patch to DELAYED/5 in agreement with DevRef.
    Please let me know if I should delay it any longer. I'm also attaching
    the actual .debdiff with updated changelog to this mail.

    Helmut

    diff --minimal -Nru coreutils-9.4/debian/changelog coreutils-9.4/debian/changelog
    --- coreutils-9.4/debian/changelog 2024-01-02 14:54:03.000000000 +0100
    +++ coreutils-9.4/debian/changelog 2024-03-09 18:42:01.000000000 +0100
    @@ -1,3 +1,10 @@
    +coreutils (9.4-3.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * DEP17: Move files to /usr. (Closes: #1061274, #1057250)
    +
    + -- Helmut Grohne <helmut@subdivi.de> Sat, 09 Mar 2024 18:42:01 +0100
    +
    coreutils (9.4-3) unstable; urgency=low

    * remove arch restriction from libssl-dev build-depend
    diff --minimal -Nru coreutils-9.4/debian/control coreutils-9.4/debian/control --- coreutils-9.4/debian/control 2024-01-02 14:22:27.000000000 +0100
    +++ coreutils-9.4/debian/control 2024-03-09 18:40:09.000000000 +0100
    @@ -11,6 +11,7 @@
    Pre-Depends: ${shlibs:Depends}, ${misc:Pre-Depends}
    Essential: yes
    Depends: ${misc:Depends}
    +Breaks: usrmerge (<< 39)
    Description: GNU core utilities
    This package contains the basic file, shell and text manipulation
    utilities which are expected to exist on every operating system.
    diff