Your message dated Fri, 27 Sep 2024 15:20:48 +0000
with message-id <[email protected]>
and subject line Bug#1061566: fixed in urlscan 1.0.3-1
has caused the Debian Bug report #1061566,
regarding urlscan: Man page points to wronly-named README file
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.)


-- 
1061566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061566
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: urlscan
Version: 0.9.9-1
Severity: minor
Tags: patch upstream

The man page in this page lists the readme in the 'See Also' section.
But the filename is wrong.

In v0.9.9-1 the man page says:
/usr/share/doc/urlscan/README
and the file installed is
/usr/share/doc/urlscan/README.md.gz

This was wrong in 0.8.2-1 too
man page still said:
/usr/share/doc/urlscan/README
but the file installed was:
/usr/share/doc/urlscan/README.rst

Obviously this isn't a huge deal, but it is annoying to copy-paste the
filename and just get an error, then have to investigate. Making them
match up would be good.

Personally I don't like the way debian gzips small READMEs by default.
'more /usr/share/doc/urlscan/README.md.gz' produces garbage.
less and most work, but is saving 4K really worth it here (the
original is 7K)?

So I'd change the manpage to say 
/usr/share/doc/urlscan/README.md
and prevent the autogzipping.
(patch for this attached)

But you could just change the manpage to match the filename with the
.gz if you prefer.

The bit about changing the name (but not the bit about non gzipping)
should go upstream as this is an upstream issue.

Hope that's helpful.

Wookey
diff -Nru urlscan-0.9.9/debian/changelog urlscan-0.9.9/debian/changelog
--- urlscan-0.9.9/debian/changelog      2022-06-06 22:28:24.000000000 +0100
+++ urlscan-0.9.9/debian/changelog      2024-01-24 17:12:55.000000000 +0000
@@ -1,3 +1,10 @@
+urlscan (0.9.9-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Correct README filename in manpage
+
+ -- Wookey <[email protected]>  Wed, 24 Jan 2024 17:12:55 +0000
+
 urlscan (0.9.9-1) unstable; urgency=medium
 
   * New upstream version 0.9.9 (Closes: #999338)
diff -Nru urlscan-0.9.9/debian/patches/fixup-README-filename.patch 
urlscan-0.9.9/debian/patches/fixup-README-filename.patch
--- urlscan-0.9.9/debian/patches/fixup-README-filename.patch    1970-01-01 
01:00:00.000000000 +0100
+++ urlscan-0.9.9/debian/patches/fixup-README-filename.patch    2024-01-24 
17:12:55.000000000 +0000
@@ -0,0 +1,13 @@
+Index: urlscan-0.9.9/urlscan.1
+===================================================================
+--- urlscan-0.9.9.orig/urlscan.1
++++ urlscan-0.9.9/urlscan.1
+@@ -213,7 +213,7 @@ $HOME/.config/urlscan/config.json
+ Only required if additional or modified palettes or keybindings are desired.
+ 
+ .SH SEE ALSO
+-\fI/usr/share/doc/urlscan/README\fR,
++\fI/usr/share/doc/urlscan/README.md\fR,
+ \fBurlview\fR(1),
+ \fBmutt\fR(1)
+ 
diff -Nru urlscan-0.9.9/debian/patches/series 
urlscan-0.9.9/debian/patches/series
--- urlscan-0.9.9/debian/patches/series 2022-06-06 22:28:24.000000000 +0100
+++ urlscan-0.9.9/debian/patches/series 2024-01-24 17:12:55.000000000 +0000
@@ -1,1 +1,2 @@
 0001-Source-patch-removing-from-binary-package-not-needed.patch
+fixup-README-filename.patch
diff -Nru urlscan-0.9.9/debian/rules urlscan-0.9.9/debian/rules
--- urlscan-0.9.9/debian/rules  2022-06-06 22:28:24.000000000 +0100
+++ urlscan-0.9.9/debian/rules  2024-01-24 17:12:55.000000000 +0000
@@ -5,3 +5,6 @@
 
 override_dh_python3:
        dh_python3 --shebang='/usr/bin/python3'
+
+override_dh_compress:
+       dh_compress --exclude README.md

--- End Message ---
--- Begin Message ---
Source: urlscan
Source-Version: 1.0.3-1
Done: Marcin Kulisz <[email protected]>

We believe that the bug you reported is fixed in the latest version of
urlscan, 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.
Marcin Kulisz <[email protected]> (supplier of updated urlscan 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: Fri, 27 Sep 2024 13:35:27 +0100
Source: urlscan
Architecture: source
Version: 1.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Marcin Kulisz <[email protected]>
Changed-By: Marcin Kulisz <[email protected]>
Closes: 1061566
Changes:
 urlscan (1.0.3-1) unstable; urgency=medium
 .
   [ Marcin Kulisz ]
   * New upstream version 1.0.3
   * Closes: #1061566
   * Removig unsed patches
   * Switching from Setuptools to Hatch
   * Linking README to upstream README.md
 .
   [ Wookey ]
   * Correct README filename in manpage
Checksums-Sha1:
 b109f21042f48a592950250608f9973fc500218e 2054 urlscan_1.0.3-1.dsc
 7b4d6f625b0bb2d18625c133290995662f8d450c 35861 urlscan_1.0.3.orig.tar.gz
 44bed22c2d6ac28db2166837021207eaaca0db24 4724 urlscan_1.0.3-1.debian.tar.xz
Checksums-Sha256:
 63120314d0e479fd541e6c4493baefdba4aa5544223d60819a3d69219d2e247f 2054 
urlscan_1.0.3-1.dsc
 d9967eedfa3a58e3c8f73979503df02351ae41c5df5352ab738e2792f877b6cb 35861 
urlscan_1.0.3.orig.tar.gz
 971cd824b8cbe202e582e3dc3e4ac72fa2a34a144f40bca1256774a9192ac9ea 4724 
urlscan_1.0.3-1.debian.tar.xz
Files:
 23c993148e68651f7b7ee6681bf73493 2054 mail optional urlscan_1.0.3-1.dsc
 f6410905a9346cbd892dcafa92cb28ff 35861 mail optional urlscan_1.0.3.orig.tar.gz
 b7602ebd28035007235e6370ade462a5 4724 mail optional 
urlscan_1.0.3-1.debian.tar.xz

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

iQJGBAEBCgAwFiEEPfGk38cyRog4vPEhaGkw3VjDOLMFAmb2yOISHGRlYmlhbkBr
dWxpc3oubmV0AAoJEGhpMN1Ywziz5MUQAMNB2THM786ki9SxFSJO4qeGMVUa5XjP
pDlnU0Plr6YeJELfPC5p0RHdhOizBfCbPIBPZRgt5vVuJQmBa6Hhong+JOIT5MWx
lyVPjHvU4O+TpOPVGaes7WvK+wrECOinn6NojUkcixqP4mZW1Dj8PIGkXfR96qKI
HxtEHCG7qU7JIgLR0Xo7EFRzN6OmyR2pwSr1VbrG1lik60T0aLVRPf6lWnymHv5T
bo8X1Py5AgdnTqnN4VnXQjmEQY9AqkhKld7YG9+DNgfI0FEjCM/kf3sjG4LVwCAV
FJdlxsZ7e5ros6rMhe6PM9FZTWxB1ox/jVROQX9LCAqzdjRje+GnHp9WrnWgPlTn
4496wrQYxlo8LaYW/+sTdyPxhp7wHjpC1u+EEqTYwVxHfbmfA7vPL2J32Dfb345D
/0X86BuEKterJ4MWNRK4Zy1JOsx38JPkJScbV6HofMgBjPLKgVHcmjI+1x1mHfqr
0Lq1evPZESwxRiqHsP3HgADKV8rLngOBs5OyiPRH9JXtzROAtpWbptw2/hKC5LzF
WsiZPCHcjptU9gmB1Od+ttO7XNsn68OicUA14z3gm9ZknkFEQysl+kMzNRiY4ipp
hC6PdVc6LW2EYBTefwt/PazBiyaZr9lu4n2DmP2rl4vRwWm9znBjajQrODMCF4O2
O261QmG95ZMY
=f7FH
-----END PGP SIGNATURE-----

Attachment: pgp01IfmtSHU8.pgp
Description: PGP signature


--- End Message ---

Reply via email to