Package: pagekite / 0.5.9.3-2+deb10u1

003-manpage-no-ver-in-whatis.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Drop version number from generated whatis manual page entry.
 The whatis entry should only have the command name, the version number
 belong elsewhere in the manual page.
Author: Petter Reinholdtsen <pere@hungry.com>

--- a/pagekite/manual.py
+++ b/pagekite/manual.py
@@ -11,8 +11,8 @@
 from compat import ts_to_iso
 
 MAN_NAME = ("""\
-    pagekite.py v%s - Make localhost servers publicly visible
-""" % APPVER)
+    pagekite.py - Make localhost servers publicly visible
+""")
 MAN_SYNOPSIS = ("""\
     <b>pagekite.py</b> [<a>--options</a>] [<a>service</a>] <a>kite-name</a> [<a>+flags</a>]
 """)