Your message dated Sun, 09 Jun 2024 01:19:51 +0000
with message-id <[email protected]>
and subject line Bug#1064238: fixed in fuse-umfuse-ext2 0.4-1.5
has caused the Debian Bug report #1064238,
regarding fuseext2: move aliased files from / to /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.)
--
1064238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fuseext2
Version: 0.4-1.4
Tags: patch trixie sid
User: [email protected]
Usertags: dep17m2
We want to finalize the /usr-merge transition by moving all aliased
files from / to /usr via DEP17 to avoid negative effects arising from
the use of aliased files. fuseext2 is involved, because it ships
programs in aliased locations. I'm sending a patch, because it cannot be
converted using dh-sequence-movetousr. Note that this patch must not be
uploaded to bookworm-backports or earlier as it would violate the file
move moratorium there.
Helmut
diff --minimal -Nru fuse-umfuse-ext2-0.4/debian/changelog
fuse-umfuse-ext2-0.4/debian/changelog
--- fuse-umfuse-ext2-0.4/debian/changelog 2023-09-29 01:48:00.000000000
+0200
+++ fuse-umfuse-ext2-0.4/debian/changelog 2024-02-18 12:10:55.000000000
+0100
@@ -1,3 +1,10 @@
+fuse-umfuse-ext2 (0.4-1.5) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * DEP17: Move files to /usr. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 18 Feb 2024 12:10:55 +0100
+
fuse-umfuse-ext2 (0.4-1.4) unstable; urgency=medium
* Non-maintainer upload.
diff --minimal -Nru fuse-umfuse-ext2-0.4/debian/patches/series
fuse-umfuse-ext2-0.4/debian/patches/series
--- fuse-umfuse-ext2-0.4/debian/patches/series 2023-09-29 01:48:00.000000000
+0200
+++ fuse-umfuse-ext2-0.4/debian/patches/series 2024-02-18 12:10:55.000000000
+0100
@@ -1 +1,2 @@
fuse-ext2.h.patch
+usrmove.patch
diff --minimal -Nru fuse-umfuse-ext2-0.4/debian/patches/usrmove.patch
fuse-umfuse-ext2-0.4/debian/patches/usrmove.patch
--- fuse-umfuse-ext2-0.4/debian/patches/usrmove.patch 1970-01-01
01:00:00.000000000 +0100
+++ fuse-umfuse-ext2-0.4/debian/patches/usrmove.patch 2024-02-18
12:10:55.000000000 +0100
@@ -0,0 +1,22 @@
+--- fuse-umfuse-ext2-0.4.orig/fuse-ext2/Makefile.am
++++ fuse-umfuse-ext2-0.4/fuse-ext2/Makefile.am
+@@ -283,7 +283,7 @@
+ if LINUX
+ install-exec-local:
+ $(INSTALL) -d "$(DESTDIR)/usr/sbin"
+- $(LN_S) -f "$(DESTDIR)/$(bindir)/fuse-ext2"
"$(DESTDIR)/sbin/mount.fuse-ext2"
++ $(LN_S) -f "$(DESTDIR)/$(bindir)/fuse-ext2"
"$(DESTDIR)/$(sbindir)/mount.fuse-ext2"
+ endif
+
+ dist_man1_MANS = fuse-ext2.1
+--- fuse-umfuse-ext2-0.4.orig/fuse-ext2/Makefile.in
++++ fuse-umfuse-ext2-0.4/fuse-ext2/Makefile.in
+@@ -1884,7 +1884,7 @@
+ #endif
+ @LINUX_TRUE@install-exec-local:
+ @LINUX_TRUE@ $(INSTALL) -d "$(DESTDIR)/usr/sbin"
+-@LINUX_TRUE@ $(LN_S) -f "$(DESTDIR)/$(bindir)/fuse-ext2"
"$(DESTDIR)/sbin/mount.fuse-ext2"
++@LINUX_TRUE@ $(LN_S) -f "$(DESTDIR)/$(bindir)/fuse-ext2"
"$(DESTDIR)/$(sbindir)/mount.fuse-ext2"
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --minimal -Nru fuse-umfuse-ext2-0.4/debian/rules
fuse-umfuse-ext2-0.4/debian/rules
--- fuse-umfuse-ext2-0.4/debian/rules 2023-09-29 01:47:05.000000000 +0200
+++ fuse-umfuse-ext2-0.4/debian/rules 2024-02-18 12:10:55.000000000 +0100
@@ -3,15 +3,17 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+DEB_CONFIGURE_EXTRA_FLAGS=--exec-prefix='$${prefix}'
+
common-install-prehook-arch common-install-prehook-indep::
- mkdir -p debian/tmp/sbin
+ mkdir -p debian/tmp/usr/sbin
install/fuseext2::
dh_link -pfuseext2 /usr/share/man/man1/fuse-ext2.1
/usr/share/man/man8/mount.fuse-ext2.8
- dh_link -pfuseext2 /usr/bin/fuse-ext2 /sbin/mount.fuse-ext2
+ dh_link -pfuseext2 /usr/bin/fuse-ext2 /usr/sbin/mount.fuse-ext2
# Compatibility symlinks for versions up to 0.3.
dh_link -pfuseext2 /usr/bin/fuse-ext2 /usr/bin/fuseext2
- dh_link -pfuseext2 /sbin/mount.fuse-ext2 /sbin/mount.fuseext2
+ dh_link -pfuseext2 /usr/sbin/mount.fuse-ext2 /usr/sbin/mount.fuseext2
dh_link -pfuseext2 /usr/share/man/man1/fuse-ext2.1
/usr/share/man/man1/fuseext2.1
dh_link -pfuseext2 /usr/share/man/man8/mount.fuse-ext2.8
/usr/share/man/man8/mount.fuseext2.8
dh_compress -pfuseext2
--- End Message ---
--- Begin Message ---
Source: fuse-umfuse-ext2
Source-Version: 0.4-1.5
Done: Chris Hofstaedtler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fuse-umfuse-ext2, 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.
Chris Hofstaedtler <[email protected]> (supplier of updated fuse-umfuse-ext2
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: Thu, 30 May 2024 02:19:03 +0200
Source: fuse-umfuse-ext2
Architecture: source
Version: 0.4-1.5
Distribution: unstable
Urgency: medium
Maintainer: Debian VSquare Team <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 1064238
Changes:
fuse-umfuse-ext2 (0.4-1.5) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Helmut Grohne ]
* DEP17: Move files to /usr. (Closes: #1064238)
Checksums-Sha1:
37e0cfbcf021a714e4b519f476cce58ad59f0ce6 2035 fuse-umfuse-ext2_0.4-1.5.dsc
38d29be1601409d82eda301362e1b29776ecf4a6 3884
fuse-umfuse-ext2_0.4-1.5.debian.tar.xz
f7b4c9cdabd73406d58474fcf6b8a9b069cd1142 7782
fuse-umfuse-ext2_0.4-1.5_amd64.buildinfo
Checksums-Sha256:
9fbd8413b639710f8713c15390f859c2786d8fa82fcee9232b3ac979ed47876f 2035
fuse-umfuse-ext2_0.4-1.5.dsc
fbd64818b43685882b72a6471afd57d7cdedc0db1a8de7c50bbca8bda22eedb2 3884
fuse-umfuse-ext2_0.4-1.5.debian.tar.xz
dbbdc5629fb6ac515f23fee5062b12de54db4f6986dd3d9306c5f374a773fcbe 7782
fuse-umfuse-ext2_0.4-1.5_amd64.buildinfo
Files:
6a98c461296046e6b85d6261b7ad0627 2035 misc optional
fuse-umfuse-ext2_0.4-1.5.dsc
6095a3106727dca2492d80aa3934ad35 3884 misc optional
fuse-umfuse-ext2_0.4-1.5.debian.tar.xz
72eca8cdb0e41df4fab1f358cd9fcf55 7782 misc optional
fuse-umfuse-ext2_0.4-1.5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmZXyTsACgkQXBPW25MF
LgPIEQ//QkyYorAxKWs4NpCKbYsEs+fYL/xRI2DyCyl36sGiqP1aoXe4//LDrr30
JrTI/fP8XusgTiq2pyKwCSrk2300CqyODUdSWSTi7ZL0eTPRhHNkgQzpK7SCsrGX
VrJd1kXsdOvrOW0Wip2JM6ogZejHy7GlODe7wj6n5UVtE9yYyXERJ4CJ07BxgmRH
A48emmLNlgxWqAREiAPSkFyzKvE5yj8rPd1R0O5UrPO+GIWjfQHhz0DQTE2Rf5my
LP5ACTpJPOcCj68uwhnVryNbtfujHub3vOw3E5kxSstTYnBveEYnTYoS9nH1lDD+
nlJSh+VnFX8GW/LpzBlecGXBeknOB19OkcMOGQe3gDK3v9vNfc3aBTOcAL9SH6v+
LHmfJS2AhU6ShZB8PBHS9DU3iFCyXWiGPanLaEMx3MADur2GCYgFYAvQ/chwbJjY
Jvw4tDk7iPFJlgwKqBT59oVO1wsKwEup4Fghe9pDcY2WOyaUSa2FcyOICpoHcZC+
F0FkvsMohQWmuim9FBitKWZdbwK8n6sawKmQL+rFDfts8P0WoLYtEI/W/iNR495y
QOfXZjBFtxJHohlDwhILwsAnYOY5M2/th4EnAOBXy6eulgRnyv1xWpLrudzFANLQ
1e0sbLtFc1MD+cotr87bnpO91g8tVT7AA8ywpzbWdDCcZiHI+R8=
=KKi6
-----END PGP SIGNATURE-----
pgp3mocDhWZ3x.pgp
Description: PGP signature
--- End Message ---