Your message dated Sun, 03 Dec 2023 14:34:42 +0000
with message-id <[email protected]>
and subject line Bug#1056941: fixed in amiga-fdisk 0.04-17
has caused the Debian Bug report #1056941,
regarding amiga-fdisk: Move files from /sbin to /usr/sbin
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.)
--
1056941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056941
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: amiga-fdisk
Version: 0.04-16
Severity: important
User: [email protected]
Usertags: dep17m2
Dear Maintainer,
your package installs files into /sbin. Please move them to /usr/sbin,
and ensure no empty directories are still installed by your package.
To achieve this, a patch is attached. Please upload at your earliest
convenience, to further the UsrMerge effort [1].
Thanks,
Chris
diff -Nru amiga-fdisk-0.04/debian/amiga-fdisk-bf.dirs
amiga-fdisk-0.04/debian/amiga-fdisk-bf.dirs
--- amiga-fdisk-0.04/debian/amiga-fdisk-bf.dirs 2023-01-06 18:16:48.000000000
+0100
+++ amiga-fdisk-0.04/debian/amiga-fdisk-bf.dirs 1970-01-01 01:00:00.000000000
+0100
@@ -1 +0,0 @@
-/sbin
diff -Nru amiga-fdisk-0.04/debian/amiga-fdisk-cross.dirs
amiga-fdisk-0.04/debian/amiga-fdisk-cross.dirs
--- amiga-fdisk-0.04/debian/amiga-fdisk-cross.dirs 2023-01-06
18:16:48.000000000 +0100
+++ amiga-fdisk-0.04/debian/amiga-fdisk-cross.dirs 1970-01-01
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-/sbin
diff -Nru amiga-fdisk-0.04/debian/changelog amiga-fdisk-0.04/debian/changelog
--- amiga-fdisk-0.04/debian/changelog 2023-01-29 15:50:36.000000000 +0100
+++ amiga-fdisk-0.04/debian/changelog 2023-11-27 02:22:11.000000000 +0100
@@ -1,3 +1,10 @@
+amiga-fdisk (0.04-16.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Install programs into /usr/sbin instead of /sbin. (Closes: #-1)
+
+ -- Chris Hofstaedtler <[email protected]> Mon, 27 Nov 2023 02:22:11 +0100
+
amiga-fdisk (0.04-16) unstable; urgency=medium
* update Standards-Version to 4.6.2 (no changes)
diff -Nru amiga-fdisk-0.04/debian/dirs amiga-fdisk-0.04/debian/dirs
--- amiga-fdisk-0.04/debian/dirs 2023-01-06 18:16:48.000000000 +0100
+++ amiga-fdisk-0.04/debian/dirs 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-/sbin
diff -Nru amiga-fdisk-0.04/debian/patches/0003_makefile
amiga-fdisk-0.04/debian/patches/0003_makefile
--- amiga-fdisk-0.04/debian/patches/0003_makefile 2023-01-20
10:56:56.000000000 +0100
+++ amiga-fdisk-0.04/debian/patches/0003_makefile 2023-11-27
02:22:11.000000000 +0100
@@ -1,9 +1,11 @@
Description: allow one to override flags in Makefile
Author: Christian T. Steigies <[email protected]>
Last-Update: 2018-05-15
---- a/Makefile
-+++ b/Makefile
-@@ -5,14 +5,14 @@
+Index: amiga-fdisk-0.04/Makefile
+===================================================================
+--- amiga-fdisk-0.04.orig/Makefile
++++ amiga-fdisk-0.04/Makefile
+@@ -5,21 +5,21 @@
CC= gcc
ifeq ($(USE_READLINE),no)
@@ -23,3 +25,19 @@
endif
# Where to put binaries?
+ # See the "install" rule for the links. . .
+
+ INSTALL= install
+-INSTALLDIR= /sbin
++INSTALLDIR= /usr/sbin
+ SBIN= amiga-fdisk
+
+ # Where to put datebase files?
+@@ -30,6 +30,7 @@ amiga-fdisk: amigastuff.o fdisk.o
+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+
+ install: all
++ $(INSTALL) -d $(DESTDIR)$(INSTALLDIR)
+ $(INSTALL) $(SBIN) $(DESTDIR)$(INSTALLDIR)
+
+ clean:
--- End Message ---
--- Begin Message ---
Source: amiga-fdisk
Source-Version: 0.04-17
Done: Christian T. Steigies <[email protected]>
We believe that the bug you reported is fixed in the latest version of
amiga-fdisk, 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.
Christian T. Steigies <[email protected]> (supplier of updated amiga-fdisk
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: SHA512
Format: 1.8
Date: Sun, 03 Dec 2023 15:09:51 +0100
Source: amiga-fdisk
Architecture: source
Version: 0.04-17
Distribution: unstable
Urgency: medium
Maintainer: Christian T. Steigies <[email protected]>
Changed-By: Christian T. Steigies <[email protected]>
Closes: 1056941
Changes:
amiga-fdisk (0.04-17) unstable; urgency=medium
.
* Apply patch from Chris Hofstaedtler:
Move files from /sbin to /usr/sbin (closes: 1056941)
Checksums-Sha1:
dccbaf17a0fc86eaf3d7ab7e05cd45edfe5b331d 2055 amiga-fdisk_0.04-17.dsc
63db81866ba08d5ac70a47f2e67dc805e2c89f79 20092
amiga-fdisk_0.04-17.debian.tar.xz
06d8202e596d5d315788c192b97f497fa5e8b702 6190
amiga-fdisk_0.04-17_source.buildinfo
Checksums-Sha256:
4e65ccd4156c80bf9165fddbac124e1e521ca0e24702f70aa20f7543b62ec824 2055
amiga-fdisk_0.04-17.dsc
cdf11c689bc8d7849629f1224fec09b65ddbf686c9b70808a32cf4a4075a5588 20092
amiga-fdisk_0.04-17.debian.tar.xz
9ddb65dd7836ebce2974531e799e67afefffbfc0b3ac3c89867d2c6833b253c8 6190
amiga-fdisk_0.04-17_source.buildinfo
Files:
0ad2f0c7f3f982326adb0680917a94b6 2055 admin standard amiga-fdisk_0.04-17.dsc
b5a97a4accb65e6a5b63df8944311abe 20092 admin standard
amiga-fdisk_0.04-17.debian.tar.xz
fc0e1ebc5736ed79fca87e9ac5c38474 6190 admin standard
amiga-fdisk_0.04-17_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEEMuHemUY/GC4Wej4EcA1WeHGyg0IFAmVsjN0PHGN0c0BkZWJp
YW4ub3JnAAoJEHANVnhxsoNCWSsP/iYkC6dNGFDAy5bUb9SizUUsYLwX2dXPxiLA
cfhoPc6ew/nFMABT3EodFDy0DCM6bJ5qsf2enZxrRD4848qPpbxxW3PWZQn8h5Re
cjh3hmWm12+hcZ5AQFuEqW48J3fvb5xCkv0CTXreTOa8zYchh+XvLlQZdBURk03u
qCYwE0JTr23BAO77rZrkvJA8m10aT7sQHoEVSzR8xT07Ap5oIW9V/SjukjEwjlkF
BFx2lLCd1VchRUmVVXyibO4TiEl0hCEtswniDowCbSLQQqYUWlyVmNbenYFPFK+X
1BfxdVaeQwUwxUYZQBhAV7SDN0IEGYVmOpinDwl2GYf+9PGFkilWQJCPgABsWWIe
y7eNF0J/oPsfq2Y4ottuCoPLX4dr3Uo9cqu1V6zuiecN95tOGTKkGYyL6YEXug+W
PEeHUr5vCbrplkA5Pwqz3+3MjxVRaUdfgI3IFzbwz5eZGGpBFHA6QBSOsL5Zy//O
aypeAbRuvrOUX9XIOVGrtiSjCEGcnnHN9qXta0GQQ9vPlmxW98nqxtqMkfInq+Hu
4XgCwq3HLSyAjxr4nCwnWjcYjoXv6e5fGX6PP3i3kE8n44VQkpkbOsITtJG5Fhxx
UPHTszX7BjI54LxAasB1gSoK+HVbA8odKw+psvapRjzTCMGgnM1eck1ft9DgYmJs
G1iU/Gmo
=seKJ
-----END PGP SIGNATURE-----
--- End Message ---