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",
