Your message dated Wed, 20 May 2020 23:04:23 +0000
with message-id <[email protected]>
and subject line Bug#960839: fixed in util-linux 2.35.2-1
has caused the Debian Bug report #960839,
regarding util-linux: Outdated references to kernel documentation
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.)


-- 
960839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960839
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: util-linux
Version: 2.35.1-5
Severity: minor
Tags: patch

Dear Maintainer,

I noticed that fdisk(8) references a file that is no longer there,
so I went through all references to the kernel Documentation/ tree in
util-linux and fixed them for the latest git release (v5.7-rc5).

The one ref I wasn't 100% sure about is fdisk(8)'s
Documentation/admin-guide/devices.txt, which has a ReST version as well,
though it seems less useful.

The patch applies cleanly on top of 2.35.1-5 and current upstream HEAD
(366e163961add54f4822541f3d660b4e0578b207);
I cannot signoff on the patch for personal reasons,
but I'm licensing it as public domain and can certify (a), so,
if my reading of the DCO is right, you could certify either (b) or (c),
should you wish to bring the patch upstream;
thank you for understanding.

Best,
наб

-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-8-amd64 (SMP w/24 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND, 
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information
From f40fcda769cf7e19f222041800f62dd0e81310d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <[email protected]>
Date: Sun, 17 May 2020 13:36:41 +0200
Subject: [PATCH] Fix dead references to kernel documentation

Based on v5.7-rc5, most date back to reorganisation of the
Documentation/ tree in 2016:

fdisk.8:   Documentation/{,admin-guide/}devices.txt
eject.c:   Documentation/{,userspace-api/}ioctl/cdrom.rst
mount.8:   Documentation/filesystems/adfs.{txt,rst}
rfkill.8:  Documentation/{rfkill.txt,driver-api/rfkill.rst}
tunelp.8:  Documentation/{parport.txt,admin-guide/parport.rst}
zramctl.8: Documentation/{blockdev/zram.txt,admin-guide/blockdev/zram.rst}
---
 disk-utils/fdisk.8  | 2 +-
 sys-utils/eject.c   | 2 +-
 sys-utils/mount.8   | 2 +-
 sys-utils/rfkill.8  | 2 +-
 sys-utils/tunelp.8  | 2 +-
 sys-utils/zramctl.8 | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/disk-utils/fdisk.8 b/disk-utils/fdisk.8
index cc172a0a5..dcc587fed 100644
--- a/disk-utils/fdisk.8
+++ b/disk-utils/fdisk.8
@@ -161,7 +161,7 @@ The
 .I partition
 is a device name followed by a partition number.  For example, /dev/sda1 is the
 first partition on the first hard disk in the system.  See also Linux kernel
-documentation (the Documentation/devices.txt file).
+documentation (the Documentation/admin-guide/devices.txt file).
 
 .SH SIZES
 The "last sector" dialog accepts partition size specified by number of sectors
diff --git a/sys-utils/eject.c b/sys-utils/eject.c
index 2f3b200bf..651ecc7d8 100644
--- a/sys-utils/eject.c
+++ b/sys-utils/eject.c
@@ -330,7 +330,7 @@ static void auto_eject(const struct eject_control *ctl)
  * Stops CDROM from opening on manual eject button press.
  * This can be useful when you carry your laptop
  * in your bag while it's on and no CD inserted in it's drive.
- * Implemented as found in Documentation/ioctl/cdrom.txt
+ * Implemented as found in Documentation/userspace-api/ioctl/cdrom.rst
  */
 static void manual_eject(const struct eject_control *ctl)
 {
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 13a5f7167..7f5da2d2b 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1342,7 +1342,7 @@ Set the owner and group of the files in the filesystem (default: uid=gid=0).
 Set the permission mask for ADFS 'owner' permissions and 'other' permissions,
 respectively (default: 0700 and 0077, respectively).
 See also
-.IR /usr/src/linux/Documentation/filesystems/adfs.txt .
+.IR /usr/src/linux/Documentation/filesystems/adfs.rst .
 
 .SS "Mount options for affs"
 .TP
diff --git a/sys-utils/rfkill.8 b/sys-utils/rfkill.8
index 9eff913b8..eb640954f 100644
--- a/sys-utils/rfkill.8
+++ b/sys-utils/rfkill.8
@@ -110,7 +110,7 @@ for the Debian project (and may be used by others).
 .SH "SEE ALSO"
 .BR powertop (8),
 .BR systemd-rfkill (8),
-.UR https://\:git.\:kernel.\:org/\:pub/\:scm/\:linux/\:kernel/\:git/\:torvalds/\:linux.git/\:tree/\:Documentation/\:rfkill.txt
+.UR https://\:git.\:kernel.\:org/\:pub/\:scm/\:linux/\:kernel/\:git/\:torvalds/\:linux.git/\:tree/\:Documentation/\:driver-api/\:rfkill.rst
 Linux kernel documentation
 .UE
 .SH AVAILABILITY
diff --git a/sys-utils/tunelp.8 b/sys-utils/tunelp.8
index 5c927458f..7716ba7e1 100644
--- a/sys-utils/tunelp.8
+++ b/sys-utils/tunelp.8
@@ -34,7 +34,7 @@ irq is handled by the parport driver.  You can change the parport irq for
 example via
 .IR /proc/parport/*/irq .
 Read
-.I /usr/src/linux/Documentation/parport.txt
+.I /usr/src/linux/Documentation/admin-guide/parport.rst
 for more details on parport.
 .TP
 \fB\-t\fR, \fB\-\-time\fR \fImilliseconds\fR
diff --git a/sys-utils/zramctl.8 b/sys-utils/zramctl.8
index c6ecdc3d5..12983f144 100644
--- a/sys-utils/zramctl.8
+++ b/sys-utils/zramctl.8
@@ -118,7 +118,7 @@ and use it as swap device.
 # zramctl --reset /dev/zram0
 .fi
 .SH SEE ALSO
-.UR http://git.\:kernel.\:org\:/cgit\:/linux\:/kernel\:/git\:/torvalds\:/linux.git\:/tree\:/Documentation\:/blockdev\:/zram.txt
+.UR http://git.\:kernel.\:org\:/cgit\:/linux\:/kernel\:/git\:/torvalds\:/linux.git\:/tree\:/Documentation\:/admin-guide\:/blockdev\:/zram.rst
 Linux kernel documentation
 .UE .
 .SH AUTHORS
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.35.2-1
Done: Chris Hofstaedtler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
util-linux, 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 util-linux 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: Wed, 20 May 2020 22:21:26 +0000
Source: util-linux
Architecture: source
Version: 2.35.2-1
Distribution: unstable
Urgency: medium
Maintainer: util-linux packagers <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 933934 960839
Changes:
 util-linux (2.35.2-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #960839).
   * Drop all patches, applied upstream.
   * mount: add Recommends: gawk for bash-completion.
     The bash-completion for umount now explicitly uses gawk. Recommends:
     should pull in gawk on new installs in a typical environment, and
     users with Recommends turned off already know what they are doing.
     (Closes: #933934)
Checksums-Sha1:
 6359ff4efbe8a9f0e7e6e56c2f1e3c6fcef96140 4232 util-linux_2.35.2-1.dsc
 ed01c5530407e82afab8f2a10a9c4b8cb5b39056 5150488 util-linux_2.35.2.orig.tar.xz
 5d8d108a00ec6ef7183ab5530f5a96605139734a 92068 
util-linux_2.35.2-1.debian.tar.xz
 a2f5eb53f87050151d2e53fe13a718d3411d5ec7 6858 
util-linux_2.35.2-1_source.buildinfo
Checksums-Sha256:
 99f6015f5eadec61dbfbf01b1a811776d0b7b59c1084a8c76f72c072de820556 4232 
util-linux_2.35.2-1.dsc
 21b7431e82f6bcd9441a01beeec3d57ed33ee948f8a5b41da577073c372eb58a 5150488 
util-linux_2.35.2.orig.tar.xz
 d5d7e723a369f27c06a8f23f58ea69b7cea7921d91f197415aeaff60294eb096 92068 
util-linux_2.35.2-1.debian.tar.xz
 227218cd30712cd28f71c93db79a38dfbb01d063a5542dccce1cb4897e580e0b 6858 
util-linux_2.35.2-1_source.buildinfo
Files:
 2f24ec91e59501ec3ad9b41e5d7f8592 4232 base required util-linux_2.35.2-1.dsc
 248a4d0810c9193e0e9a4bb3f26b93d8 5150488 base required 
util-linux_2.35.2.orig.tar.xz
 0468006d2f93bd8465198bfacdcdf028 92068 base required 
util-linux_2.35.2-1.debian.tar.xz
 6928aaf009a26f860cb6a97b2a8f8f87 6858 base required 
util-linux_2.35.2-1_source.buildinfo

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

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAl7Fsd4ACgkQXBPW25MF
LgM9iBAAnD18pEiX48MEtD/qwPvX2uFq46b+6pHFcxhv1iP+tSnjk63uy1cFJdvp
6vw4uLFZa4ZTRsWTOD7HmqvFHN0Y/xrytG+CsQHWQYJGJ7lWbPeSSRYyWyYmj2lt
IAR1MsmcETs5BYgU0GiNlVhAIhw1BzYXcpTaZgHUYk+FNRLd1/gs5O/gahOqzVRP
UWZ2AJzraupu9jeBImnvBy+8JTm4Py3zDIsreKSIx7DQWpwYpqOA4Ql2dc0QCFCr
za1JL+prwEgcV48HW2+mpz4Rrxp1zVaBnaTiviegEKnJEQTh2Mf1F/SIs7mZ3mdH
jgeJBlm7ARf7KLy1DiwFidYbVSFbOP/1W2ZPbmvnV+3MZTym9vxvIEtfuWWKrIBU
9JhYj+8YS2NCjQ8/n7gxarXRn++tl4RigCVZKcSUShC7C+oHcXQPs+8nzd8Zph33
lIJQEKoW35HyFJV6GENfIHnJAA/FJZSMjMQ7dr3V5qZQacRRR/WiZAHeGe06NydI
6UitEx3NJyjSSFKgg8OrHQEbiR+9dHkH+AHWltc5OLB5ZgAN9Doue+3NVsZy7bmy
EEUQ5Bsf/YKOJj24v6MBwOo9wVFi/P9rhJ0a1ASU+Yyb3e/PCfNhi6DWdA2YREHA
FlnwE5MUy6evzt+Iea0V3isdb4GEb2sIQ+rMuMGdsicE7weqXwM=
=FsnU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to