Package: iputils-ping Version: 3:20221126-1 Tags: patch User: [email protected] Usertags: dep17m2
Hi, We want to finalize the /usr-merge via DEP17 by moving all files to /usr. ping is affected early as it is installed by debootstrap. The change is simple and also fixes an old bug. I'm attaching a patch for your convenience and believe that this is safe to upload to unstable directly. Helmut
diff --minimal -Nru iputils-20221126/debian/changelog iputils-20221126/debian/changelog --- iputils-20221126/debian/changelog 2022-11-27 08:29:56.000000000 +0100 +++ iputils-20221126/debian/changelog 2024-01-03 10:07:53.000000000 +0100 @@ -1,3 +1,10 @@ +iputils (3:20221126-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Move ping to /usr for DEP17. (Closes: #-1, #711492) + + -- Helmut Grohne <[email protected]> Wed, 03 Jan 2024 10:07:53 +0100 + iputils (3:20221126-1) unstable; urgency=medium * New upstream version. See /usr/share/doc/iputils-*/changelog.gz for diff --minimal -Nru iputils-20221126/debian/iputils-ping.install iputils-20221126/debian/iputils-ping.install --- iputils-20221126/debian/iputils-ping.install 2022-11-27 08:29:56.000000000 +0100 +++ iputils-20221126/debian/iputils-ping.install 2024-01-03 10:07:47.000000000 +0100 @@ -1,2 +1,2 @@ -usr/bin/ping bin +usr/bin/ping usr/share/man/man8/ping.8 diff --minimal -Nru iputils-20221126/debian/iputils-ping.links iputils-20221126/debian/iputils-ping.links --- iputils-20221126/debian/iputils-ping.links 2022-11-27 08:29:56.000000000 +0100 +++ iputils-20221126/debian/iputils-ping.links 2024-01-03 10:07:53.000000000 +0100 @@ -1,4 +1,4 @@ -bin/ping bin/ping4 -bin/ping bin/ping6 +usr/bin/ping usr/bin/ping4 +usr/bin/ping usr/bin/ping6 usr/share/man/man8/ping.8.gz /usr/share/man/man8/ping4.8.gz usr/share/man/man8/ping.8.gz /usr/share/man/man8/ping6.8.gz

