Source: ipvsadm Version: 1:1.31-1 Severity: normal Tags: patch User: helm...@debian.org Usertags: dep17m2
Please find a patch attached to install aliased files into /usr, for the currently ongoing UsrMerge effort [1]. It has been build-tested and checked by dumat. Please review it and upload to unstable during the trixie cycle, preferably before the time_t-64bit transition. Note: this should not be backported to bookworm. If you intend to backport, please use dh_movetousr instead. If your package will rename/split/move its binaries (packages) during trixie, please then upload to experimental and get in touch with the UsrMerge driver, please see the wiki [1]. Chris [1] https://wiki.debian.org/UsrMerge
diff -Nru ipvsadm-1.31/debian/changelog ipvsadm-1.31/debian/changelog --- ipvsadm-1.31/debian/changelog 2020-01-05 21:33:49.000000000 +0100 +++ ipvsadm-1.31/debian/changelog 2024-01-07 12:43:09.000000000 +0100 @@ -1,3 +1,10 @@ +ipvsadm (1:1.31-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Install aliased files into /usr (DEP17 M2) (Closes: #-1) + + -- Chris Hofstaedtler <z...@debian.org> Sun, 07 Jan 2024 12:43:09 +0100 + ipvsadm (1:1.31-1) unstable; urgency=medium * [950ed21] New upstream version 1.31 diff -Nru ipvsadm-1.31/debian/ipvsadm.init ipvsadm-1.31/debian/ipvsadm.init --- ipvsadm-1.31/debian/ipvsadm.init 2020-01-05 21:10:55.000000000 +0100 +++ ipvsadm-1.31/debian/ipvsadm.init 2024-01-07 12:43:09.000000000 +0100 @@ -15,7 +15,7 @@ #includes lsb functions . /lib/lsb/init-functions -IPVSADM="/sbin/ipvsadm" +IPVSADM="/usr/sbin/ipvsadm" IPVSADM_RULES="/etc/ipvsadm.rules" IPVSADM_CONFIG="/etc/default/ipvsadm" SYNCID="0" diff -Nru ipvsadm-1.31/debian/ipvsadm.install ipvsadm-1.31/debian/ipvsadm.install --- ipvsadm-1.31/debian/ipvsadm.install 2020-01-05 21:10:55.000000000 +0100 +++ ipvsadm-1.31/debian/ipvsadm.install 2024-01-07 12:43:07.000000000 +0100 @@ -1,4 +1,4 @@ debian/ipvsadm.rules etc/ -ipvsadm sbin/ -ipvsadm-restore sbin/ -ipvsadm-save sbin/ +ipvsadm usr/sbin/ +ipvsadm-restore usr/sbin/ +ipvsadm-save usr/sbin/