Your message dated Fri, 24 May 2024 23:40:04 +0000
with message-id <[email protected]>
and subject line Bug#1059408: fixed in mt-st 1.7-1.1
has caused the Debian Bug report #1059408,
regarding mt-st: install files into /usr (instead of /)
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.)


-- 
1059408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mt-st
Version: 1.7-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: dep17m2

Hi!

Your package installs files into /. For the ongoing Debian UsrMerge
effort [1] these files should move to /usr in the trixie cycle.

I'm attaching a patch to implement such a move.

However, please still read the wiki page on moving files, especially
if you intend to backport to bookworm or earlier. The patch has
already been checked by a local dumat copy.

If during the trixie cycle your package will undergo structural
changes or any other file moves, please also see the wiki and upload
to experimental first when these changes are done.

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru mt-st-1.7/debian/changelog mt-st-1.7/debian/changelog
--- mt-st-1.7/debian/changelog	2023-04-20 23:30:00.000000000 +0200
+++ mt-st-1.7/debian/changelog	2023-12-24 20:14:47.000000000 +0100
@@ -1,3 +1,11 @@
+mt-st (1.7-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install all files below /usr, and update references to these files.
+    (Closes: #-1)
+
+ -- Chris Hofstaedtler <[email protected]>  Sun, 24 Dec 2023 20:14:47 +0100
+
 mt-st (1.7-1) unstable; urgency=medium
 
   * New upstream release fixing a bug triggered by the test suite on
diff -Nru mt-st-1.7/debian/mt-st.dirs mt-st-1.7/debian/mt-st.dirs
--- mt-st-1.7/debian/mt-st.dirs	2023-04-20 23:30:00.000000000 +0200
+++ mt-st-1.7/debian/mt-st.dirs	1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-sbin
-bin
-etc
diff -Nru mt-st-1.7/debian/mt-st.files mt-st-1.7/debian/mt-st.files
--- mt-st-1.7/debian/mt-st.files	2023-04-20 23:30:00.000000000 +0200
+++ mt-st-1.7/debian/mt-st.files	1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-sbin/stinit
-bin/mt-st
-usr/share/man/man?/*
-etc/stinit.def
diff -Nru mt-st-1.7/debian/mt-st.udev mt-st-1.7/debian/mt-st.udev
--- mt-st-1.7/debian/mt-st.udev	2023-04-20 23:30:00.000000000 +0200
+++ mt-st-1.7/debian/mt-st.udev	2023-12-24 20:13:53.000000000 +0100
@@ -1,3 +1,3 @@
 # Use stinit to set default parameters on st device creation
-KERNEL=="st[0-9]",       RUN+="/sbin/stinit %n"
-KERNEL=="st[0-9]*[0-9]", RUN+="/sbin/stinit %n"
+KERNEL=="st[0-9]",       RUN+="/usr/sbin/stinit %n"
+KERNEL=="st[0-9]*[0-9]", RUN+="/usr/sbin/stinit %n"
diff -Nru mt-st-1.7/debian/rules mt-st-1.7/debian/rules
--- mt-st-1.7/debian/rules	2023-04-20 23:30:00.000000000 +0200
+++ mt-st-1.7/debian/rules	2023-12-24 20:14:47.000000000 +0100
@@ -9,9 +9,9 @@
 	dh $@ --with bash-completion
 
 override_dh_auto_install:
-	install -m 644 debian/stinit.def $(DESTDIR)/etc/
-	install mt $(DESTDIR)/bin/mt-st
-	install stinit $(DESTDIR)/sbin/
+	install -D -m 644 debian/stinit.def $(DESTDIR)/etc/stinit.def
+	install -D mt $(DESTDIR)/usr/bin/mt-st
+	install -D stinit $(DESTDIR)/usr/sbin/stinit
 
 override_dh_installman:
 	cp mt.1 debian/mt-st.1
diff -Nru mt-st-1.7/debian/tests/simple mt-st-1.7/debian/tests/simple
--- mt-st-1.7/debian/tests/simple	2023-04-20 23:30:00.000000000 +0200
+++ mt-st-1.7/debian/tests/simple	2023-12-24 20:14:07.000000000 +0100
@@ -11,8 +11,8 @@
 
 # Symlink the installed binaries
 echo Symlinking the package binaries
-ln -s /bin/mt-st "$AUTOPKGTEST_TMP/mt"
-ln -s /sbin/stinit "$AUTOPKGTEST_TMP/stinit"
+ln -s /usr/bin/mt-st "$AUTOPKGTEST_TMP/mt"
+ln -s /usr/sbin/stinit "$AUTOPKGTEST_TMP/stinit"
 
 # And then run tests
 echo Running tests

--- End Message ---
--- Begin Message ---
Source: mt-st
Source-Version: 1.7-1.1
Done: Chris Hofstaedtler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mt-st, 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 mt-st 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: Sat, 25 May 2024 01:17:37 +0200
Source: mt-st
Architecture: source
Version: 1.7-1.1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 1059408
Changes:
 mt-st (1.7-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Install all files below /usr, and update references to these files.
     (Closes: #1059408)
Checksums-Sha1:
 93fa995b509b4772e3705258489e7d3a7f18424d 2120 mt-st_1.7-1.1.dsc
 b976dafed6dc5a99e2a7d269270d864bd090cde2 11240 mt-st_1.7-1.1.debian.tar.xz
 0a33b0acd31c5e70388e9fdeac55f276d84a403c 5919 mt-st_1.7-1.1_arm64.buildinfo
Checksums-Sha256:
 58c7d7a4e236be07ebb16e804b1581c57fbd9e7107a32599e8d333fded46aec0 2120 
mt-st_1.7-1.1.dsc
 04f7534d40a2585c53e882d3259b9563097d167bc4c773e11074bc63a03e49d7 11240 
mt-st_1.7-1.1.debian.tar.xz
 d7dc0187dab5a9a07bf96fe3b8d6f6cd738ca17dbe1c69e970d3d71262fb5c03 5919 
mt-st_1.7-1.1_arm64.buildinfo
Files:
 d14c362e53b4c8db01c7e12713659d09 2120 admin optional mt-st_1.7-1.1.dsc
 3d398363328f48a470cdccfd926649af 11240 admin optional 
mt-st_1.7-1.1.debian.tar.xz
 a86dfd54e7ab8e438deb3722f30e102b 5919 admin optional 
mt-st_1.7-1.1_arm64.buildinfo

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

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmZRIGcACgkQXBPW25MF
LgOQPw//U+3R0hs66Vr6NcwKzrKcLKZstOx61u+Ow9kfybw4sFfKS8UTaf6dKoYZ
Oc7VJtLIVVaTSibnxYWcRizZTEyUUzhPE//O2R+taNrPuviDMVP10TAah3aFgHPM
s3QXE513n6JOccbCHAaRXzZYTTyxas8SptcJCUhJg6CQPkk3l90UNsdgFD0EI3Ai
sCeoJA8Fj7DE4fed2btJK5k0H2I+Bd4V1G2+6/N2t/ZsnnGqmRB2hRj62ryeUEXk
+xWt6y14Zf8/bMrzEGStOBIqeiUznlF1dfRF28jF/Yd6DaRFcu0AiitBzfRfyaU+
xIcUCTQvHM+a3WAuiGJZU7usAKw3tHvfwSUAWFoF5FcGMp5iyysacY5nm+DuOhyC
KVs0MUJxBq1PSDS02mWZwgMJukLqiwosCTYQ8SGJacoOmNV4JPNWFgACyLKV2QC/
O8nXKmBT7yq8DPpvlMgYmkF59pwObbjI9H2hwsaw5NZOnxQQRcyp/sEzCW3drNSI
2utUopIIJwl1w4IqjbHc8d3yVz1fLD9koaGRkeW2fsi5ru0YO7KCKJOuLD4Z3Kld
zgP4Dc48jrRKKPyAztCZZtSQqfTiD/dp7fesKVJw/knGaVjrc860CnXnNcAnSyIO
h4+RKT/UIwdkF83Ck3nXzFhl+TzgcN1sLVMCN1xDqIomEfyiVLQ=
=TBwr
-----END PGP SIGNATURE-----

Attachment: pgpqHyb1uWVZ5.pgp
Description: PGP signature


--- End Message ---

Reply via email to