After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767095 - bad-so-link-within-manual-page usr/share/man/man1/gnome-keyring-3.1.gz
bad-so-link-within-manual-page usr/share/man/man1/gnome-keyring-3.1.gz
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-06-01 08:24 UTC by Michael Biebl
Modified: 2016-06-02 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] man: Fix .so link in gnome-keyring-3 (686 bytes, patch)
2016-06-01 12:17 UTC, Michael Biebl
none Details | Review

Description Michael Biebl 2016-06-01 08:24:19 UTC
When building gnome-keyring under Debian, I get the following warning from lintian, our Debian package checker:

E: gnome-keyring: bad-so-link-within-manual-page usr/share/man/man1/gnome-keyring-3.1.gz
N: 
N:    Manual files that use the .so links to include other pages should only
N:    point to a path relative to the top-level manual hierarchy, e.g.
N:    
N:    .so man3/boo.1.gz


The following change fixes this warning:
diff --git a/docs/gnome-keyring-3.1 b/docs/gnome-keyring-3.1
index 75cd257..dcb8ad9 100644
--- a/docs/gnome-keyring-3.1
+++ b/docs/gnome-keyring-3.1
@@ -1 +1 @@
-.so gnome-keyring.1
+.so man1/gnome-keyring.1
Comment 1 Michael Biebl 2016-06-01 12:17:42 UTC
Created attachment 328884 [details] [review]
[PATCH] man: Fix .so link in gnome-keyring-3
Comment 2 Stef Walter 2016-06-02 10:16:57 UTC
Thanks pushed to master.