Your message dated Sun, 14 Jul 2024 15:19:42 +0000
with message-id <[email protected]>
and subject line Bug#1060195: fixed in hfsprogs 540.1.linux3-6
has caused the Debian Bug report #1060195,
regarding hfsprogs: install files into /usr (DEP17)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1060195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060195
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hfsprogs
Version: 540.1.linux3-5
Severity: normal
Tags: patch
User: [email protected]
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 change for the t64 transition or otherwise
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 hfsprogs-540.1.linux3/debian/changelog hfsprogs-540.1.linux3/debian/changelog
--- hfsprogs-540.1.linux3/debian/changelog	2021-03-08 10:28:00.000000000 +0100
+++ hfsprogs-540.1.linux3/debian/changelog	2024-01-07 12:01:39.000000000 +0100
@@ -1,3 +1,10 @@
+hfsprogs (540.1.linux3-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install aliased files into /usr (DEP17 M2) (Closes: #-1)
+
+ -- Chris Hofstaedtler <[email protected]>  Sun, 07 Jan 2024 12:01:39 +0100
+
 hfsprogs (540.1.linux3-5) unstable; urgency=medium
 
   * Add hfsprogs-udeb package to debian/control
diff -Nru hfsprogs-540.1.linux3/debian/dirs hfsprogs-540.1.linux3/debian/dirs
--- hfsprogs-540.1.linux3/debian/dirs	2021-03-08 10:03:25.000000000 +0100
+++ hfsprogs-540.1.linux3/debian/dirs	2024-01-07 11:59:15.000000000 +0100
@@ -1,3 +1,3 @@
-sbin
+usr/sbin
 usr/share/hfsprogs
 usr/share/man/man8
diff -Nru hfsprogs-540.1.linux3/debian/hfsprogs.install hfsprogs-540.1.linux3/debian/hfsprogs.install
--- hfsprogs-540.1.linux3/debian/hfsprogs.install	2021-03-08 10:21:05.000000000 +0100
+++ hfsprogs-540.1.linux3/debian/hfsprogs.install	2024-01-07 11:59:07.000000000 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/dh-exec
 debian/hfsbootdata.img      => usr/share/misc/hfsbootdata
-fsck_hfs.tproj/fsck_hfs     => sbin/fsck.hfsplus
-newfs_hfs.tproj/newfs_hfs   => sbin/mkfs.hfsplus
+fsck_hfs.tproj/fsck_hfs     => usr/sbin/fsck.hfsplus
+newfs_hfs.tproj/newfs_hfs   => usr/sbin/mkfs.hfsplus
 fsck_hfs.tproj/fsck_hfs.8   => usr/share/man/man8/fsck.hfsplus.8
 newfs_hfs.tproj/newfs_hfs.8 => usr/share/man/man8/mkfs.hfsplus.8
diff -Nru hfsprogs-540.1.linux3/debian/hfsprogs.links hfsprogs-540.1.linux3/debian/hfsprogs.links
--- hfsprogs-540.1.linux3/debian/hfsprogs.links	2021-03-08 10:21:05.000000000 +0100
+++ hfsprogs-540.1.linux3/debian/hfsprogs.links	2024-01-07 11:59:32.000000000 +0100
@@ -1,4 +1,4 @@
-sbin/fsck.hfsplus			sbin/fsck.hfs
-sbin/mkfs.hfsplus			sbin/mkfs.hfs
+usr/sbin/fsck.hfsplus			usr/sbin/fsck.hfs
+usr/sbin/mkfs.hfsplus			usr/sbin/mkfs.hfs
 usr/share/man/man8/fsck.hfsplus.8	usr/share/man/man8/fsck.hfs.8
 usr/share/man/man8/mkfs.hfsplus.8	usr/share/man/man8/mkfs.hfs.8
diff -Nru hfsprogs-540.1.linux3/debian/hfsprogs-udeb.install hfsprogs-540.1.linux3/debian/hfsprogs-udeb.install
--- hfsprogs-540.1.linux3/debian/hfsprogs-udeb.install	2021-03-08 10:21:05.000000000 +0100
+++ hfsprogs-540.1.linux3/debian/hfsprogs-udeb.install	2024-01-07 11:59:48.000000000 +0100
@@ -1,4 +1,4 @@
 #!/usr/bin/dh-exec
 debian/hfsbootdata.img => usr/share/misc/hfsbootdata
-fsck_hfs.tproj/fsck_hfs => sbin/fsck.hfsplus
-newfs_hfs.tproj/newfs_hfs => sbin/mkfs.hfsplus
+fsck_hfs.tproj/fsck_hfs => usr/sbin/fsck.hfsplus
+newfs_hfs.tproj/newfs_hfs => usr/sbin/mkfs.hfsplus
diff -Nru hfsprogs-540.1.linux3/debian/hfsprogs-udeb.links hfsprogs-540.1.linux3/debian/hfsprogs-udeb.links
--- hfsprogs-540.1.linux3/debian/hfsprogs-udeb.links	2021-03-08 10:21:05.000000000 +0100
+++ hfsprogs-540.1.linux3/debian/hfsprogs-udeb.links	2024-01-07 11:59:57.000000000 +0100
@@ -1,2 +1,2 @@
-sbin/fsck.hfsplus sbin/fsck.hfs
-sbin/mkfs.hfsplus sbin/mkfs.hfs
+usr/sbin/fsck.hfsplus usr/sbin/fsck.hfs
+usr/sbin/mkfs.hfsplus usr/sbin/mkfs.hfs

--- End Message ---
--- Begin Message ---
Source: hfsprogs
Source-Version: 540.1.linux3-6
Done: John Paul Adrian Glaubitz <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hfsprogs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Paul Adrian Glaubitz <[email protected]> (supplier of updated 
hfsprogs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 14 Jul 2024 16:54:23 +0200
Source: hfsprogs
Architecture: source
Version: 540.1.linux3-6
Distribution: unstable
Urgency: medium
Maintainer: John Paul Adrian Glaubitz <[email protected]>
Changed-By: John Paul Adrian Glaubitz <[email protected]>
Closes: 1060195
Changes:
 hfsprogs (540.1.linux3-6) unstable; urgency=medium
 .
   * Install fsck and mkfs binaries into /usr (Closes: #1060195)
     + Move binaries from /sbin to /usr/sbin in debian/hfsprogs.install
     + Move symlinks from /sbin to /usr/sbin in debian/hfsprogs.links
     + Move binaries from /sbin to /usr/sbin in debian/hfsprogs-udeb.install
     + Move symlinks from /sbin to /usr/sbin in debian/hfsprogs-udeb.links
     + Replace /sbin with /usr/bin in debian/dirs
Checksums-Sha1:
 6d6b1c3bee87963b38b88c43cc158a858e06dfe4 2062 hfsprogs_540.1.linux3-6.dsc
 5c4a42c6ad0cc22b35664c9754d3cea7e792c0dd 36560 
hfsprogs_540.1.linux3-6.debian.tar.xz
 ade88b29d6db48d6b953f358ac96191e13fce896 6524 
hfsprogs_540.1.linux3-6_amd64.buildinfo
Checksums-Sha256:
 6f9c516a3411c1438fdcbcf473f6e6e42dbd70add64e5ec1c5848d5957beab6c 2062 
hfsprogs_540.1.linux3-6.dsc
 a2752fc536c0b982f0f7b3cf24808a4e7b0f599ed0763f30e0913e015b75c46a 36560 
hfsprogs_540.1.linux3-6.debian.tar.xz
 3fa7fd1a052d9eaf60e071e4196e5cd20d1c941abfe85f49a8642df69b2cab21 6524 
hfsprogs_540.1.linux3-6_amd64.buildinfo
Files:
 633a20badc9ccf5ffc7b81e88781f6fa 2062 non-free/otherosfs optional 
hfsprogs_540.1.linux3-6.dsc
 be235899aab56aa8f678c2ba1c71b93b 36560 non-free/otherosfs optional 
hfsprogs_540.1.linux3-6.debian.tar.xz
 538879a097cdcb961f826f8c2bfee9a1 6524 non-free/otherosfs optional 
hfsprogs_540.1.linux3-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAmaT55YACgkQdCY7N/W1
+ROixQ//e0rZygepT14ppDqRR6UHaMcz1uUjHdylCyw64tIXoOH3mVvU71QPB+O8
kSJBJuRPXy7WhgX+NKclZyX+Ml9PYeWm5SqtlyNHKTjsVgDaY24TyVgrAh4hE5fr
JtDA/uSs/tZIOto0IodmngAgbmpc5RgDsMN/FoYWPcOTP3Jf63evhc6GNjL+jHId
1oApdg/xbdV5cUdggxkukJvcq/V9Eir4WwPhVof+c4a8xoKN/KFK9ZVuhm4/DO0A
GfBT0da7Eti7+ya/lIMzLkFVYUw2dzmSiB3tGP8cLlyJ2I5NCMCp8EFi1iX/Fccv
xXZ3rQbivEGeBMk45VXEZdUhijGla7ln0rxyd3+Tw/XIzU9uNIVb2igvg55L3hrg
6lg0wx++Mxr/QiEo1vbyO//j2hTT32Wc9S0WVx2AG4UOfP8u1RlD8t1+0JNpU805
f8EGw4PqVeVeI0typNzT2Av8Cdn4hJLf7s112TlhHLJM0vtgCbCjF5+uS0J51XO0
Ts/IN5BwpXo83VxDKzbnv/utYBGtlgoiFTOJXvfUwQNnn/FRITKBU/Z7b47SDOiT
D+zTYqW4xvYfdptiK8F/6O1ymXINr2qthvJjAxqVKapHnXCaxHUDWDgsuFcenkia
y3NdT26nNM8VqKrAYCbIcAO6K3atwUimeFCxzzn8ceguHrDgZrc=
=CZuy
-----END PGP SIGNATURE-----

Attachment: pgpChTv8Y9SHh.pgp
Description: PGP signature


--- End Message ---

Reply via email to