File: manpage-section.patch

package info (click to toggle)
python-evdev 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 416 kB
  • sloc: python: 1,400; ansic: 739; makefile: 144; sh: 14
file content (15 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Move the manpage to section 7
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -229,7 +229,7 @@
 
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
-man_pages = [("index", "python-evdev", "python-evdev Documentation", ["Georgi Valkov"], 1)]
+man_pages = [("index", "python-evdev", "python-evdev Documentation", ["Georgi Valkov"], 7)]
 
 # If true, show URL addresses after external links.
 # man_show_urls = False