Package: openshot-qt / 2.5.1+dfsg1-1

0004-Use-the-binary-name-for-the-manpage-as-well.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sun, 29 Oct 2017 00:15:34 +0200
Subject: Use the binary name for the manpage as well

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: openshot-qt-2.5.1/doc/conf.py
===================================================================
--- openshot-qt-2.5.1.orig/doc/conf.py
+++ openshot-qt-2.5.1/doc/conf.py
@@ -325,7 +325,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'openshotvideoeditor', 'OpenShot Video Editor Documentation',
+    (master_doc, 'openshot-qt', 'OpenShot Video Editor Documentation',
      [author], 1)
 ]