File: manpage-section.patch

package info (click to toggle)
python-evdev 1.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 384 kB
  • sloc: python: 1,685; ansic: 759; makefile: 142
file content (15 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
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
@@ -230,7 +230,7 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'python-evdev', u'python-evdev Documentation',
-     [u'Georgi Valkov'], 1)
+     [u'Georgi Valkov'], 7)
 ]
 
 # If true, show URL addresses after external links.