File: remove_data_files_from_setup_py.patch

package info (click to toggle)
tomahawk 0.7.1-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 484 kB
  • sloc: python: 1,921; makefile: 153; sh: 3
file content (17 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove data_files why install man pages in "debian/manpages".
Author: Kouhei Maeda
Last-Update: 2014-09-04
Index: tomahawk-0.7.1/setup.py
===================================================================
--- tomahawk-0.7.1.orig/setup.py	2014-09-04 06:54:07.744074446 +0900
+++ tomahawk-0.7.1/setup.py	2014-09-04 06:56:09.724193251 +0900
@@ -62,9 +62,6 @@
     platforms = "unix",
     install_requires = install_requires,
     tests_require = tests_require,
-    data_files = [
-        ("man/man1", [ "man/man1/tomahawk.1", "man/man1/tomahawk-rsync.1" ])
-    ],
     classifiers = [
         "Development Status :: 5 - " + __status__,
         "Environment :: Console",